ref: 226d1812b34dad7ee0bb758c4c4970a731c9c79e
dir: /macros/color.asm/
RGB: MACRO rept _NARG / 3 dw palred (\1) + palgreen (\2) + palblue (\3) shift shift shift endr ENDM palred EQUS "(1 << 0) *" palgreen EQUS "(1 << 5) *" palblue EQUS "(1 << 10) *" palettes EQUS "* 8" palette EQUS "+ 8 *"