summaryrefslogtreecommitdiff
path: root/home/palettes.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 19:40:17 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 19:40:17 -0500
commita73c532738d055bb3d28a46b59f7fc87d2c998d4 (patch)
treee3566de414a399ef0711fad034a9c96d9ea9b864 /home/palettes.asm
parentf81add782affc2ca3b196e0beb98e9c89d0f09ff (diff)
tile+color macros in gfx.asm
Diffstat (limited to 'home/palettes.asm')
-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