mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-03 05:14:12 -05:00
parent
f83eee8ee4
commit
ab237b970e
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user