Quote:
Originally Posted by Samike360
Cool thanks, would you mind telling me how you fixed the apostrophe bug and how it got corrupted? I was worried about that.
|
Well. The fant was corrupted because some bytes in font data were changed. I really don't know why that happened, but sometimes some data in rom are unwillingly changed and it causes various glitches (for example bad scripts or messed up music in pokémon Emerald).
And how I fixed it? From my small experience with hacking I know the offset of font data (it's about 1F0000 - 210000). I made an ips patch from JA alpha2, made a patch log (great feature of LIPS) and looked for changes in this offset. I found them and deleted them (hex-edited ips file) and used it on clean FR rom. I played it and font was okay.
I hope it didn't cause any bugs, I tested it and it seemed okay.