summaryrefslogtreecommitdiff
path: root/engine/debug
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-08-03 23:41:01 +0200
committermid-kid <esteve.varela@gmail.com>2020-08-05 16:02:48 +0200
commitb6055b19446e2de0a885565c0b6749fc11627b46 (patch)
tree05f44fbdf85a779693b0617056550255531743e8 /engine/debug
parentac48d654987ef1df3a7ca6e5a40d8e6eab477d7f (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 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