summaryrefslogtreecommitdiff
path: root/constants/effect_command_constants.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-14 00:36:24 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-14 00:36:24 -0500
commite48a401290e794854880f06fc230a369f37e6b9b (patch)
treedcad6cd5d1a7e62a2f2a92522c5619d41dc416cf /constants/effect_command_constants.asm
parent8745915dbd38e9647e0b27d20cb73da0fdde353f (diff)
Reorganize macros
Diffstat (limited to 'constants/effect_command_constants.asm')
-rw-r--r--constants/effect_command_constants.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/constants/effect_command_constants.asm b/constants/effect_command_constants.asm
index 0d86e66a1..bc752262f 100644
--- a/constants/effect_command_constants.asm
+++ b/constants/effect_command_constants.asm
@@ -1,10 +1,9 @@
-; BattleCommandPointers indexes (see battle/effect_commands.asm)
-
command: macro
enum \1_command
\1 equs "db \1_command"
endm
+; BattleCommandPointers indexes (see battle/effect_commands.asm)
enum_start 1
command checkturn ; 01
command checkobedience ; 02