summaryrefslogtreecommitdiff
path: root/engine/menus/menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/menus/menu.asm')
-rw-r--r--engine/menus/menu.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/engine/menus/menu.asm b/engine/menus/menu.asm
index 4799827a1..091dd27d0 100644
--- a/engine/menus/menu.asm
+++ b/engine/menus/menu.asm
@@ -277,7 +277,6 @@ Unreferenced_Function241d5:
.loop
call Move2DMenuCursor
call HDMATransferTilemapToWRAMBank3 ; BUG: This function is in another bank.
- ; Pointer in current bank (9) is bogus.
call .loop2
jr nc, .done
call _2DMenuInterpretJoypad
@@ -300,7 +299,6 @@ Unreferenced_Function241d5:
ld c, 1
ld b, 3
call AdvanceMobileInactivityTimerAndCheckExpired ; BUG: This function is in another bank.
- ; Pointer in current bank (9) is bogus.
ret c
farcall Function100337
ret c
@@ -566,8 +564,8 @@ _PushWindow::
ld d, [hl]
push de
- ld b, $10
- ld hl, wMenuFlags
+ ld b, wMenuHeaderEnd - wMenuHeader
+ ld hl, wMenuHeader
.loop
ld a, [hli]
ld [de], a