From 13b8daf36b130120a53bfd97a103283644da3073 Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:53:41 +0200 Subject: [PATCH] Supersweet Syrup wrong ability desc (#4902) --- src/data/abilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/abilities.h b/src/data/abilities.h index 8b81057b4ff4..8fc7d699e1ce 100644 --- a/src/data/abilities.h +++ b/src/data/abilities.h @@ -2548,7 +2548,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] = #else .name = _("SuprswtSyrup"), #endif - .description = COMPOUND_STRING("Lowers the foe's Speed."), + .description = COMPOUND_STRING("Lowers the foe's Evasion."), .aiRating = 5, },