summaryrefslogtreecommitdiff
path: root/macros/pals.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/pals.asm')
-rwxr-xr-xmacros/pals.asm7
1 files changed, 3 insertions, 4 deletions
diff --git a/macros/pals.asm b/macros/pals.asm
index 44f1f794..d45dae3f 100755
--- a/macros/pals.asm
+++ b/macros/pals.asm
@@ -1,8 +1,7 @@
tilepal: MACRO
-; vram bank, pals
-x = \1 << 3
-rept (_NARG +- 1) / 2
- dn (x | PAL_BG_\3), (x | PAL_BG_\2)
+; pals
+rept _NARG / 2
+ dn PAL_BG_\2, PAL_BG_\1
shift
shift
endr