summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 2d8f1f3..64d3f9a 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -210,15 +210,15 @@ Function1e8a:: ; 00:1e8a
ldh [hBGMapMode], a
xor a
call OpenSRAM
- call GetWindowStackTop
+ call Function1cae
ld a, l
ld [wWindowStackPointer], a
ld a, h
ld [wWindowStackPointer + 1], a
- call PopWindow
+ call Function1c7a
ld d, h
ld e, l
- call RestoreTileBackup
+ call Function1c60
call CloseSRAM
ld hl, wWindowStackSize
dec [hl]
@@ -271,7 +271,7 @@ GetMenuIndexSet:: ; 00:1ec3
Function1ee9:: ; 1ee9
call MenuBoxCoord2Tile
- call GetMenuBoxDims
+ call Function1c86
ld a, [wMenuDataItems]
add a
cp b