shithub: pokered

ref: 5c4795d5bc19edd872adf7b17d0c6264eecd6459
dir: /data/items/vending_prices.asm/

View raw version
MACRO vend_item
	db \1
	bcd3 \2
ENDM

VendingPrices:
	; item id, price
	vend_item FRESH_WATER, 200
	vend_item SODA_POP,    300
	vend_item LEMONADE,    350