summaryrefslogtreecommitdiff
path: root/engine/dummy_game.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/dummy_game.asm')
-rwxr-xr-xengine/dummy_game.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/dummy_game.asm b/engine/dummy_game.asm
index 3ff1888dc..c315b8f38 100755
--- a/engine/dummy_game.asm
+++ b/engine/dummy_game.asm
@@ -10,7 +10,7 @@ _DummyGame: ; e1e5b (38:5e5b)
call DisableLCD
ld b, SCGB_DIPLOMA
call GetSGBLayout
- callab ClearSpriteAnims
+ callfar ClearSpriteAnims
ld hl, LZ_e2221
ld de, VTiles2 tile $00
call Decompress
@@ -47,7 +47,7 @@ _DummyGame: ; e1e5b (38:5e5b)
bit 7, a
jr nz, .quit
call .ExecuteJumptable
- callab PlaySpriteAnimations
+ callfar PlaySpriteAnimations
call DelayFrame
and a
ret