summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-18 20:07:09 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-18 20:07:09 -0500
commit3d36f1a83711f117274c56f3ddb285d81a869bb3 (patch)
tree112183d9ad058507897393f7d489eafe6a53927a /home/menu.asm
parentd644406f61983be78339a0e9f366e8d34c209c6c (diff)
Events and some WRAM cleanup
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 126dc53dc..5213fab32 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -249,7 +249,7 @@ SetUpMenu:: ; 1e70
MenuFunc_1e7f::
call CopyMenuData2
- call Function1ebd
+ call GetMenuIndexSet
call Function1ea6
call MenuBox
ret
@@ -257,7 +257,7 @@ MenuFunc_1e7f::
MenuWriteText::
xor a
ld [hBGMapMode], a
- call Function1ebd ; sort out the text
+ call GetMenuIndexSet ; sort out the text
call Function1eda ; actually write it
call Function2e31
ld a, [hOAMUpdate]
@@ -286,12 +286,12 @@ Function1ea6:: ; 1ea6
ret
; 1ebd
-Function1ebd:: ; 1ebd
+GetMenuIndexSet:: ; 1ebd
ld hl, wMenuData2IndicesPointer
ld a, [hli]
ld h, [hl]
ld l, a
- ld a, [wcf76]
+ ld a, [wWhichIndexSet]
and a
jr z, .skip
ld b, a
@@ -404,7 +404,7 @@ Function1f2a:: ; 1f2a
ld [wMenuJoypad], a
.asm_1f57
- call Function1ebd
+ call GetMenuIndexSet
ld a, [wMenuCursorY]
ld l, a
ld h, $0