parent
f86282f423
commit
705743a10e
1 changed files with 2 additions and 2 deletions
|
@ -6402,7 +6402,7 @@ const struct Item gItems[] =
|
|||
.pocket = POCKET_ITEMS,
|
||||
.type = 4,
|
||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||
.secondaryId = 0,
|
||||
.secondaryId = TYPE_ICE,
|
||||
},
|
||||
|
||||
[ITEM_FIGHTING_GEM] =
|
||||
|
@ -6416,7 +6416,7 @@ const struct Item gItems[] =
|
|||
.pocket = POCKET_ITEMS,
|
||||
.type = 4,
|
||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||
.secondaryId = 0,
|
||||
.secondaryId = TYPE_FIGHTING,
|
||||
},
|
||||
|
||||
[ITEM_POISON_GEM] =
|
||||
|
|
Loading…
Reference in a new issue