shithub: pokecrystal

ref: 0a1b6b4f15da58f47b7a6fcf3b650b8e5c3a7b53
dir: /data/moves/present_power.asm/

View raw version
PresentPower:
	; chance, power
	db 40 percent,     40 ; 40% chance
	db 70 percent + 1, 80 ; 30% chance
	db 80 percent,    120 ; 10% chance
	db -1                 ; 20% chance to heal instead