From 87dca8eb1cf68e6f05a044b666e51a1ccd35d25d Mon Sep 17 00:00:00 2001 From: Martin Griffin Date: Tue, 23 Apr 2024 20:49:22 +0100 Subject: [PATCH] Fix typo in Rotom Catalog (#4433) https://discord.com/channels/419213663107416084/774393519569502268/1232372639562072084 --- 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 3a65f8758c..04e578c3ca 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -10771,7 +10771,7 @@ const struct Item gItemsInfo[] = .importance = 1, .description = COMPOUND_STRING( "A catalog full of\n" - "deviced liked by\n" + "devices liked by\n" "Rotom."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU,