Move power data belongs in data/moves/

This commit is contained in:
Rangi 2018-01-26 11:01:15 -05:00
parent 662b3459f6
commit a0cc4a3392
5 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -85,4 +85,4 @@ BattleCommand_Present: ; 37874
.do_animation
jp EndMoveEffect
INCLUDE "data/battle/present_power.asm"
INCLUDE "data/moves/present_power.asm"