diff --git a/include/constants/hold_effects.h b/include/constants/hold_effects.h index d15e50d5ff..6f906c5c30 100644 --- a/include/constants/hold_effects.h +++ b/include/constants/hold_effects.h @@ -100,17 +100,16 @@ #define HOLD_EFFECT_ADAMANT_ORB 94 #define HOLD_EFFECT_LUSTROUS_ORB 95 #define HOLD_EFFECT_GRISEOUS_ORB 96 -#define HOLD_EFFECT_GRACIDEA 97 -#define HOLD_EFFECT_RESIST_BERRY 98 -#define HOLD_EFFECT_POWER_ITEM 99 -#define HOLD_EFFECT_RESTORE_PCT_HP 100 -#define HOLD_EFFECT_MICLE_BERRY 101 -#define HOLD_EFFECT_CUSTAP_BERRY 102 -#define HOLD_EFFECT_JABOCA_BERRY 103 -#define HOLD_EFFECT_ROWAP_BERRY 104 -#define HOLD_EFFECT_KEE_BERRY 105 -#define HOLD_EFFECT_MARANGA_BERRY 106 -#define HOLD_EFFECT_PLATE 107 +#define HOLD_EFFECT_RESIST_BERRY 97 +#define HOLD_EFFECT_POWER_ITEM 98 +#define HOLD_EFFECT_RESTORE_PCT_HP 99 +#define HOLD_EFFECT_MICLE_BERRY 100 +#define HOLD_EFFECT_CUSTAP_BERRY 101 +#define HOLD_EFFECT_JABOCA_BERRY 102 +#define HOLD_EFFECT_ROWAP_BERRY 103 +#define HOLD_EFFECT_KEE_BERRY 104 +#define HOLD_EFFECT_MARANGA_BERRY 105 +#define HOLD_EFFECT_PLATE 106 // Gen5 hold effects #define HOLD_EFFECT_FLOAT_STONE 117 diff --git a/src/data/items.h b/src/data/items.h index 40f71a12a8..dd542684f7 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -8604,7 +8604,6 @@ const struct Item gItems[] = .name = _("Gracidea"), .itemId = ITEM_GRACIDEA, .price = 0, - .holdEffect = HOLD_EFFECT_GRACIDEA, .description = sGracideaDesc, .pocket = POCKET_KEY_ITEMS, #ifdef POKEMON_EXPANSION