condense tileset sprite palettes

This commit is contained in:
yenatch
2017-12-12 23:47:13 -05:00
parent 725750d69d
commit a6656a986b
2 changed files with 41 additions and 168 deletions

View File

@@ -16,7 +16,12 @@ INCLUDE "macros/trade_anim.asm"
INCLUDE "macros/tilesets.asm"
RGB: MACRO
rept _NARG / 3
dw ((\3) << 10) + ((\2) << 5) + (\1)
shift
shift
shift
endr
ENDM