shithub: pokecrystal

ref: 1e5c95d8d42d5cf4e13afd204a3d6e18e5c030bb
dir: /data/battle/critical_hit_chances.asm/

View raw version
CriticalHitChances:
	db  7 percent     ;  0
	db 12 percent + 2 ; +1
	db 25 percent + 1 ; +2
	db 33 percent + 1 ; +3
	db 50 percent + 1 ; +4
	db 50 percent + 1 ; +5
	db 50 percent + 1 ; +6