mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-07 23:08:47 -05:00
Add jangmo-o/hakamo-o to dashedspecies group
importing little cup idk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user