pret / pokeplatinum

Decompilation of Pokémon Platinum
188 stars 62 forks source link

Documented SaveState struct and relevant functions #239

Closed shricubed closed 3 months ago

shricubed commented 3 months ago

The SaveState struct stores the current options/settings for a game save, the current trainer info, number of coins, and current play time. Each of the functions take in a SaveData object, and use it to access the respective SaveState in the "save table".

Todo next: