summaryrefslogtreecommitdiff
path: root/include/game_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game_init.h')
-rw-r--r--include/game_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/game_init.h b/include/game_init.h
index 6aaeb6b4..77484689 100644
--- a/include/game_init.h
+++ b/include/game_init.h
@@ -9,8 +9,8 @@ void FUN_02015EF4(void);
void Main_SetVBlankIntrCB(void (*a0)(void *), void * a1);
void FUN_02015F1C(void);
BOOL FUN_02015F34(void (*a0)(void *), void * a1);
-void FUN_02015F6C(void);
-void Main_HBlankIntr(BOOL a0);
+void Main_CallHBlankCallback(void);
+void Main_ToggleHBlankInterrupt(BOOL enableFlag);
void FUN_02015FC8(void);
void InitSystemForTheGame(void);
void InitGraphicMemory(void);