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 |
Method | Description | |
---|---|---|
ShinyPID ( PokePRNG rand ) : uint |
public static GetDPPokemon ( byte data ) : GPokemonData | ||
data | byte | |
return | GPokemonData |
public IsValidAlgorithm ( string &message ) : bool | ||
message | string | |
return | bool |
public static IsValidNature ( uint pid1seed, uint nature ) : bool | ||
pid1seed | uint | |
nature | uint | |
return | bool |