Fix some typos in item names
This commit is contained in:
parent
473f84f31b
commit
ba27907f98
1 changed files with 2 additions and 2 deletions
|
@ -4687,7 +4687,7 @@ const struct Item gItems[] =
|
|||
|
||||
[ITEM_POKE_FLUTE] =
|
||||
{
|
||||
.name = _("Poké FLUTE"),
|
||||
.name = _("Poké Flute"),
|
||||
.itemId = ITEM_POKE_FLUTE,
|
||||
.price = 0,
|
||||
.description = sPokeFluteDesc,
|
||||
|
@ -4856,7 +4856,7 @@ const struct Item gItems[] =
|
|||
|
||||
[ITEM_COVER_FOSSIL] =
|
||||
{
|
||||
.name = _("Covet Fossil"),
|
||||
.name = _("Cover Fossil"),
|
||||
.itemId = ITEM_COVER_FOSSIL,
|
||||
.price = 0,
|
||||
.description = sCoverFossilDesc,
|
||||
|
|
Loading…
Reference in a new issue