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 7fd92fb4..b17cc9cf 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -287,7 +287,7 @@ JoyWaitInput:: ; a77 (0:0a77) ld a, [wInputType] or a jr z, .wait_loop - callba _DudeAutoInput_A + callba DudeAutoInput_A .wait_loop call JoyBlinkCursor |