mirror of https://github.com/pret/pokecrystal.git
Add missing file macros/pals.asm
This commit is contained in:
parent
b272c0c375
commit
33506f382a
|
@ -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
|
Loading…
Reference in New Issue