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