From 9da7dd90041b785cb156069ccdf96996d9a162e2 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 30 May 2021 08:54:50 -0400 Subject: Refactor heap.c using NNS types, 1 --- include/game_init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/game_init.h') 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); -- cgit v1.2.3