Merge pull request #1697 from AsparagusEduardo/fix_cobaBerry
Fixed Coba Berry's typing
This commit is contained in:
commit
75c2832afe
1 changed files with 1 additions and 1 deletions
|
@ -2374,7 +2374,7 @@ const struct Item gItems[] =
|
|||
.itemId = ITEM_COBA_BERRY,
|
||||
.price = 20,
|
||||
.holdEffect = HOLD_EFFECT_RESIST_BERRY,
|
||||
.holdEffectParam = TYPE_FIGHTING,
|
||||
.holdEffectParam = TYPE_FLYING,
|
||||
.description = sCobaBerryDesc,
|
||||
.pocket = POCKET_BERRIES,
|
||||
.type = ITEM_USE_BAG_MENU,
|
||||
|
|
Loading…
Reference in a new issue