summaryrefslogtreecommitdiff
path: root/src/gui/shop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shop.cpp')
-rw-r--r--src/gui/shop.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/shop.cpp b/src/gui/shop.cpp
index 84fe279e..530df8f4 100644
--- a/src/gui/shop.cpp
+++ b/src/gui/shop.cpp
@@ -30,7 +30,10 @@
int n_items;
ITEM_SHOP *shop = NULL;
-char *item_db[] = { "Candy", "Medical Herb", "Chocolate" };
+char *item_db[] = {
+ "Candy", "Medical Herb", "Chocolate", "Royal Jam", "Faerie Walnut",
+ "Cup of wishes", "Magic rope", "Midge mallet", "Flammie drum", "Moogle belt"
+};
char *shop_list(int index, int *list_size) {
if(index<0) {