[fe6] Save screen palette location

  • Hacking method: FEBuilderGBA

  • Base Game: FE6

I am making a romhack of fe6, and am currently working on recoloring the game to make it easier on the eyes. I have run into one snag on this. I cannot find, or find anyone mentioning where the palette address is for the save screen in FE6. I am still relatively new to this, so if no one knows, could someone point me to how to find it myself?

my thanks to anyone who reads this.

1 Like

With the ROM open in FEBuilder, press F5 to open the debugger.
Go to the screen in-game you want to view the palettes.
Go to the Etc. → Palette window in the debugger.
Click the one you want to know the address, then click Search on the top right.
The hex editor will open on the address that has the palette you selected.


1 Like

Thank you so much! Finally can complete the last step of my hack.

1 Like