diff options
Diffstat (limited to 'engine/pinball_game/catchem_mode.asm')
-rw-r--r-- | engine/pinball_game/catchem_mode.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pinball_game/catchem_mode.asm b/engine/pinball_game/catchem_mode.asm index 095a877..0268589 100644 --- a/engine/pinball_game/catchem_mode.asm +++ b/engine/pinball_game/catchem_mode.asm @@ -1163,12 +1163,12 @@ Func_10825: ; 0x10825 call AddBCDEToCurBufferValue
call FillBottomMessageBufferWithBlackTile
call Func_30db
- ld hl, wd5e9
+ ld hl, wStationaryText2
ld de, Data_2a50
call Func_3372
pop de
pop bc
- ld hl, wd5e4
+ ld hl, wStationaryText1
ld de, JackpotText
call Func_3357
ret
|