summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asm/macros/movement.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/movement.inc b/asm/macros/movement.inc
index 2e52ba11d..62618379b 100644
--- a/asm/macros/movement.inc
+++ b/asm/macros/movement.inc
@@ -1,4 +1,4 @@
- .macro create_movement_action name, value
+ .macro create_movement_action name:req, value:req
.macro \name
.byte \value
.endm