mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Make arguments for create_movement_action required
This commit is contained in:
parent
f23d9ff30e
commit
9d18ad0b5a
@ -1,4 +1,4 @@
|
||||
.macro create_movement_action name, value
|
||||
.macro create_movement_action name:req, value:req
|
||||
.macro \name
|
||||
.byte \value
|
||||
.endm
|
||||
|
Loading…
Reference in New Issue
Block a user