aboutsummaryrefslogtreecommitdiffstats
path: root/data/items/vending_prices.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-05-30 17:28:26 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-05-30 17:28:26 -0400
commitce62dca69be6c316f0cd549a498ff04aaeef8d4d (patch)
treeff69fc9387780d25b8e53e8b198286dc7e8e2e32 /data/items/vending_prices.asm
parentAdd labels to unreferenced mart inventories and remove redundant comments (diff)
downloadpokeyellow-ce62dca69be6c316f0cd549a498ff04aaeef8d4d.tar.gz
pokeyellow-ce62dca69be6c316f0cd549a498ff04aaeef8d4d.tar.xz
pokeyellow-ce62dca69be6c316f0cd549a498ff04aaeef8d4d.zip
Eliminate unnecessary data macros
Diffstat (limited to 'data/items/vending_prices.asm')
-rw-r--r--data/items/vending_prices.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/items/vending_prices.asm b/data/items/vending_prices.asm
index 131d525d..9680c48d 100644
--- a/data/items/vending_prices.asm
+++ b/data/items/vending_prices.asm
@@ -1,6 +1,6 @@
vend_item: MACRO
db \1
- money \2
+ bcd3 \2
ENDM
VendingPrices: