summaryrefslogtreecommitdiff
path: root/engine/pinball_game/menu.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-07-07 19:51:37 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-07-07 19:57:13 -0700
commitb4d7dffd1cb3bcaaf0cebbbbe42cb6b70d02bef8 (patch)
treeb0532fbaaa353db91d5e20d918a5d1692cfc6d79 /engine/pinball_game/menu.asm
parent3196c5f78ee7f56873e8f401b804cbd2532b5bea (diff)
Label evolution, joypad, message box things
Diffstat (limited to 'engine/pinball_game/menu.asm')
-rwxr-xr-xengine/pinball_game/menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pinball_game/menu.asm b/engine/pinball_game/menu.asm
index d97d039..a31ff1f 100755
--- a/engine/pinball_game/menu.asm
+++ b/engine/pinball_game/menu.asm
@@ -6,7 +6,7 @@ HandleInGameMenu: ; 0x86d7
ld [wd917], a
call FillBottomMessageBufferWithBlackTile
xor a
- ld [wd4aa], a
+ ld [wDrawBottomMessageBox], a
ld hl, wBottomMessageText
ld a, $81
ld b, $30
@@ -83,7 +83,7 @@ HandleInGameMenu: ; 0x86d7
pop af
ld [wd917], a
ld a, $1
- ld [wd4aa], a
+ ld [wDrawBottomMessageBox], a
ld a, [wInGameMenuIndex]
and a
ret