Add jangmo-o/hakamo-o to dashedspecies group

importing little cup idk
This commit is contained in:
Kurt
2018-07-25 15:53:02 -07:00
parent 5fbf132615
commit 609e6b4c43

View File

@@ -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;