diff options
Diffstat (limited to 'home/joypad.asm')
-rw-r--r-- | home/joypad.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/joypad.asm b/home/joypad.asm index 0f5060c63..3d5f0aed5 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -414,7 +414,7 @@ ButtonSound:: ; aaf ld a, [InputType] or a jr z, .input_wait_loop - callba _DudeAutoInput_A + farcall _DudeAutoInput_A .input_wait_loop call .blink_cursor |