diff options
author | Idain <luiscarlosholguinperez@outlook.com> | 2021-04-17 03:12:44 -0400 |
---|---|---|
committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-04-17 03:12:44 -0400 |
commit | 15eef4abf147941dc0df10387aaa6ad9bdb78b30 (patch) | |
tree | 3be706c91593e36d6399608f7dbd42021f58f315 | |
parent | 0bcfbf423c23e8d50d27c79c830ceadbf1e4acd1 (diff) |
Small detail fixed. Ops.
-rw-r--r-- | Add-a-new-move-effect.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-move-effect.md b/Add-a-new-move-effect.md index 568838a..f7499a7 100644 --- a/Add-a-new-move-effect.md +++ b/Add-a-new-move-effect.md @@ -88,7 +88,7 @@ Edit [macros/scripts/battle_commands.asm](../blob/master/macros/scripts/battle_c ```diff ; BattleCommandPointers indexes (see data/battle/effect_command_pointers.asm) - enum_start 1 + const_def 1 command checkturn ; 01 ... command curl ; af |