diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-05-23 16:19:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 16:19:35 -0500 |
commit | eaa141c612dd1689936a21bd57018a55ff686b69 (patch) | |
tree | fafe2a9a562af6a8e36716ff76a5b3e8b30d4411 /include/save.h | |
parent | f402e46cd3c8b7236673d6edbae77903a7cc0618 (diff) |
Keep on keepin on (#38)
* end of may dump of work
* move save text to src
* decomp a little more
Diffstat (limited to 'include/save.h')
-rw-r--r-- | include/save.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/save.h b/include/save.h index da23b47..6ed2765 100644 --- a/include/save.h +++ b/include/save.h @@ -36,7 +36,7 @@ struct UnkStruct_sub_8011DAC { struct UnkStruct_203B184 { /* 0x0 */ u32 *unk0; - /* 0x4 */ u32 *unk4; + /* 0x4 */ u32 *recruitedPokemon; /* 0x8 */ u8 *unk8; /* 0xC */ u8 *unkC; /* 0x10 */ u32 *unk10; @@ -46,7 +46,7 @@ struct UnkStruct_203B184 { /* 0x20 */ u32 unk20; /* 0x24 */ struct ExclusivePokemonData *ExclusivePokemon; /* 0x28 */ u8 *BoughtFriendAreas; - /* 0x2C */ u32 unk2C; + /* 0x2C */ u32 gameOptions; /* 0x30 */ struct PlayTimeStruct *playTime; u32 unk34; u32 unk38; @@ -89,7 +89,7 @@ void sub_80129FC(void); void sub_8012298(); void sub_80122D0(); void sub_80122F4(); -void sub_8012300(); +void InitializePlayerData(); void sub_80122A8(); u32 ReadSaveSector(s32 *a, u8 *dest, s32 size); |