summaryrefslogtreecommitdiff
path: root/engine/debug
diff options
context:
space:
mode:
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 6062e71aa..310244c75 100644
--- a/engine/debug/color_picker.asm
+++ b/engine/debug/color_picker.asm
@@ -448,7 +448,7 @@ Function81c33:
hlcoord 15, 2
ld de, wc608 + 2
call Function81ca7
- ld a, $1
+ ld a, TRUE
ldh [hCGBPalUpdate], a
ld a, $3
ld [wJumptableIndex], a
@@ -1227,7 +1227,7 @@ Function822a3:
call Function81ca7
pop af
ldh [rSVBK], a
- ld a, $1
+ ld a, TRUE
ldh [hCGBPalUpdate], a
call DelayFrame
ret