C# Class LegalityChecker.4GPokemonData

Inheritance: PokemonData
Mostra file Open project: kamronbatman/Pokemon-Legality-Checker

Public Methods

Method Description
Checks ( ) : void
GPokemonData ( byte data ) : System
GetDPPokemon ( byte data ) : GPokemonData
IsValidAlgorithm ( string &message ) : bool
IsValidEggLocation ( ) : bool
IsValidHatchLocation ( ) : bool
IsValidLocation ( ) : bool
IsValidNature ( uint pid1seed, uint nature ) : bool
IsValidPokeball ( ) : bool

Private Methods

Method Description
ShinyPID ( PokePRNG rand ) : uint

Method Details

Checks() public method

public Checks ( ) : void
return void

GPokemonData() public method

public GPokemonData ( byte data ) : System
data byte
return System

GetDPPokemon() public static method

public static GetDPPokemon ( byte data ) : GPokemonData
data byte
return GPokemonData

IsValidAlgorithm() public method

public IsValidAlgorithm ( string &message ) : bool
message string
return bool

IsValidEggLocation() public method

public IsValidEggLocation ( ) : bool
return bool

IsValidHatchLocation() public method

public IsValidHatchLocation ( ) : bool
return bool

IsValidLocation() public method

public IsValidLocation ( ) : bool
return bool

IsValidNature() public static method

public static IsValidNature ( uint pid1seed, uint nature ) : bool
pid1seed uint
nature uint
return bool

IsValidPokeball() public method

public IsValidPokeball ( ) : bool
return bool