mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
Gave the Gracidea's old hold effect slot to the Enigma Berry
This commit is contained in:
parent
0c5652596b
commit
9b1fd796ae
@ -100,16 +100,17 @@
|
|||||||
#define HOLD_EFFECT_ADAMANT_ORB 94
|
#define HOLD_EFFECT_ADAMANT_ORB 94
|
||||||
#define HOLD_EFFECT_LUSTROUS_ORB 95
|
#define HOLD_EFFECT_LUSTROUS_ORB 95
|
||||||
#define HOLD_EFFECT_GRISEOUS_ORB 96
|
#define HOLD_EFFECT_GRISEOUS_ORB 96
|
||||||
#define HOLD_EFFECT_RESIST_BERRY 97
|
#define HOLD_EFFECT_ENIGMA_BERRY 97
|
||||||
#define HOLD_EFFECT_POWER_ITEM 98
|
#define HOLD_EFFECT_RESIST_BERRY 98
|
||||||
#define HOLD_EFFECT_RESTORE_PCT_HP 99
|
#define HOLD_EFFECT_POWER_ITEM 99
|
||||||
#define HOLD_EFFECT_MICLE_BERRY 100
|
#define HOLD_EFFECT_RESTORE_PCT_HP 100
|
||||||
#define HOLD_EFFECT_CUSTAP_BERRY 101
|
#define HOLD_EFFECT_MICLE_BERRY 101
|
||||||
#define HOLD_EFFECT_JABOCA_BERRY 102
|
#define HOLD_EFFECT_CUSTAP_BERRY 102
|
||||||
#define HOLD_EFFECT_ROWAP_BERRY 103
|
#define HOLD_EFFECT_JABOCA_BERRY 103
|
||||||
#define HOLD_EFFECT_KEE_BERRY 104
|
#define HOLD_EFFECT_ROWAP_BERRY 104
|
||||||
#define HOLD_EFFECT_MARANGA_BERRY 105
|
#define HOLD_EFFECT_KEE_BERRY 105
|
||||||
#define HOLD_EFFECT_PLATE 106
|
#define HOLD_EFFECT_MARANGA_BERRY 106
|
||||||
|
#define HOLD_EFFECT_PLATE 107
|
||||||
|
|
||||||
// Gen5 hold effects
|
// Gen5 hold effects
|
||||||
#define HOLD_EFFECT_FLOAT_STONE 117
|
#define HOLD_EFFECT_FLOAT_STONE 117
|
||||||
|
@ -7241,8 +7241,7 @@ const struct Item gItems[] =
|
|||||||
.name = _("Enigma Berry"),
|
.name = _("Enigma Berry"),
|
||||||
.itemId = ITEM_ENIGMA_BERRY,
|
.itemId = ITEM_ENIGMA_BERRY,
|
||||||
.price = 20,
|
.price = 20,
|
||||||
.holdEffect = HOLD_EFFECT_RESIST_BERRY,
|
.holdEffect = HOLD_EFFECT_ENIGMA_BERRY,
|
||||||
.holdEffectParam = TYPE_NONE,
|
|
||||||
.description = sEnigmaBerryDesc,
|
.description = sEnigmaBerryDesc,
|
||||||
.pocket = POCKET_BERRIES,
|
.pocket = POCKET_BERRIES,
|
||||||
.type = ITEM_USE_BAG_MENU,
|
.type = ITEM_USE_BAG_MENU,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user