mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
parent
f86282f423
commit
705743a10e
@ -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…
x
Reference in New Issue
Block a user