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.asm | |
parent | 662b3459f606ebe1018c21f4bde11bddb7eb1efd (diff) |
Move power data belongs in data/moves/
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 55d56734c..604d9f2d9 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -3803,7 +3803,7 @@ BattleCommand_ConstantDamage: ; 35726 ld [hl], 1 ret -INCLUDE "data/battle/flail_reversal_power.asm" +INCLUDE "data/moves/flail_reversal_power.asm" BattleCommand_Counter: ; 35813 @@ -8934,7 +8934,7 @@ BattleCommand_GetMagnitude: ; 37991 pop bc ret -INCLUDE "data/battle/magnitude_power.asm" +INCLUDE "data/moves/magnitude_power.asm" BattleCommand_BatonPass: ; 379c9 |