summaryrefslogtreecommitdiff
path: root/include/game_init.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-30 08:54:50 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-30 08:54:50 -0400
commit9da7dd90041b785cb156069ccdf96996d9a162e2 (patch)
tree1b0aac0a4dc4569b09735c03a1b6c3af97118c37 /include/game_init.h
parentaf472505c60f7a0463e8195e9039af4806b9d42b (diff)
Refactor heap.c using NNS types, 1
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);