summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/joypad.asm')
-rw-r--r--home/joypad.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/joypad.asm b/home/joypad.asm
index 4c46111be..d66cdb662 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -408,7 +408,7 @@ ButtonSound:: ; aaf
jp DelayFrames
; ac6
-.wait_input: ; ac6
+.wait_input ; ac6
ld a, [hOAMUpdate]
push af
ld a, $1
@@ -436,7 +436,7 @@ ButtonSound:: ; aaf
ret
; af5
-.blink_cursor: ; af5
+.blink_cursor ; af5
ld a, [hVBlankCounter]
and %00010000 ; bit 4, a
jr z, .cursor_off