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

@@ -46,9 +46,9 @@ InitDisplayForRedCredits: ; 4e8c2
ld hl, wBGPals1
ld c, 4 tiles
.load_white_palettes
ld a, LOW(palred 31 + palgreen 31 + palblue 31)
ld a, LOW(PALRGB_WHITE)
ld [hli], a
ld a, HIGH(palred 31 + palgreen 31 + palblue 31)
ld a, HIGH(PALRGB_WHITE)
ld [hli], a
dec c
jr nz, .load_white_palettes