Quote:
Originally Posted by Jambo51
The game freaks out like this because you're replacing the pointers to the music table in the wrong order. This is known as one of the wonders if rom hacking!
There are 5 pointers to the music table in the FR rom, and you MUST replace the first one in the ROM LAST. This irrepairably breaks your ROM if you do it wrong, so make sure you make a backup!
|
Wait, I don't get it. Why would you need to replace the pointers in a certain order? The memory is not being actively read, and thus it shouldn't matter which order you replace them.