You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move power data belongs in data/moves/
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user