summaryrefslogtreecommitdiff
path: root/macros/gfx.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gfx.asm')
-rw-r--r--macros/gfx.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/macros/gfx.asm b/macros/gfx.asm
index 2753373e0..24c79e1f1 100644
--- a/macros/gfx.asm
+++ b/macros/gfx.asm
@@ -1,9 +1,7 @@
RGB: MACRO
rept _NARG / 3
dw palred (\1) + palgreen (\2) + palblue (\3)
- shift
- shift
- shift
+ shift 3
endr
ENDM