aboutsummaryrefslogtreecommitdiffstats
path: root/data/items
diff options
context:
space:
mode:
Diffstat (limited to 'data/items')
-rw-r--r--data/items/names.asm2
-rw-r--r--data/items/prices.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/items/names.asm b/data/items/names.asm
index 44a21c38..bab26efc 100644
--- a/data/items/names.asm
+++ b/data/items/names.asm
@@ -1,5 +1,5 @@
ItemNames::
- list_start ItemNames
+ list_start
li "MASTER BALL"
li "ULTRA BALL"
li "GREAT BALL"
diff --git a/data/items/prices.asm b/data/items/prices.asm
index d01c0b7e..aefd1078 100644
--- a/data/items/prices.asm
+++ b/data/items/prices.asm
@@ -1,5 +1,5 @@
ItemPrices::
- table_width 3, ItemPrices
+ table_width 3
bcd3 0 ; MASTER_BALL
bcd3 1200 ; ULTRA_BALL
bcd3 600 ; GREAT_BALL