From 609e6b4c43eea62f39aa3ba1f624dcb68e9a57ea Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 25 Jul 2018 15:53:02 -0700 Subject: [PATCH] Add jangmo-o/hakamo-o to dashedspecies group importing little cup idk --- PKHeX.Core/Editing/ShowdownSet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Editing/ShowdownSet.cs b/PKHeX.Core/Editing/ShowdownSet.cs index 0ed3c4e22..b101134b0 100644 --- a/PKHeX.Core/Editing/ShowdownSet.cs +++ b/PKHeX.Core/Editing/ShowdownSet.cs @@ -17,7 +17,7 @@ public class ShowdownSet private static readonly string[] StatSplitters = { " / ", " " }; private static readonly string[] LineSplit = {": "}; private static readonly string[] ItemSplit = {" @ "}; - private static readonly int[] DashedSpecies = {784, 250, 032, 029}; // Kommo-o, Ho-Oh, Nidoran-M, Nidoran-F + private static readonly int[] DashedSpecies = {782, 783, 784, 250, 032, 029}; // Kommo-o, Ho-Oh, Nidoran-M, Nidoran-F private static int MAX_SPECIES => PKX.Personal.MaxSpeciesID; private const string Language = "en"; private const int DefaultLanguageID = 2;