shithub: pokecrystal

ref: 9973e43d5aaffeef9d68994a665d2b0231f56f41
dir: /data/items/buena_prizes.asm/

View raw version
BuenaPrizeItems: ; 8b15e
; there are NUM_BUENA_PRIZES items (see event/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
BuenaPrizeItemsEnd:
; 8b170