summaryrefslogtreecommitdiff
path: root/include
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
parent5c794a1d3d104e70d1215724cbbff211df440585 (diff)
sub_815DA54
Diffstat (limited to 'include')
-rw-r--r--include/global.h5
-rw-r--r--include/main.h1
2 files changed, 4 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;
diff --git a/include/main.h b/include/main.h
index adbf1fb5d..3fb254c95 100644
--- a/include/main.h
+++ b/include/main.h
@@ -65,6 +65,7 @@ void InitFlashTimer(void);
void DoSoftReset(void);
void ClearPokemonCrySongs(void);
void RestoreSerialTimer3IntrHandlers(void);
+void SetVBlankCounter1Ptr(u32 *ptr);
extern const char RomHeaderGameCode[4];
extern const char RomHeaderSoftwareVersion;