From 269e6f3751289e5526f6a3a09dfc652c55a7d217 Mon Sep 17 00:00:00 2001 From: PartMan <47669599+PartMan7@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:50:24 +0530 Subject: [PATCH] Items: Add descriptions for Strange Ball (#10643) --- data/text/items.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/text/items.ts b/data/text/items.ts index fd8ee76fb71b..bc1d3b8d64a7 100644 --- a/data/text/items.ts +++ b/data/text/items.ts @@ -1765,6 +1765,10 @@ export const ItemsText: {[id: IDEntry]: ItemText} = { name: "Stone Plate", shortDesc: "Holder's Rock-type attacks have 1.2x power. Judgment is Rock type.", }, + strangeball: { + name: "Strange Ball", + shortDesc: "Placeholder if caught in Poke Ball not in current game.", + }, strawberrysweet: { name: "Strawberry Sweet", shortDesc: "Evolves Milcery into Alcremie when held and spun around.",