From aafc8e2109c3b2137812d94a3cda26828d6685bf Mon Sep 17 00:00:00 2001 From: ghoulslash <41651341+ghoulslash@users.noreply.github.com> Date: Mon, 24 May 2021 10:17:39 -0600 Subject: [PATCH] Update src/data/items.h Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com> --- 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 e3814169bf..9e44137033 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -2484,7 +2484,7 @@ const struct Item gItems[] = .itemId = ITEM_CUSTAP_BERRY, .price = 20, .holdEffect = HOLD_EFFECT_CUSTAP_BERRY, - .holdEffectParam = 0, + .holdEffectParam = 4, .description = sCustapBerryDesc, .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU,