summaryrefslogtreecommitdiff
path: root/engine/debug
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-08-04 01:22:19 +0200
committermid-kid <esteve.varela@gmail.com>2020-08-05 16:02:32 +0200
commitad5c4a73a52c87a0f7702e19a6ee036dac0bb69f (patch)
tree711d2eed0d5e40815ef5f79b6b06aeba6482b54d /engine/debug
parent6b2a0b288966a7c25d953545b9bb085d8dc3de58 (diff)
Use TRUE for hCGBPalUpdate
Diffstat (limited to 'engine/debug')
-rw-r--r--engine/debug/color_picker.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/debug/color_picker.asm b/engine/debug/color_picker.asm
index 204703d9..8d85dd1a 100644
--- a/engine/debug/color_picker.asm
+++ b/engine/debug/color_picker.asm
@@ -457,7 +457,7 @@ Functionfd646:
hlcoord 15, 2
ld de, wc508 + 2
call Functionfd6b0
- ld a, 1
+ ld a, TRUE
ldh [hCGBPalUpdate], a
ld a, 3
ld [wJumptableIndex], a
@@ -1229,7 +1229,7 @@ Functionfdc98:
hlcoord 16, 0
ld de, wc508 + 6
call Functionfd6b0
- ld a, 1
+ ld a, TRUE
ldh [hCGBPalUpdate], a
call DelayFrame
ret