mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
commit
874409fd1a
@ -6981,7 +6981,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_HEALTH_FEATHER] =
|
[ITEM_HEALTH_FEATHER] =
|
||||||
{
|
{
|
||||||
.name = _("HealthFeathr"),
|
.name = _("HealthFeather"),
|
||||||
.itemId = ITEM_HEALTH_FEATHER,
|
.itemId = ITEM_HEALTH_FEATHER,
|
||||||
.price = 300,
|
.price = 300,
|
||||||
.description = sHealthFeatherDesc,
|
.description = sHealthFeatherDesc,
|
||||||
@ -6992,7 +6992,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_MUSCLE_FEATHER] =
|
[ITEM_MUSCLE_FEATHER] =
|
||||||
{
|
{
|
||||||
.name = _("MuscleFeathr"),
|
.name = _("MuscleFeather"),
|
||||||
.itemId = ITEM_MUSCLE_FEATHER,
|
.itemId = ITEM_MUSCLE_FEATHER,
|
||||||
.price = 300,
|
.price = 300,
|
||||||
.description = sMuscleFeatherDesc,
|
.description = sMuscleFeatherDesc,
|
||||||
@ -7003,7 +7003,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_RESIST_FEATHER] =
|
[ITEM_RESIST_FEATHER] =
|
||||||
{
|
{
|
||||||
.name = _("ResistFeathr"),
|
.name = _("ResistFeather"),
|
||||||
.itemId = ITEM_RESIST_FEATHER,
|
.itemId = ITEM_RESIST_FEATHER,
|
||||||
.price = 300,
|
.price = 300,
|
||||||
.description = sResistFeatherDesc,
|
.description = sResistFeatherDesc,
|
||||||
@ -7014,7 +7014,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_GENIUS_FEATHER] =
|
[ITEM_GENIUS_FEATHER] =
|
||||||
{
|
{
|
||||||
.name = _("GeniusFeathr"),
|
.name = _("GeniusFeather"),
|
||||||
.itemId = ITEM_GENIUS_FEATHER,
|
.itemId = ITEM_GENIUS_FEATHER,
|
||||||
.price = 300,
|
.price = 300,
|
||||||
.description = sGeniusFeatherDesc,
|
.description = sGeniusFeatherDesc,
|
||||||
@ -7025,7 +7025,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_CLEVER_FEATHER] =
|
[ITEM_CLEVER_FEATHER] =
|
||||||
{
|
{
|
||||||
.name = _("CleverFeathr"),
|
.name = _("CleverFeather"),
|
||||||
.itemId = ITEM_CLEVER_FEATHER,
|
.itemId = ITEM_CLEVER_FEATHER,
|
||||||
.price = 300,
|
.price = 300,
|
||||||
.description = sCleverFeatherDesc,
|
.description = sCleverFeatherDesc,
|
||||||
@ -7047,7 +7047,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_PRETTY_FEATHER] =
|
[ITEM_PRETTY_FEATHER] =
|
||||||
{
|
{
|
||||||
.name = _("PrettyFeathr"),
|
.name = _("PrettyFeather"),
|
||||||
.itemId = ITEM_PRETTY_FEATHER,
|
.itemId = ITEM_PRETTY_FEATHER,
|
||||||
.price = 1000,
|
.price = 1000,
|
||||||
.description = sPrettyFeatherDesc,
|
.description = sPrettyFeatherDesc,
|
||||||
|
Loading…
Reference in New Issue
Block a user