Update src/data/items.h

Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
This commit is contained in:
ghoulslash 2021-05-24 10:17:39 -06:00 committed by GitHub
parent f7c00d2366
commit aafc8e2109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,