diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-31 12:14:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-31 12:14:52 -0400 |
commit | d612c41066844fc82edaaea6bc946adbcc71a3d9 (patch) | |
tree | f2888ecbde6de01f1190d90a92f6cc7aa47ff049 /include/game_init.h | |
parent | 0b4d803fd24881aafc9626c843ae8bb49b9c6535 (diff) |
Better docs of gx, error_message_reset, etc
Diffstat (limited to 'include/game_init.h')
-rw-r--r-- | include/game_init.h | 2 |
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); |