aboutsummaryrefslogtreecommitdiffstats
path: root/home/print_text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/print_text.asm')
-rw-r--r--home/print_text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/print_text.asm b/home/print_text.asm
index fe784350..8e351ba3 100644
--- a/home/print_text.asm
+++ b/home/print_text.asm
@@ -24,7 +24,7 @@ PrintLetterDelay::
.checkButtons
call Joypad
ldh a, [hJoyHeld]
-.checkAButton
+; check A button
bit B_PAD_A, a
jr z, .checkBButton
jr .endWait