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