summaryrefslogtreecommitdiff
path: root/data/items/buena_prizes.asm
blob: 673082a8d76bd7e2da57f1793af709d6fe2642dd (plain)
1
2
3
4
5
6
7
8
9
10
11
BuenaPrizeItems:
; there are NUM_BUENA_PRIZES entries
	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