tile+color macros in gfx.asm

This commit is contained in:
Rangi
2018-01-22 19:40:17 -05:00
parent f81add782a
commit a73c532738
7 changed files with 17 additions and 15 deletions

View File

@@ -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