mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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
|
||||
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
|
||||
|
@ -85,4 +85,4 @@ BattleCommand_Present: ; 37874
|
||||
.do_animation
|
||||
jp EndMoveEffect
|
||||
|
||||
INCLUDE "data/battle/present_power.asm"
|
||||
INCLUDE "data/moves/present_power.asm"
|
||||
|
Loading…
Reference in New Issue
Block a user