pokecrystal/data/items/buena_prizes.asm

13 lines
267 B
NASM
Raw Normal View History

2018-06-24 14:09:41 +00:00
BuenaPrizeItems:
2017-12-27 05:09:12 +00:00
; there are NUM_BUENA_PRIZES items (see engine/events/buena.asm)
db ULTRA_BALL, 2
db FULL_RESTORE, 2
db NUGGET, 3
db RARE_CANDY, 3
db PROTEIN, 5
db IRON, 5
db CARBOS, 5
db CALCIUM, 5
db HP_UP, 5
.End