diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 20:50:08 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 20:50:08 -0500 |
commit | b4261d27d8a6ed20c13dd1ff723f7d3f28833a58 (patch) | |
tree | 18338abb639cbdf931a4faf7595282c75342d154 /macros | |
parent | a0bef01a1ddcd80eb098e88dc0514d07a4f1bc50 (diff) |
Use new palette constants
Diffstat (limited to 'macros')
-rwxr-xr-x | macros/pals.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/pals.asm b/macros/pals.asm index 44f1f7944..72bb4c96d 100755 --- a/macros/pals.asm +++ b/macros/pals.asm @@ -1,6 +1,6 @@ tilepal: MACRO ; vram bank, pals -x = \1 << 3 +x = \1 << OAM_TILE_BANK rept (_NARG +- 1) / 2 dn (x | PAL_BG_\3), (x | PAL_BG_\2) shift |