This commit is contained in:
amiosi 2021-01-03 19:11:24 -05:00
parent 2e5575385a
commit 5392c101d0

View file

@ -4890,11 +4890,11 @@ const struct Item gItems[] =
.itemId = ITEM_OLD_AMBER,
.description = sOldAmberDesc,
#if I_KEY_FOSSILS >= GEN_4
.price = 1000,
.price = 1000,
.importance = 0,
.pocket = POCKET_ITEMS,
#else
.price = 0,
.price = 0,
.importance = 1,
.pocket = POCKET_KEY_ITEMS,
#endif
@ -4961,11 +4961,11 @@ const struct Item gItems[] =
.itemId = ITEM_HELIX_FOSSIL,
.description = sHelixFossilDesc,
#if I_KEY_FOSSILS >= GEN_4
.price = 1000,
.price = 1000,
.importance = 0,
.pocket = POCKET_ITEMS,
#else
.price = 0,
.price = 0,
.importance = 1,
.pocket = POCKET_KEY_ITEMS,
#endif
@ -4980,11 +4980,11 @@ const struct Item gItems[] =
.itemId = ITEM_DOME_FOSSIL,
.description = sDomeFossilDesc,
#if I_KEY_FOSSILS >= GEN_4
.price = 1000,
.price = 1000,
.importance = 0,
.pocket = POCKET_ITEMS,
#else
.price = 0,
.price = 0,
.importance = 1,
.pocket = POCKET_KEY_ITEMS,
#endif
@ -4999,11 +4999,11 @@ const struct Item gItems[] =
.itemId = ITEM_ROOT_FOSSIL,
.description = sRootFossilDesc,
#if I_KEY_FOSSILS >= GEN_4
.price = 1000,
.price = 1000,
.importance = 0,
.pocket = POCKET_ITEMS,
#else
.price = 0,
.price = 0,
.importance = 1,
.pocket = POCKET_KEY_ITEMS,
#endif
@ -5018,11 +5018,11 @@ const struct Item gItems[] =
.itemId = ITEM_CLAW_FOSSIL,
.description = sClawFossilDesc,
#if I_KEY_FOSSILS >= GEN_4
.price = 1000,
.price = 1000,
.importance = 0,
.pocket = POCKET_ITEMS,
#else
.price = 0,
.price = 0,
.importance = 1,
.pocket = POCKET_KEY_ITEMS,
#endif
@ -7363,7 +7363,7 @@ const struct Item gItems[] =
.name = _("Mega Bracelet"),
.itemId = ITEM_MEGA_BRACELET,
.price = 0,
.importance = 1,
.importance = 1,
.description = sMegaBraceletDesc,
.pocket = POCKET_KEY_ITEMS,
.type = 4,
@ -7575,7 +7575,7 @@ const struct Item gItems[] =
.name = _("Shiny Charm"),
.itemId = ITEM_SHINY_CHARM,
.price = 0,
.importance = 1,
.importance = 1,
.description = sShinyCharmDesc,
.pocket = POCKET_KEY_ITEMS,
.type = 4,