Merge pull request #152 from Fontbane/patch-11

Fix some typos in item names
This commit is contained in:
DizzyEggg 2019-05-28 10:20:59 +02:00 committed by GitHub
commit 7794503589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,