UsernameFodder / pmdsky-debug

Debug info for reverse engineering PMD: Explorers of Sky
GNU General Public License v3.0
38 stars 20 forks source link

Identify more system utilities #233

Closed UsernameFodder closed 8 months ago

UsernameFodder commented 8 months ago

These were found by correlating identical system code between EoS and Pokemon Heart Gold, for which various bits of library code (e.g., the Nitro SDK) are already known.

This is the first of a series of results from this correlation work. Some of the changes included in this commit:

Note: GX_HBlankIntr is not the same between EoS and Heart Gold, but the label was added anyway because it is between GX_Init and GX_VBlankIntr in both games. The latter two functions DO match between games.