diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 18:53:21 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 18:53:21 +0100 |
commit | 3c6c80f1b24487ae4aa9d250d1dff290f09c231e (patch) | |
tree | 5d6567d4f9fd6044bb3b7ea4af8f8dc70d8a5401 /engine/battle | |
parent | 69762a2bfd6b6134b99a24b3c8f091ff6a410ef9 (diff) |
LY_BLANK and rLCDC constants
Diffstat (limited to 'engine/battle')
-rw-r--r-- | engine/battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 2937755a6..08021fc8b 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -8395,11 +8395,11 @@ BattleIntro: ; 3f4dd ld b, SCGB_BATTLE_GRAYSCALE call GetSGBLayout ld hl, rLCDC - res 6, [hl] + res rLCDC_WINDOW_TILEMAP, [hl] ; select 9800-9BFF call InitBattleDisplay call BattleStartMessage ld hl, rLCDC - set 6, [hl] + set rLCDC_WINDOW_TILEMAP, [hl] ; select 9C00-9FFF xor a ld [hBGMapMode], a call EmptyBattleTextBox |