- 712
- Posts
- 17
- Years
- Seen Apr 8, 2024
u have to do that in cyclone..its not possible in amap1.9, it also says in the program that it only changes the data
cyclone is a little bit useless in this parts, open cyclone make a save then open it in a hex editor, changing the hex value would change the tile and thats the point, try changing the hex values and when your done, save it..!
The only thing that you gonna do is inserting it to the ROM(of course)..!
open your hex editor, load up your ROM and serch for an empty space(ff's or 00's) write down the offset(e.g. 00123ABC) then open unZL.GBA,load up your ROM and do "File - load RAW" select the RAW and click write to ROM, uncheck auto abord and fix pointers and change the offset with the new one.. then hit ok. go back to the hex editor, then search for 9C083F08(thats the original offset) before doing anything else, lets remove the first two zero's of the new offset and REVERSE it(e.g. 123ABC -> BC3A12) then change the original offset with that one [don't change the 08](e.g. 9C083F08 -> BC3A1208) save it and your Done..!
This is Mastermind_X was trying to say in his tut..!
Thx Mm_X..!
Last edited: