PALETTE_SIZE

This commit is contained in:
Rangi
2018-01-22 19:57:35 -05:00
parent a73c532738
commit 14ef9d3066
4 changed files with 6 additions and 5 deletions

View File

@@ -280,7 +280,7 @@ CopyPals:: ; d50
jr nz, .loop
; de += 8 (next pal)
ld a, NUM_PAL_COLORS * PAL_COLOR_SIZE
ld a, PALETTE_SIZE
add e
jr nc, .ok
inc d