-
Notifications
You must be signed in to change notification settings - Fork 40
Tutorial: HP PP text box graphics
If your language has a different name for "Hit Points" (HP) and "Psychic Points" (PP), then you might need to change the little letters that show up in Battle, which we'll call HP/PP box. (This box also appears when you press the B button in the overworld along with the Cash text box).
However, if you try to edit the letters found in the "WindowGraphics" folder of your CoilSnake project, you'll notice that, if you change the first "P" letter, when you look at the HP/PP box, the second "P" in "PP" will also be changed to the letter you wrote instead of the first "P".
So we are going to HEX edit our ROM to fix this little problem and switch how the game reads the "H" and the "P", along with changing the Windows.png images inside "WindowGraphics".
- Credits to Akira76, the creator of the French translation of EarthBound for this particular fix!
The map fix for the HP/PP has to be done in the rom file (unheadered) at offset 0×03e3fc just write 0×08, 0×0a, 0×18, 0×1a there and it will switch the H and the P position in the window.
Ah, and this is how your window graphics should be modified to after the fix :
- Credits to Akira76, the creator of the French translation of EarthBound for this particular fix!
- Overworld Sprites
- Battle Backgrounds
- Battle Sprites
- Title Screen
- Window Graphics
- Logos
- Fonts
- Animations
- Swirls
- Introduction
- Translating The Main Text
- Trying Out Your Translation
- Translating Enemies and Items
- Modifying Game Fonts
- Translating Misc Text
- Translating and Adjusting Menus
- Export and Modify Compressed Graphics
- HP/PP text box graphics
- Cast Credits
- Staff Credits
- Translating "THE END... ?" Animation