From 0be261cc745a1fe75ee4c697372e78ab6a92c536 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sun, 21 Jun 2020 04:25:08 -0400 Subject: [PATCH] Fixed Eviolite description. --- src/data/text/item_descriptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/text/item_descriptions.h b/src/data/text/item_descriptions.h index d159eab23d..a6d0ade8cb 100644 --- a/src/data/text/item_descriptions.h +++ b/src/data/text/item_descriptions.h @@ -2297,7 +2297,7 @@ static const u8 sIronPlateDesc[] = _( static const u8 sEvioliteDesc[] = _( "Raises the Def and\n" "Sp. Def of Pokémon\n" - "that can still evolve."); + "that can evolve."); static const u8 sFloatStoneDesc[] = _( "A light stone that\n"