mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
167 B
NASM
9 lines
167 B
NASM
CriticalHitChances:
|
|
db 1 out_of 15 ; 0
|
|
db 1 out_of 8 ; +1
|
|
db 1 out_of 4 ; +2
|
|
db 1 out_of 3 ; +3
|
|
db 1 out_of 2 ; +4
|
|
db 1 out_of 2 ; +5
|
|
db 1 out_of 2 ; +6
|