summaryrefslogtreecommitdiff
path: root/engine/pinball_game.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pinball_game.asm')
-rw-r--r--engine/pinball_game.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pinball_game.asm b/engine/pinball_game.asm
index 5ede0d6..292d5f4 100644
--- a/engine/pinball_game.asm
+++ b/engine/pinball_game.asm
@@ -58,7 +58,7 @@ GameScreenFunction_StartBall: ; 0xd87f
ld a, $1
ld [wDrawBottomMessageBox], a
xor a
- ld [wd7c1], a
+ ld [wLoadingSavedGame], a
call SetAllPalettesWhite
call EnableLCD
call FadeIn
@@ -191,7 +191,7 @@ GameScreenFunction_HandleBallLoss: ; 0xda36
ld a, [wBottomTextEnabled]
and a
ret nz
- ld a, [wd4c9]
+ ld a, [wLostBall]
and a
jr z, .asm_daa9
ld a, [wd49c]