ref: 0af787ea6d42d6f9c16f952b46519ab94f356abb dir: /data/items/vending_prices.asm/
vend_item: MACRO db \1 bcd3 \2 ENDM VendingPrices: ; item id, price vend_item FRESH_WATER, 200 vend_item SODA_POP, 300 vend_item LEMONADE, 350