Skip to content

Commit

Permalink
Minor Move Editor effect description fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdAstra-LD committed Sep 12, 2024
1 parent 7bf7848 commit 03867f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DS_Map/Resources/PokeDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ public static class MoveData {
/* 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",
Expand Down Expand Up @@ -1798,7 +1798,7 @@ public static class MoveData {
/* 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",
Expand Down

0 comments on commit 03867f1

Please sign in to comment.