summaryrefslogtreecommitdiff
path: root/home/window.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-06-06 11:06:39 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-06-06 11:06:39 -0400
commit1d70c1e4ca11ecdf21beaebcfbc3eedc2b6dea95 (patch)
treeaf84bc7e2b1f536f0d01e542de7e40ff88a5f2e3 /home/window.asm
parent11a54b7b37041a5f9d26b7ae826bd1540a2030a9 (diff)
Some label changes and suggestions
Diffstat (limited to 'home/window.asm')
-rw-r--r--home/window.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/window.asm b/home/window.asm
index 902b427..da1c838 100644
--- a/home/window.asm
+++ b/home/window.asm
@@ -91,7 +91,7 @@ GetMenuIndexSet:: ; 00:1ec3
ret
Function1ee9:: ; 1ee9
- call Function1d2d
+ call MenuBoxCoord2Tile
call Function1c86
ld a, [wMenuDataItems]
add a
@@ -110,7 +110,7 @@ Function1ee9:: ; 1ee9
ret
RunMenuItemPrintingFunction:: ; 00:1f02
- call Function1d2d
+ call MenuBoxCoord2Tile
ld bc, 2 * SCREEN_WIDTH + 2
add hl, bc
.asm_1f09: ; 00:1f09
@@ -140,7 +140,7 @@ RunMenuItemPrintingFunction:: ; 00:1f02
Function1f27:: ; 00:1f27
; Combines Crystal functions "InitMenuCursorAndButtonPermissions" and "GetStaticMenuJoypad"
push de
- call Function1c44
+ call InitVerticalMenuCursor
ld hl, wMenuJoypadFilter
ld a, [wMenuData2]
bit 3, a