diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 19:40:17 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 19:40:17 -0500 |
commit | a73c532738d055bb3d28a46b59f7fc87d2c998d4 (patch) | |
tree | e3566de414a399ef0711fad034a9c96d9ea9b864 /home/palettes.asm | |
parent | f81add782affc2ca3b196e0beb98e9c89d0f09ff (diff) |
tile+color macros in gfx.asm
Diffstat (limited to 'home/palettes.asm')
-rw-r--r-- | home/palettes.asm | 2 |
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 |