C# Class LegalityChecker.SP.SP4

Inheritance: SP
Show file Open project: kamronbatman/Pokemon-Legality-Checker

Public Methods

Method Description
SP4 ( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, HT4 hometown ) : System
SP4 ( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, ushort location, HT4 hometown ) : System

Method Details

SP4() public method

public SP4 ( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, HT4 hometown ) : System
natid ushort
tid ushort
sid ushort
pid uint
ivs uint
female bool
hometown HT4
return System

SP4() public method

public SP4 ( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, ushort location, HT4 hometown ) : System
natid ushort
tid ushort
sid ushort
pid uint
ivs uint
female bool
location ushort
hometown HT4
return System