commit
d00f485ebf
1 changed files with 20 additions and 20 deletions
|
@ -4891,11 +4891,11 @@ const struct Item gItems[] =
|
||||||
.price = 0,
|
.price = 0,
|
||||||
.description = sOldAmberDesc,
|
.description = sOldAmberDesc,
|
||||||
#if I_KEY_FOSSILS >= GEN_4
|
#if I_KEY_FOSSILS >= GEN_4
|
||||||
.importance = 1,
|
|
||||||
.pocket = POCKET_KEY_ITEMS,
|
|
||||||
#else
|
|
||||||
.importance = 0,
|
.importance = 0,
|
||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
|
#else
|
||||||
|
.importance = 1,
|
||||||
|
.pocket = POCKET_KEY_ITEMS,
|
||||||
#endif
|
#endif
|
||||||
.type = 4,
|
.type = 4,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
|
@ -4961,11 +4961,11 @@ const struct Item gItems[] =
|
||||||
.price = 0,
|
.price = 0,
|
||||||
.description = sHelixFossilDesc,
|
.description = sHelixFossilDesc,
|
||||||
#if I_KEY_FOSSILS >= GEN_4
|
#if I_KEY_FOSSILS >= GEN_4
|
||||||
.importance = 1,
|
|
||||||
.pocket = POCKET_KEY_ITEMS,
|
|
||||||
#else
|
|
||||||
.importance = 0,
|
.importance = 0,
|
||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
|
#else
|
||||||
|
.importance = 1,
|
||||||
|
.pocket = POCKET_KEY_ITEMS,
|
||||||
#endif
|
#endif
|
||||||
.type = 4,
|
.type = 4,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
|
@ -4979,11 +4979,11 @@ const struct Item gItems[] =
|
||||||
.price = 0,
|
.price = 0,
|
||||||
.description = sDomeFossilDesc,
|
.description = sDomeFossilDesc,
|
||||||
#if I_KEY_FOSSILS >= GEN_4
|
#if I_KEY_FOSSILS >= GEN_4
|
||||||
.importance = 1,
|
|
||||||
.pocket = POCKET_KEY_ITEMS,
|
|
||||||
#else
|
|
||||||
.importance = 0,
|
.importance = 0,
|
||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
|
#else
|
||||||
|
.importance = 1,
|
||||||
|
.pocket = POCKET_KEY_ITEMS,
|
||||||
#endif
|
#endif
|
||||||
.type = 4,
|
.type = 4,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
|
@ -4997,11 +4997,11 @@ const struct Item gItems[] =
|
||||||
.price = 0,
|
.price = 0,
|
||||||
.description = sRootFossilDesc,
|
.description = sRootFossilDesc,
|
||||||
#if I_KEY_FOSSILS >= GEN_4
|
#if I_KEY_FOSSILS >= GEN_4
|
||||||
.importance = 1,
|
|
||||||
.pocket = POCKET_KEY_ITEMS,
|
|
||||||
#else
|
|
||||||
.importance = 0,
|
.importance = 0,
|
||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
|
#else
|
||||||
|
.importance = 1,
|
||||||
|
.pocket = POCKET_KEY_ITEMS,
|
||||||
#endif
|
#endif
|
||||||
.type = 4,
|
.type = 4,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
|
@ -5015,11 +5015,11 @@ const struct Item gItems[] =
|
||||||
.price = 0,
|
.price = 0,
|
||||||
.description = sClawFossilDesc,
|
.description = sClawFossilDesc,
|
||||||
#if I_KEY_FOSSILS >= GEN_4
|
#if I_KEY_FOSSILS >= GEN_4
|
||||||
.importance = 1,
|
|
||||||
.pocket = POCKET_KEY_ITEMS,
|
|
||||||
#else
|
|
||||||
.importance = 0,
|
.importance = 0,
|
||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
|
#else
|
||||||
|
.importance = 1,
|
||||||
|
.pocket = POCKET_KEY_ITEMS,
|
||||||
#endif
|
#endif
|
||||||
.type = 4,
|
.type = 4,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
|
|
Loading…
Reference in a new issue