mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Move power data belongs in data/moves/
This commit is contained in:
parent
662b3459f6
commit
a0cc4a3392
@ -3803,7 +3803,7 @@ BattleCommand_ConstantDamage: ; 35726
|
|||||||
ld [hl], 1
|
ld [hl], 1
|
||||||
ret
|
ret
|
||||||
|
|
||||||
INCLUDE "data/battle/flail_reversal_power.asm"
|
INCLUDE "data/moves/flail_reversal_power.asm"
|
||||||
|
|
||||||
|
|
||||||
BattleCommand_Counter: ; 35813
|
BattleCommand_Counter: ; 35813
|
||||||
@ -8934,7 +8934,7 @@ BattleCommand_GetMagnitude: ; 37991
|
|||||||
pop bc
|
pop bc
|
||||||
ret
|
ret
|
||||||
|
|
||||||
INCLUDE "data/battle/magnitude_power.asm"
|
INCLUDE "data/moves/magnitude_power.asm"
|
||||||
|
|
||||||
|
|
||||||
BattleCommand_BatonPass: ; 379c9
|
BattleCommand_BatonPass: ; 379c9
|
||||||
|
@ -85,4 +85,4 @@ BattleCommand_Present: ; 37874
|
|||||||
.do_animation
|
.do_animation
|
||||||
jp EndMoveEffect
|
jp EndMoveEffect
|
||||||
|
|
||||||
INCLUDE "data/battle/present_power.asm"
|
INCLUDE "data/moves/present_power.asm"
|
||||||
|
Loading…
Reference in New Issue
Block a user