summaryrefslogtreecommitdiff
path: root/macros/pals.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/pals.asm')
-rwxr-xr-xmacros/pals.asm9
1 files changed, 0 insertions, 9 deletions
diff --git a/macros/pals.asm b/macros/pals.asm
deleted file mode 100755
index 72bb4c96d..000000000
--- a/macros/pals.asm
+++ /dev/null
@@ -1,9 +0,0 @@
-tilepal: MACRO
-; vram bank, pals
-x = \1 << OAM_TILE_BANK
-rept (_NARG +- 1) / 2
- dn (x | PAL_BG_\3), (x | PAL_BG_\2)
- shift
- shift
-endr
-endm