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

@@ -11,9 +11,9 @@ palred EQUS "(1 << 0) *"
palgreen EQUS "(1 << 5) *"
palblue EQUS "(1 << 10) *"
palettes EQUS "* 8"
palette EQUS "+ 8 *"
color EQUS "+ 2 *"
palettes EQUS "* PALETTE_SIZE"
palette EQUS "+ PALETTE_SIZE *"
color EQUS "+ PAL_COLOR_SIZE *"
tiles EQUS "* LEN_2BPP_TILE"
tile EQUS "+ LEN_2BPP_TILE *"