You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix use of in LoadMansionPalette
This commit is contained in:
@@ -123,12 +123,12 @@ LoadMansionPalette:
|
|||||||
call FarCopyWRAM
|
call FarCopyWRAM
|
||||||
ld a, BANK(wBGPals1)
|
ld a, BANK(wBGPals1)
|
||||||
ld de, wBGPals1 palette PAL_BG_WATER
|
ld de, wBGPals1 palette PAL_BG_WATER
|
||||||
ld hl, MansionPalette1 + 6 palettes
|
ld hl, MansionPalette1 palette PAL_BG_ROOF
|
||||||
ld bc, 1 palettes
|
ld bc, 1 palettes
|
||||||
call FarCopyWRAM
|
call FarCopyWRAM
|
||||||
ld a, BANK(wBGPals1)
|
ld a, BANK(wBGPals1)
|
||||||
ld de, wBGPals1 palette PAL_BG_ROOF
|
ld de, wBGPals1 palette PAL_BG_ROOF
|
||||||
ld hl, MansionPalette1 + 8 palettes
|
ld hl, MansionPalette1 palette 8
|
||||||
ld bc, 1 palettes
|
ld bc, 1 palettes
|
||||||
call FarCopyWRAM
|
call FarCopyWRAM
|
||||||
ret
|
ret
|
||||||
|
Reference in New Issue
Block a user