shithub: pokered

ref: 6c945a6b6a0d21ba4bf0c2977bb44d2482dffcb8
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