diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-26 11:01:15 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-26 11:01:15 -0500 |
commit | a0cc4a33929f6aeb08a733c4a985c3bbb24ef55f (patch) | |
tree | 5bc7b5bc64310f9da231b89528d0802a7414df5e /engine/battle/effect_commands/present.asm | |
parent | 662b3459f606ebe1018c21f4bde11bddb7eb1efd (diff) |
Move power data belongs in data/moves/
Diffstat (limited to 'engine/battle/effect_commands/present.asm')
-rwxr-xr-x | engine/battle/effect_commands/present.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/effect_commands/present.asm b/engine/battle/effect_commands/present.asm index 1af6b4b49..24db2a7fb 100755 --- a/engine/battle/effect_commands/present.asm +++ b/engine/battle/effect_commands/present.asm @@ -85,4 +85,4 @@ BattleCommand_Present: ; 37874 .do_animation jp EndMoveEffect -INCLUDE "data/battle/present_power.asm" +INCLUDE "data/moves/present_power.asm" |