Only graphics data goes in gfx/

Introduce PALRGB_WHITE constant for $7fff
This commit is contained in:
Remy Oukaour
2018-01-18 11:16:24 -05:00
parent 99f26a6097
commit 226d1812b3
9 changed files with 59 additions and 53 deletions

View File

@@ -1484,7 +1484,7 @@ Function108b45: ; 108b45
push af
ld a, $5
ld [rSVBK], a
ld de, palred 31 + palgreen 31 + palblue 31
ld de, PALRGB_WHITE
ld hl, wBGPals1
ld a, e
ld [hli], a
@@ -1525,7 +1525,7 @@ Function108b78: ; 108b78
ld a, c
and $2
jr z, .Orange
ld de, palred 31 + palgreen 31 + palblue 31
ld de, PALRGB_WHITE
jr .load_pal
.Orange: