This commit is contained in:
Eduardo Quezada D'Ottone 2021-09-27 00:00:24 -03:00
parent 91feaecb04
commit ff24b15241

View File

@ -1852,7 +1852,7 @@ const struct Item gItems[] =
.name = _("Sitrus Berry"),
.itemId = ITEM_SITRUS_BERRY,
.price = 20,
#if I_SITRUS_BERRY_HEAL >= GEN 4
#if I_SITRUS_BERRY_HEAL >= GEN_4
.holdEffect = HOLD_EFFECT_RESTORE_PCT_HP,
.holdEffectParam = 25,
#else