diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-01-05 17:08:30 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-01-05 17:08:30 -0500 |
commit | 4b459cd4607a48a84bcc14122d2ad324424fdff2 (patch) | |
tree | 9608b545f68ed0453b99e252bdc4d45f9b75a0da /include/global.h | |
parent | 3a4f44ef36c1f0eb6a25bd86234cb94ef73a0c59 (diff) |
through sub_815E1F0
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 858d95831..0ff9d67df 100644 --- a/include/global.h +++ b/include/global.h @@ -709,6 +709,13 @@ struct MEventBuffers /*0x344 0x3464*/ u32 unk_344[2][5]; }; // 0x36C 0x348C +struct TrainerTowerLog +{ + u32 unk0; + u32 unk4; + u8 unk8; +}; + struct SaveBlock1 { /*0x0000*/ struct Coords16 pos; @@ -766,7 +773,7 @@ struct SaveBlock1 /*0x3A54*/ struct FameCheckerSaveData fameChecker[NUM_FAMECHECKER_PERSONS]; /*0x3A94*/ u8 filler3A94[0x2A0]; /*0x3D34*/ u32 unkArrayIdx; - /*0x3D38*/ u32 unkArray[4][3]; + /*0x3D38*/ struct TrainerTowerLog unkArray[4]; }; extern struct SaveBlock1* gSaveBlock1Ptr; |