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.asm | |
parent | a0bef01a1ddcd80eb098e88dc0514d07a4f1bc50 (diff) |
Use new palette constants
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm index 13aff261d..9ada1e62a 100644 --- a/macros.asm +++ b/macros.asm @@ -224,6 +224,7 @@ endr ENDM palettes EQUS "* 8" +palette EQUS "+ 8 *" ldpixel: MACRO if _NARG >= 5 |