aboutsummaryrefslogtreecommitdiffstats
path: root/home/start_menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/start_menu.asm')
-rw-r--r--home/start_menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/start_menu.asm b/home/start_menu.asm
index b1bc0539..f2aae5dd 100644
--- a/home/start_menu.asm
+++ b/home/start_menu.asm
@@ -14,7 +14,7 @@ RedisplayStartMenu_DoNotDrawStartMenu::
.loop
call HandleMenuInput
ld b, a
-.checkIfUpPressed
+; check if Up pressed
bit B_PAD_UP, a
jr z, .checkIfDownPressed
ld a, [wCurrentMenuItem] ; menu selection