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

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