mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-19 12:08:34 +01:00
Fixed 2 typos. Loppunite>Lopunnite and Loppunny>Lopunny.
This commit is contained in:
parent
07f9bcad10
commit
e15c745cf5
@ -568,7 +568,7 @@
|
|||||||
#define ITEM_GLALITITE 473
|
#define ITEM_GLALITITE 473
|
||||||
#define ITEM_DIANCITE 474
|
#define ITEM_DIANCITE 474
|
||||||
#define ITEM_CAMERUPTITE 475
|
#define ITEM_CAMERUPTITE 475
|
||||||
#define ITEM_LOPPUNITE 476
|
#define ITEM_LOPUNNITE 476
|
||||||
#define ITEM_SALAMENCITE 477
|
#define ITEM_SALAMENCITE 477
|
||||||
#define ITEM_BEEDRILLITE 478
|
#define ITEM_BEEDRILLITE 478
|
||||||
#define ITEM_MEGA_BRACELET 479
|
#define ITEM_MEGA_BRACELET 479
|
||||||
|
@ -8597,14 +8597,14 @@ const struct Item gItems[] =
|
|||||||
.secondaryId = 0,
|
.secondaryId = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
[ITEM_LOPPUNITE] =
|
[ITEM_LOPUNNITE] =
|
||||||
{
|
{
|
||||||
.name = _("Loppunite"),
|
.name = _("Lopunnite"),
|
||||||
.itemId = ITEM_LOPPUNITE,
|
.itemId = ITEM_LOPUNNITE,
|
||||||
.price = 200,
|
.price = 200,
|
||||||
.holdEffect = HOLD_EFFECT_MEGA_STONE,
|
.holdEffect = HOLD_EFFECT_MEGA_STONE,
|
||||||
.holdEffectParam = 0,
|
.holdEffectParam = 0,
|
||||||
.description = gLoppuniteItemDescription,
|
.description = gLopunniteItemDescription,
|
||||||
.importance = 0,
|
.importance = 0,
|
||||||
.unk19 = 0,
|
.unk19 = 0,
|
||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
|
@ -422,7 +422,7 @@ const u8 gPidgeotiteItemDescription[] = _("This stone enables\nPidgeot to Mega\n
|
|||||||
const u8 gGlalititeItemDescription[] = _("This stone enables\nGlalie to Mega\nEvolve in battle.");
|
const u8 gGlalititeItemDescription[] = _("This stone enables\nGlalie to Mega\nEvolve in battle.");
|
||||||
const u8 gDianciteItemDescription[] = _("This stone enables\nDiancie to Mega\nEvolve in battle.");
|
const u8 gDianciteItemDescription[] = _("This stone enables\nDiancie to Mega\nEvolve in battle.");
|
||||||
const u8 gCameruptiteItemDescription[] = _("This stone enables\nCamerupt to Mega\nEvolve in battle.");
|
const u8 gCameruptiteItemDescription[] = _("This stone enables\nCamerupt to Mega\nEvolve in battle.");
|
||||||
const u8 gLoppuniteItemDescription[] = _("This stone enables\nLoppunny to Mega\nEvolve in battle.");
|
const u8 gLopunniteItemDescription[] = _("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 gMegaBraceletItemDescription[] = _("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.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user