mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
188 B
NASM
9 lines
188 B
NASM
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
|