summaryrefslogtreecommitdiff
path: root/engine/games
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-16 19:32:36 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-16 19:32:36 -0400
commitf76dabedcc8af56c871e06a4721de4c79bd30908 (patch)
tree89c6c2069f0cdb956be742019341620fc4b0df67 /engine/games
parentc552390a15ae27a24109f369264f1caa6b9f8295 (diff)
Harmonize engine/{battle, battle_anims, events, games} with pokegold
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"