mirror of
https://github.com/pret/pokecrystal.git
synced 2026-08-06 03:03:16 -05: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
|