Update src/data/items.h

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

View File

@ -2522,7 +2522,7 @@ const struct Item gItems[] =
.name = _("Kee Berry"),
.itemId = ITEM_KEE_BERRY,
.price = 20,
.holdEffect = HOLD_EFFECT_HOLD_EFFECT_KEE_BERRY,
.holdEffect = HOLD_EFFECT_KEE_BERRY,
.holdEffectParam = TYPE_FAIRY,
.description = sKeeBerryDesc,
.pocket = POCKET_BERRIES,