summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands/present.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-26 11:01:15 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-26 11:01:15 -0500
commita0cc4a33929f6aeb08a733c4a985c3bbb24ef55f (patch)
tree5bc7b5bc64310f9da231b89528d0802a7414df5e /engine/battle/effect_commands/present.asm
parent662b3459f606ebe1018c21f4bde11bddb7eb1efd (diff)
Move power data belongs in data/moves/
Diffstat (limited to 'engine/battle/effect_commands/present.asm')
-rwxr-xr-xengine/battle/effect_commands/present.asm2
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"