From 3861aa3bf545bfdb7128d6b449db4581c2e681b6 Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:35:44 +0200 Subject: [PATCH] Minor Move Editor effect description fixes --- DS_Map/Resources/PokeDatabase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DS_Map/Resources/PokeDatabase.cs b/DS_Map/Resources/PokeDatabase.cs index 06785ce..3755729 100644 --- a/DS_Map/Resources/PokeDatabase.cs +++ b/DS_Map/Resources/PokeDatabase.cs @@ -1643,7 +1643,7 @@ namespace DSPRE.Resources { /* 59 */ "Sharply lowers Def (Status)", /* 60 */ "Sharply lowers Spd (Status)", /* 61 */ "Sharply lowers SpAtk (Status)", - /* 62 */ "Sharply lowers Accuracy (Status)", + /* 62 */ "Sharply lowers SpDef (Status)", /* 63 */ "Sharply lowers Evasion (Status)", /* 64 */ null, /* 65 */ "1/2 damage from Physical attacks", @@ -1798,7 +1798,7 @@ namespace DSPRE.Resources { /* 214 */ "Roost effect", /* 215 */ "Gravity effect", /* 216 */ "2x power if target is asleep; wakes up target", - /* 217 */ "Causes all moves to ignore changes to the target's Evasiveness", + /* 217 */ "Wake-Up Slap effect", /* 218 */ "Lowers user's Spd", /* 219 */ "Power = min(150; (25 x Target's Current Speed / User's Current Speed) + 1)", /* 220 */ "Healing Wish effect",