diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 17:47:05 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 17:47:05 -0500 |
commit | b5417fafec7dd37cb4be391f3bd3d4541a2a381e (patch) | |
tree | a4e7d08afb2e862186a138e82c8ef4785d82786d /macros/scripts/effect_commands.asm | |
parent | 2f98c2032fd47ada3484bfc37d590992f286d3d4 (diff) |
Split battle/ into data/ and engine/ components
Diffstat (limited to 'macros/scripts/effect_commands.asm')
-rw-r--r-- | macros/scripts/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scripts/effect_commands.asm b/macros/scripts/effect_commands.asm index 4fd2475b7..550deac6a 100644 --- a/macros/scripts/effect_commands.asm +++ b/macros/scripts/effect_commands.asm @@ -3,7 +3,7 @@ command: macro \1 equs "db \1_command" endm -; BattleCommandPointers indexes (see battle/effect_commands.asm) +; BattleCommandPointers indexes (see data/moves/effect_command_pointers.asm) enum_start 1 command checkturn ; 01 command checkobedience ; 02 |