diff options
author | IIMarckus <iimarckus@gmail.com> | 2020-02-09 02:20:05 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2020-02-09 02:20:05 -0700 |
commit | a7e3a999ff21ecac0bfbe7f091f9ff901075a323 (patch) | |
tree | 8032e91c6a426b355b6d1d3505bbc1fdc9c40fa6 /home/joypad.asm | |
parent | d561a6d2db176240549fa605dc3e7e1f59e86607 (diff) | |
parent | 0543e933915a65127a8b803789d049478c7889d5 (diff) |
Merge https://github.com/libjet/pokegold
Diffstat (limited to 'home/joypad.asm')
-rw-r--r-- | home/joypad.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/joypad.asm b/home/joypad.asm index 3f3a0b43..4f629a9f 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -289,7 +289,7 @@ JoyWaitInput:: ; a77 (0:0a77) ld a, [wInputType] or a jr z, .wait_loop - callba DudeAutoInput_A + farcall DudeAutoInput_A .wait_loop call JoyBlinkCursor @@ -318,7 +318,7 @@ JoyBlinkCursor:: ; aa6 (0:0aa6) .cursor_off ld a, "─" .load_cursor_state - Coorda 18, 17 + ldcoord_a 18, 17 ret BlinkCursor:: ; ab6 (0:0ab6) |