diff --git a/PKHeX/PKM/ShowdownSet.cs b/PKHeX/PKM/ShowdownSet.cs index e8d332afe..23454ebd9 100644 --- a/PKHeX/PKM/ShowdownSet.cs +++ b/PKHeX/PKM/ShowdownSet.cs @@ -144,7 +144,7 @@ namespace PKHeX.Core switch (Species) { case 658: // Greninja - if (Ability == 210) Form += "-Ash"; // Battle Bond + if (Ability == 210) Form = "Ash"; // Battle Bond break; case 666: // Vivillon if (Form == "Pokeball") Form = "Poké Ball";