summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;