mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
Update src/data/items.h
Co-authored-by: ExpoSeed <43502820+ExpoSeed@users.noreply.github.com>
This commit is contained in:
parent
98bccaa35d
commit
f7c00d2366
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user