I’ve got a problem with inserting map sprites. Here is what I’ve done:
I’m trying to insert a bunch of map sprites into a fe7 rom. The game crashed multiple times now when I tried to insert a map sprite, so for now I’m only concentrating on inserting one standing sprite. As I don’t want to overwrite stuff I wanted to repoint them somewhere else and chose to add them, with GBA graphics editor, at the end of the Rom [1478B90 for this hacked Rom], as I’ve been told that works and even checked with a hexeditor if something was added after 1478B90 in the rom. I added the standing female merc map sprite bitmap, found on this forum to this location, checked if it’s compressed and whatnot, and insertion went fine. Next I checked if the size is okay and repointed female merc to 1478B90. Now everytime I boot up a chapter with the female merc in it, the game crashes.
Okay, you’ve done that incorrectly. You need to add 0x8000000 to the address, not 0x80000000. It should be 0x9478B90. If you’re not exactly sure of the difference, use Windows Calculator with the Programmer setting on.
So the problem is me using more than 6 Numbers after the 0x8?
I’m using the windows calculator right now and found the programmer mode. But I don’t quite understand what you mean. Is it just replacing 8 with 9 and cutting the 1 as it, sorta elevated me to the 9?