From b03e58e2a1224011767364e472770fc640365e68 Mon Sep 17 00:00:00 2001 From: hedara90 <90hedara@gmail.com> Date: Fri, 17 Oct 2025 22:57:18 +0200 Subject: [PATCH] Fix Persim Berry battle usage (#7963) Co-authored-by: Hedara --- src/data/items.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/items.h b/src/data/items.h index 9927191d64..6f19ad6d0b 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -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,