mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
This isn't actually PAL_BG_ROOF
My bad.
This commit is contained in:
parent
3540b2a2d6
commit
42ff2bd21f
@ -123,7 +123,7 @@ LoadMansionPalette:
|
||||
call FarCopyWRAM
|
||||
ld a, BANK(wBGPals1)
|
||||
ld de, wBGPals1 palette PAL_BG_WATER
|
||||
ld hl, MansionPalette1 palette PAL_BG_ROOF
|
||||
ld hl, MansionPalette1 palette 6
|
||||
ld bc, 1 palettes
|
||||
call FarCopyWRAM
|
||||
ld a, BANK(wBGPals1)
|
||||
|
Loading…
Reference in New Issue
Block a user