summaryrefslogtreecommitdiff
path: root/include/game_init.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-31 12:14:52 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-31 12:14:52 -0400
commitd612c41066844fc82edaaea6bc946adbcc71a3d9 (patch)
treef2888ecbde6de01f1190d90a92f6cc7aa47ff049 /include/game_init.h
parent0b4d803fd24881aafc9626c843ae8bb49b9c6535 (diff)
Better docs of gx, error_message_reset, etc
Diffstat (limited to 'include/game_init.h')
-rw-r--r--include/game_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game_init.h b/include/game_init.h
index 77484689..bf6569c4 100644
--- a/include/game_init.h
+++ b/include/game_init.h
@@ -27,7 +27,7 @@ void FUN_02016444(u8 a0);
void FUN_02016454(u8 a0);
void ReadKeypadAndTocuhpad(void);
void ApplyButtonModeToInput(void);
-void SetKeyRepeatTimers(int x, int y);
+void SetKeyRepeatTimers(int continueDelay, int startDelay);
void SetSoftResetDisableMask(u8 a0);
void ClearSoftResetDisableMask(u8 a0);