Merge pull request #2133 from Sneed69/cobaberry

Coba berry fix
This commit is contained in:
Eduardo Quezada D'Ottone 2022-05-12 13:39:50 -04:00 committed by GitHub
commit a896f9aed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7489,7 +7489,7 @@ const struct Item gItems[] =
.itemId = ITEM_COBA_BERRY, .itemId = ITEM_COBA_BERRY,
.price = 20, .price = 20,
.holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffect = HOLD_EFFECT_RESIST_BERRY,
.holdEffectParam = TYPE_FIGHTING, .holdEffectParam = TYPE_FLYING,
.description = sCobaBerryDesc, .description = sCobaBerryDesc,
.pocket = POCKET_BERRIES, .pocket = POCKET_BERRIES,
.type = ITEM_USE_BAG_MENU, .type = ITEM_USE_BAG_MENU,