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

@@ -4,6 +4,7 @@ LEN_2BPP_TILE EQU 2 * TILE_WIDTH ; bytes
NUM_PAL_COLORS EQU 4
PAL_COLOR_SIZE EQU 2
PALETTE_SIZE EQU NUM_PAL_COLORS * PAL_COLOR_SIZE
PALRGB_WHITE EQUS "palred 31 + palgreen 31 + palblue 31" ; $7fff