|
These offsets aren't big enough to hold all the text you are wanting, so they're overlapping with other offsets and thus displaying (and possibly overwriting) undesired text. Use FSF (FreeSpaceFinder) to find an offset (select "Search from beginning of ROM") and then use the offset that FSF gives you to store text inside. The default 256 bytes of space that FSF searches for by default should be more than enough for just text.
So, basically..
Like kalarie said 🙂
|