diff options
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); |