diff options
Diffstat (limited to 'macros/scripts/battle_commands.asm')
-rw-r--r-- | macros/scripts/battle_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/scripts/battle_commands.asm b/macros/scripts/battle_commands.asm index 5ac9009ff..dc264b291 100644 --- a/macros/scripts/battle_commands.asm +++ b/macros/scripts/battle_commands.asm @@ -1,6 +1,6 @@ -command: macro +command: MACRO enum \1_command -\1 equs "db \1_command" +\1 EQUS "db \1_command" endm ; BattleCommandPointers indexes (see data/battle_command_pointers.asm) |