Use TRUE for hCGBPalUpdate

This commit is contained in:
mid-kid
2020-08-03 23:41:01 +02:00
parent ac48d65498
commit b6055b1944
18 changed files with 50 additions and 50 deletions

View File

@@ -167,7 +167,7 @@ INCBIN "gfx/overworld/heal_machine.2bpp"
ld bc, 1 palettes
ld a, BANK(wOBPals2)
call FarCopyWRAM
ld a, $1
ld a, TRUE
ldh [hCGBPalUpdate], a
ret
@@ -231,7 +231,7 @@ INCLUDE "gfx/overworld/heal_machine.pal"
pop af
ldh [rSVBK], a
ld a, $1
ld a, TRUE
ldh [hCGBPalUpdate], a
ret

View File

@@ -39,7 +39,7 @@ LoadPoisonBGPals:
jr nz, .loop
pop af
ldh [rSVBK], a
ld a, $1
ld a, TRUE
ldh [hCGBPalUpdate], a
ld c, 4
call DelayFrames