diff options
author | yenatch <yenatch@gmail.com> | 2017-12-30 21:12:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-30 21:12:53 -0500 |
commit | 93916b5536e028d7a50b9b65618aba25be3e8006 (patch) | |
tree | 4fc88a070fb8a5f2bbb8e98cc9c6f74e3b4e6888 /engine/battle | |
parent | 9f017cbab8e6856680c35278829c6388e9fdf697 (diff) | |
parent | 2a7ba6685afac73b824f611bbff228ff73cc51da (diff) |
Merge pull request #449 from xCrystal/master
Misc labeling and cleaning up
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 |