Removed extra period in Pokéshi Doll description (#8252)

This commit is contained in:
Montblanc 2025-11-14 02:42:51 -08:00 committed by GitHub
parent 555c603b67
commit 90c5e1424f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15048,7 +15048,7 @@ const struct Item gItemsInfo[] =
.price = 2000,
.description = COMPOUND_STRING(
"A wooden toy\n"
"resembling a Poké-.\n"
"resembling a Poké-\n"
"mon. Can be sold."),
.pocket = POCKET_ITEMS,
.sortType = ITEM_TYPE_SELLABLE,