mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
7 lines
191 B
NASM
7 lines
191 B
NASM
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
|