nah no script put this in a command or list and it will automatically reverse the hex for you
Dim FileNum As Short
Dim num1 As Byte
Seek(FileNum, &H694E97D "tells the program to go to the offset location"
FileGet(FileNum, num1) "gets the hex bytes and reverses em"
list1.SelectedIndex = num1 "puts the reversed hex into a listbox but u can change to text1.text ovb.. "
if it dont work then you are using a diffrent method of opening roms to me
hope this helps
Yes everything this tool edits is in the exact same place