ref: 4e96f9d232cd51be9d51a76f7d0cc6211aaccdca dir: /data/items/vending_prices.asm/
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