summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/palettes.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/palettes.asm b/home/palettes.asm
index 9f10da118..e47b73e99 100644
--- a/home/palettes.asm
+++ b/home/palettes.asm
@@ -280,7 +280,7 @@ CopyPals:: ; d50
jr nz, .loop
; de += 8 (next pal)
- ld a, NUM_PAL_COLORS * 2
+ ld a, NUM_PAL_COLORS * PAL_COLOR_SIZE
add e
jr nc, .ok
inc d