mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-13 17:22:25 +01:00
Fixed Coba Berry's typing
This commit is contained in:
parent
6c265152dd
commit
c3087de712
@ -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…
x
Reference in New Issue
Block a user