From c3527dc01ec6219cc16542a702a63ad28e73ed39 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Fri, 26 May 2023 09:24:23 -0400 Subject: [PATCH] Fixed Throat Spray's description --- src/data/text/item_descriptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/text/item_descriptions.h b/src/data/text/item_descriptions.h index dddf8552f5e..ecca3ef301f 100644 --- a/src/data/text/item_descriptions.h +++ b/src/data/text/item_descriptions.h @@ -2649,8 +2649,8 @@ static const u8 sProtectivePadsDesc[] = _( static const u8 sThroatSprayDesc[] = _( "Raises Sp. Atk. if\n" - "a Pokémon is hit by\n" - "a sound-based move."); + "the holder uses a\n" + "sound-based move."); static const u8 sEjectPackDesc[] = _( "Forces the user to\n"