You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move power data belongs in data/moves/
This commit is contained in:
8
data/moves/flail_reversal_power.asm
Normal file
8
data/moves/flail_reversal_power.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
FlailReversalPower:
|
||||
; hp bar pixels, power
|
||||
db HP_BAR_LENGTH_PX / 48, 200
|
||||
db HP_BAR_LENGTH_PX / 12, 150
|
||||
db HP_BAR_LENGTH_PX / 5, 100
|
||||
db HP_BAR_LENGTH_PX / 3, 80
|
||||
db HP_BAR_LENGTH_PX * 2 / 3, 40
|
||||
db HP_BAR_LENGTH_PX, 20
|
||||
Reference in New Issue
Block a user