summaryrefslogtreecommitdiff
path: root/macros/gfx.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gfx.asm')
-rw-r--r--macros/gfx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gfx.asm b/macros/gfx.asm
index 950daee1..8803dad2 100644
--- a/macros/gfx.asm
+++ b/macros/gfx.asm
@@ -1,7 +1,7 @@
RGB: MACRO
REPT _NARG / 3
dw palred (\1) + palgreen (\2) + palblue (\3)
- shift 3
+ SHIFT 3
ENDR
ENDM