summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-01-02 10:19:27 -0500
committerscnorton <scnorton@biociphers.org>2019-01-02 10:19:27 -0500
commite98d46f43086ccaeaf666407f510a8fe4de78fe8 (patch)
tree612355d6d6f7e70d6cc9d39b5dab3dcdf91857cc /include/global.h
parent5c794a1d3d104e70d1215724cbbff211df440585 (diff)
sub_815DA54
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index c47bd2d15..68428a3a0 100644
--- a/include/global.h
+++ b/include/global.h
@@ -737,8 +737,9 @@ struct SaveBlock1
/*0x3A48*/ u8 filler_3a48[4];
/*0x3A4C*/ u8 rivalName[PLAYER_NAME_LENGTH];
/*0x3A54*/ struct FameCheckerSaveData fameChecker[NUM_FAMECHECKER_PERSONS];
- /*0x3A94*/ u8 filler3A94[0x2A4];
- u32 unkArray[4][3];
+ /*0x3A94*/ u8 filler3A94[0x2A0];
+ /*0x3D34*/ u32 unkArrayIdx;
+ /*0x3D38*/ u32 unkArray[4][3];
};
extern struct SaveBlock1* gSaveBlock1Ptr;