summaryrefslogtreecommitdiff
path: root/engine/games
diff options
context:
space:
mode:
Diffstat (limited to 'engine/games')
-rw-r--r--engine/games/dummy_game.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/games/dummy_game.asm b/engine/games/dummy_game.asm
index d3360ff3f..cf61f56f4 100644
--- a/engine/games/dummy_game.asm
+++ b/engine/games/dummy_game.asm
@@ -11,7 +11,7 @@ _DummyGame:
ld b, SCGB_DIPLOMA
call GetSGBLayout
callfar ClearSpriteAnims
- ld hl, LZ_e2221
+ ld hl, DummyGameLZ
ld de, vTiles2 tile $00
call Decompress
ld hl, Unknown_e00ed
@@ -586,5 +586,5 @@ DummyGame_InterpretJoypad_AnimateCursor:
ld [hl], a
ret
-LZ_e2221:
+DummyGameLZ:
INCBIN "gfx/dummy_game/dummy_game.2bpp.lz"