mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-19 12:08:34 +01:00
Swapped Keystone with Mega Bracelet.
This commit is contained in:
parent
818c44285d
commit
07f9bcad10
@ -571,7 +571,7 @@
|
|||||||
#define ITEM_LOPPUNITE 476
|
#define ITEM_LOPPUNITE 476
|
||||||
#define ITEM_SALAMENCITE 477
|
#define ITEM_SALAMENCITE 477
|
||||||
#define ITEM_BEEDRILLITE 478
|
#define ITEM_BEEDRILLITE 478
|
||||||
#define ITEM_KEY_STONE 479
|
#define ITEM_MEGA_BRACELET 479
|
||||||
|
|
||||||
// Gen7 hold effects
|
// Gen7 hold effects
|
||||||
#define ITEM_PROTECTIVE_PADS 480
|
#define ITEM_PROTECTIVE_PADS 480
|
||||||
|
@ -8651,14 +8651,14 @@ const struct Item gItems[] =
|
|||||||
.secondaryId = 0,
|
.secondaryId = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
[ITEM_KEY_STONE] =
|
[ITEM_MEGA_BRACELET] =
|
||||||
{
|
{
|
||||||
.name = _("Key Stone"),
|
.name = _("Mega Bracelet"),
|
||||||
.itemId = ITEM_KEY_STONE,
|
.itemId = ITEM_MEGA_BRACELET,
|
||||||
.price = 200,
|
.price = 200,
|
||||||
.holdEffect = HOLD_EFFECT_NONE,
|
.holdEffect = HOLD_EFFECT_NONE,
|
||||||
.holdEffectParam = 0,
|
.holdEffectParam = 0,
|
||||||
.description = gKeyStoneItemDescription,
|
.description = gMegaBraceletItemDescription,
|
||||||
.importance = 0,
|
.importance = 0,
|
||||||
.unk19 = 0,
|
.unk19 = 0,
|
||||||
.pocket = POCKET_KEY_ITEMS,
|
.pocket = POCKET_KEY_ITEMS,
|
||||||
|
@ -425,5 +425,5 @@ const u8 gCameruptiteItemDescription[] = _("This stone enables\nCamerupt to Mega
|
|||||||
const u8 gLoppuniteItemDescription[] = _("This stone enables\nLoppunny to Mega\nEvolve in battle.");
|
const u8 gLoppuniteItemDescription[] = _("This stone enables\nLoppunny to Mega\nEvolve in battle.");
|
||||||
const u8 gSalamenciteItemDescription[] = _("This stone enables\nSalamence to Mega\nEvolve in battle.");
|
const u8 gSalamenciteItemDescription[] = _("This stone enables\nSalamence to Mega\nEvolve in battle.");
|
||||||
const u8 gBeedrilliteItemDescription[] = _("This stone enables\nBeedrill to Mega\nEvolve in battle.");
|
const u8 gBeedrilliteItemDescription[] = _("This stone enables\nBeedrill to Mega\nEvolve in battle.");
|
||||||
const u8 gKeyStoneItemDescription[] = _("Allows Pokémon holding\na Mega Stone to Mega\nEvolve in battle.");
|
const u8 gMegaBraceletItemDescription[] = _("Allows Pokémon holding\na Mega Stone to Mega\nEvolve in battle.");
|
||||||
const u8 gProtectPadsItemDescription[] = _("Protects the holder\nfrom effects caused\nby contact moves.");
|
const u8 gProtectPadsItemDescription[] = _("Protects the holder\nfrom effects caused\nby contact moves.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user