diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-27 01:29:15 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-27 01:29:15 -0500 |
commit | 7a4d64125176d9bd946682a3f9440de0f71324af (patch) | |
tree | 8f0d984bebb246f90b0458d007a967be24a89d43 /macros/scripts | |
parent | 86fd37af164110c9b85c5e132c02be0368c9c779 (diff) |
Remove redundant data/ filename prefixes
Diffstat (limited to 'macros/scripts')
-rw-r--r-- | macros/scripts/battle_commands.asm (renamed from macros/scripts/effect_commands.asm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scripts/effect_commands.asm b/macros/scripts/battle_commands.asm index 550deac6a..5ac9009ff 100644 --- a/macros/scripts/effect_commands.asm +++ b/macros/scripts/battle_commands.asm @@ -3,7 +3,7 @@ command: macro \1 equs "db \1_command" endm -; BattleCommandPointers indexes (see data/moves/effect_command_pointers.asm) +; BattleCommandPointers indexes (see data/battle_command_pointers.asm) enum_start 1 command checkturn ; 01 command checkobedience ; 02 |