Bump max species to 802

#467 part 1
This commit is contained in:
Kaphotics 2016-11-22 10:54:49 -08:00 committed by GitHub
parent f83eee8ee4
commit ab237b970e

View File

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