mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Add missing file macros/pals.asm
This commit is contained in:
parent
b272c0c375
commit
33506f382a
9
macros/pals.asm
Executable file
9
macros/pals.asm
Executable 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
|
Loading…
Reference in New Issue
Block a user