shithub: pokecrystal

ref: 6a2cad6bcc17c60b87667d8d90c3931b7f70bfe2
dir: /data/moves/present_power.asm/

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