You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
PALETTE_SIZE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user