summaryrefslogtreecommitdiff
path: root/engine/dummy_game.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-29 19:22:33 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-29 19:22:33 +0100
commit2a7ba6685afac73b824f611bbff228ff73cc51da (patch)
tree4fc88a070fb8a5f2bbb8e98cc9c6f74e3b4e6888 /engine/dummy_game.asm
parent3c6c80f1b24487ae4aa9d250d1dff290f09c231e (diff)
Clean up changes in 3c6c80f
Diffstat (limited to 'engine/dummy_game.asm')
-rwxr-xr-xengine/dummy_game.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/dummy_game.asm b/engine/dummy_game.asm
index e5cc97dec..aecaa7425 100755
--- a/engine/dummy_game.asm
+++ b/engine/dummy_game.asm
@@ -34,7 +34,7 @@ _DummyGame: ; e1e5b (38:5e5b)
ld [wJumptableIndex], a
ld a, $1
ld [hBGMapMode], a
- ld a, rLCDC_DEFAULT
+ ld a, LCDC_DEFAULT
ld [rLCDC], a
ld a, $e4
call DmgToCgbBGPals