pokecrystal-board/data/moves/present_power.asm

7 lines
191 B
NASM
Raw Normal View History

2018-01-25 18:34:42 -08:00
PresentPower:
; chance, power
2020-05-07 08:09:41 -07:00
db 40 percent, 40 ; 40% chance
db 70 percent + 1, 80 ; 30% chance
db 80 percent, 120 ; 10% chance
2018-01-25 18:34:42 -08:00
db -1 ; 20% chance to heal instead