Quote:
Originally Posted by Enoch-
This is Diegoisawesome's tool but like his guide says,
"0x84458 for the map bank
0x8445A for the map number
0x8445C for the starting X position
0x84454 for the starting Y position"
I don't know what to replace the hex number with (and honestly, which section of the hex coding its at)
|
You use a tool known as a hex editor, which allows direct manipulation of the ROM file's data. A popular general use hex editor around here is called HxD. It can be found here:
http://mh-nexus.de/en/hxd/.
To modify the data, open the file with the editor and go to the offsets listed. You can change the byte (two digits in the hex editor) there to modify what you need.
The map bank and number you can get from Advanced Map, which organizes maps by bank and then number. You'll need to convert them to hexadecimal because the tool lists them in decimal form. The X and Y position can also be seen with Advanced Map by moving your mouse over the map to the position you want, and seeing it in the statusbar at the bottom of the tool. Thankfully the X/Y position is given in hexadecimal so you can put those numbers in directly.
__________________
What are you so afraid of?