Fix Persim Berry battle usage (#7963)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90 2025-10-17 22:57:18 +02:00 committed by GitHub
parent 38221b9de5
commit b03e58e2a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9826,7 +9826,7 @@ const struct Item gItemsInfo[] =
"heals confusion\n"
"in battle."),
.pocket = POCKET_BERRIES,
.type = ITEM_USE_BAG_MENU,
.type = ITEM_USE_PARTY_MENU,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
.battleUsage = EFFECT_ITEM_CURE_STATUS,
.effect = gItemEffect_PersimBerry,