P3D-Legacy/P3D/Player
JappaWakka 22cedcd6c7 Added @Pokedex.ChangeEntry(str,int,bool)
@Pokedex.ChangeEntry(PokeID,EntryType,ForceChange)

PokeID [str] = the Pokémon ID: number (e.g. 19) + optionally Data File Suffix (e.g. 19_alola) or AdditionalValue (201;0)
EntryType [int] = the type that the entry needs to be set to: 0 (undiscovered), 1 (seen), 2 (seen + caught) or 3 (seen + caught + shiny)
ForceChange [bool] = if this is set to true, the game doesn't check whether the Pokédex entry is lower than EntryType before setting it
2023-07-22 20:47:07 +02:00
..
Player.vb Pokédex evo/form screen progress 2023-07-21 16:30:12 +02:00
PlayerInventory.vb
PlayerTemp.vb
Pokedex.vb Added @Pokedex.ChangeEntry(str,int,bool) 2023-07-22 20:47:07 +02:00
SaveGameHelpers.vb