• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Gen 3 Symbol Maps

444
Posts
6
Years
  • Age 37
  • Seen today
The decompilations are useful as bases for romhacks, but they also function as documentation for the games. For example, they contain names for a significant number of the games' functions and variables.
But to actually get the corresponding addresses for each name you need to compile the decomps, so I thought it would be nice to post the symbol maps here, for those who are too lazy to install the decomps or who didn't know these existed.
I generated these from the elf files, so they contain symbols that don't show up in the regular linker map file (but as a result there is also some unnecessary junk).

NOTE: The decomps are updated often, so it's likely that some of the names are outdated.

UPDATE: The decomps now contain up-to-date symbol maps for all the compilable roms, making these files obsolete.
Go check them out:

https://github.com/pret/pokefirered/tree/symbols
https://github.com/pret/pokeemerald/tree/symbols
https://github.com/pret/pokeruby/tree/symbols
 

Attachments

  • us_firered_1.0.zip
    396.4 KB · Views: 39
  • us_emerald_1.0.zip
    569.7 KB · Views: 22
  • us_ruby_1.0.zip
    324.6 KB · Views: 13
Last edited:
Back
Top