mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
Merge pull request #152 from Fontbane/patch-11
Fix some typos in item names
This commit is contained in:
commit
7794503589
@ -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 New Issue
Block a user