Add missing file macros/pals.asm

This commit is contained in:
PikalaxALT 2016-01-28 09:40:01 -05:00
parent b272c0c375
commit 33506f382a
1 changed files with 9 additions and 0 deletions

9
macros/pals.asm Executable file
View File

@ -0,0 +1,9 @@
tilepal: MACRO
; vram bank, pals
x = \1 << 3
rept (_NARG +- 1) / 2
dn (x | PAL_BG_\3), (x | PAL_BG_\2)
shift
shift
endr
endm