diff --git a/PKHeX/PKM/ShowdownSet.cs b/PKHeX/PKM/ShowdownSet.cs index 5f7c69dd1..2ab8cb64a 100644 --- a/PKHeX/PKM/ShowdownSet.cs +++ b/PKHeX/PKM/ShowdownSet.cs @@ -16,7 +16,7 @@ public class ShowdownSet private static readonly string[] moves = Util.getMovesList("en"); private static readonly string[] abilities = Util.getAbilitiesList("en"); private static readonly string[] hptypes = types.Skip(1).ToArray(); - private const int MAX_SPECIES = 721; + private const int MAX_SPECIES = 802; // Default Set Data public string Nickname { get; set; }