From 90c5e1424f29c4d461895bc17e6c807ab91ed0f9 Mon Sep 17 00:00:00 2001 From: Montblanc Date: Fri, 14 Nov 2025 02:42:51 -0800 Subject: [PATCH] =?UTF-8?q?Removed=20extra=20period=20in=20Pok=C3=A9shi=20?= =?UTF-8?q?Doll=20description=20(#8252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/items.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/items.h b/src/data/items.h index f5dd7a2ee8..e39d84166d 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -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,