summaryrefslogtreecommitdiff
path: root/home/scrolling_menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/scrolling_menu.asm')
-rw-r--r--home/scrolling_menu.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/home/scrolling_menu.asm b/home/scrolling_menu.asm
index ed2fd6b..5a73bba 100644
--- a/home/scrolling_menu.asm
+++ b/home/scrolling_menu.asm
@@ -36,7 +36,7 @@ Function3810::
ld a, [wMenuJoypad]
ret
-ScrollingMenu:: ; 00:383e
+ScrollingMenu::
call CopyMenuData
ldh a, [hROMBank]
push af
@@ -60,7 +60,7 @@ Function385a::
Function385d::
callab Function_8f1cb
-asm_3865: ; 00:3865
+asm_3865:
pop hl
call MenuTextBox
ld c, $0
@@ -68,22 +68,22 @@ asm_3865: ; 00:3865
call CloseWindow
ret
-Function3872:: ; 00:3872
+Function3872::
push bc
jr asm_387d
Function3875::
callab PlaySpriteAnimationsAndDelayFrame
-asm_387d: ; 00:387d
+asm_387d:
pop bc
call GetJoypad
ldh a, [hJoyDown]
and A_BUTTON | B_BUTTON
- jr nz, .asm_388e
+ jr nz, .done
ld a, c
and a
jr z, Function3872
dec c
jr z, Function3872
-.asm_388e: ; 00:388e
- ret \ No newline at end of file
+.done:
+ ret