You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove some more raw addresses
This commit is contained in:
@@ -8050,11 +8050,11 @@ BattleIntro:
|
||||
ld b, SCGB_BATTLE_GRAYSCALE
|
||||
call GetSGBLayout
|
||||
ld hl, rLCDC
|
||||
res rLCDC_WINDOW_TILEMAP, [hl] ; select 9800-9BFF
|
||||
res rLCDC_WINDOW_TILEMAP, [hl] ; select vBGMap0/vBGMap2
|
||||
call InitBattleDisplay
|
||||
call BattleStartMessage
|
||||
ld hl, rLCDC
|
||||
set rLCDC_WINDOW_TILEMAP, [hl] ; select 9C00-9FFF
|
||||
set rLCDC_WINDOW_TILEMAP, [hl] ; select vBGMap1/vBGMap3
|
||||
xor a
|
||||
ldh [hBGMapMode], a
|
||||
call EmptyBattleTextbox
|
||||
|
Reference in New Issue
Block a user