Merge pull request #1697 from AsparagusEduardo/fix_cobaBerry

Fixed Coba Berry's typing
This commit is contained in:
BuffelSaft 2021-09-29 15:43:31 +13:00 committed by GitHub
commit 75c2832afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,