Removed HOLD_EFFECT_GRACIDEA

This commit is contained in:
LOuroboros 2021-12-31 17:34:16 -03:00
parent e961bdee14
commit 0c5652596b
2 changed files with 10 additions and 12 deletions

View file

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

View file

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