summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-24 19:49:55 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-24 19:49:55 -0400
commitdcda0bae06ec186eb29dc7a4332962864c69cc4d (patch)
tree8f9e4fe26c0b4b0769becd7a45c56218b1b443f5 /home/joypad.asm
parent2d117385b1f021729ba03cb6f44c1ef470b34f65 (diff)
engine/pack.asm
Diffstat (limited to 'home/joypad.asm')
-rw-r--r--home/joypad.asm2
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