pokecrystal-board/data/battle/held_heal_status.asm

11 lines
278 B
NASM
Raw Normal View History

2018-01-25 18:34:42 -08:00
; See also data/items/heal_status.asm
2018-06-24 07:09:41 -07:00
HeldStatusHealingEffects:
2018-01-25 18:34:42 -08:00
db HELD_HEAL_POISON, 1 << PSN
db HELD_HEAL_FREEZE, 1 << FRZ
db HELD_HEAL_BURN, 1 << BRN
db HELD_HEAL_SLEEP, SLP_MASK
2018-01-25 18:34:42 -08:00
db HELD_HEAL_PARALYZE, 1 << PAR
db HELD_HEAL_STATUS, ALL_STATUS
db -1 ; end