Gave the Gracidea's old hold effect slot to the Enigma Berry

This commit is contained in:
LOuroboros 2021-12-31 18:07:33 -03:00
parent 0c5652596b
commit 9b1fd796ae
2 changed files with 12 additions and 12 deletions

View file

@ -100,16 +100,17 @@
#define HOLD_EFFECT_ADAMANT_ORB 94
#define HOLD_EFFECT_LUSTROUS_ORB 95
#define HOLD_EFFECT_GRISEOUS_ORB 96
#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
#define HOLD_EFFECT_ENIGMA_BERRY 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
// Gen5 hold effects
#define HOLD_EFFECT_FLOAT_STONE 117

View file

@ -7241,8 +7241,7 @@ const struct Item gItems[] =
.name = _("Enigma Berry"),
.itemId = ITEM_ENIGMA_BERRY,
.price = 20,
.holdEffect = HOLD_EFFECT_RESIST_BERRY,
.holdEffectParam = TYPE_NONE,
.holdEffect = HOLD_EFFECT_ENIGMA_BERRY,
.description = sEnigmaBerryDesc,
.pocket = POCKET_BERRIES,
.type = ITEM_USE_BAG_MENU,