pokecrystal/data/battle/held_heal_status.asm

11 lines
278 B
NASM
Raw Normal View History

2018-01-26 02:34:42 +00:00
; See also data/items/heal_status.asm
2018-06-24 14:09:41 +00:00
HeldStatusHealingEffects:
2018-01-26 02:34:42 +00: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-26 02:34:42 +00:00
db HELD_HEAL_PARALYZE, 1 << PAR
db HELD_HEAL_STATUS, ALL_STATUS
db -1 ; end