Advertisement
Mechalico

Main game name offsets w

Jun 26th, 2018
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Adding the missing w: A bit of magic with the main game rel
  2.  
  3. So the new main loop has the w restored... How did I do it?
  4.  
  5. Magic.
  6.  
  7. There's a list of pointers towards the end of the main game with values like 1584: add 0x21698 to these to get the offset in the file. Changing these are easy, so changing world names so that longer names have longer slots wasn't too difficult to do. However, adding new stuff is a bit tougher.
  8.  
  9. It seems that only certain values are loaded. This meant that adding w to the end of the latin character set won't add it. Adding it seemed impossible until I realised it could be added to the start of one of the unused but loaded kana sets. Swapped out one of these for w, set the offset to it, and voila!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement