summaryrefslogtreecommitdiff
path: root/engine/debug/color_picker.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/debug/color_picker.asm')
-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 b5d196b1..84e8c207 100644
--- a/engine/debug/color_picker.asm
+++ b/engine/debug/color_picker.asm
@@ -32,7 +32,7 @@
const DEBUGCOLORMAIN_INITTMHM ; 4
const DEBUGCOLORMAIN_TMHMJOYPAD ; 5
-DebugColorPicker:
+DebugColorPicker: ; unreferenced
; A debug menu to test monster and trainer palettes at runtime.
ldh a, [hCGB]
and a
@@ -1053,7 +1053,7 @@ INCBIN "gfx/debug/up_arrow.2bpp"
DebugColor_GFX:
INCBIN "gfx/debug/color_test.2bpp"
-TilesetColorPicker:
+TilesetColorPicker: ; unreferenced
; A debug menu to test tileset palettes at runtime.
; dummied out
ret