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

@@ -409,7 +409,7 @@ Function1002dc:
Function1002ed:
farcall LoadOW_BGPal7
farcall ApplyPals
ld a, $01
ld a, TRUE
ldh [hCGBPalUpdate], a
call DelayFrame
ret
@@ -2210,7 +2210,7 @@ Function100eca:
Function100ed4:
farcall ApplyPals
ld a, $01
ld a, TRUE
ldh [hCGBPalUpdate], a
ret

View File

@@ -1450,7 +1450,7 @@ Function108b5a:
jr nz, .loop
pop af
ldh [rSVBK], a
ld a, $1
ld a, TRUE
ldh [hCGBPalUpdate], a
ret
@@ -1474,7 +1474,7 @@ Function108b78:
ld [hld], a
pop af
ldh [rSVBK], a
ld a, $1
ld a, TRUE
ldh [hCGBPalUpdate], a
ret

View File

@@ -650,7 +650,7 @@ Function16cbd1:
ld a, $5
call FarCopyWRAM
farcall ApplyPals
ld a, $1
ld a, TRUE
ldh [hCGBPalUpdate], a
ret