mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-03 18:00:01 +01:00
Fix some typos in item names
This commit is contained in:
parent
473f84f31b
commit
ba27907f98
@ -4687,7 +4687,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_POKE_FLUTE] =
|
[ITEM_POKE_FLUTE] =
|
||||||
{
|
{
|
||||||
.name = _("Poké FLUTE"),
|
.name = _("Poké Flute"),
|
||||||
.itemId = ITEM_POKE_FLUTE,
|
.itemId = ITEM_POKE_FLUTE,
|
||||||
.price = 0,
|
.price = 0,
|
||||||
.description = sPokeFluteDesc,
|
.description = sPokeFluteDesc,
|
||||||
@ -4856,7 +4856,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_COVER_FOSSIL] =
|
[ITEM_COVER_FOSSIL] =
|
||||||
{
|
{
|
||||||
.name = _("Covet Fossil"),
|
.name = _("Cover Fossil"),
|
||||||
.itemId = ITEM_COVER_FOSSIL,
|
.itemId = ITEM_COVER_FOSSIL,
|
||||||
.price = 0,
|
.price = 0,
|
||||||
.description = sCoverFossilDesc,
|
.description = sCoverFossilDesc,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user