increase max size of the dex for Gen 9 pre DLC

This commit is contained in:
darkfire006 2023-07-17 17:05:41 -05:00
parent a6129051da
commit 3cadf51c31
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
'3 = shiny + caught + seen
Public Shared AutoDetect As Boolean = True
Public Shared PokemonMaxCount As Integer = 893
Public Shared PokemonCount As Integer = 893
Public Shared PokemonMaxCount As Integer = 1010
Public Shared PokemonCount As Integer = 1010
Public Shared PokemonIDs As New List(Of String)
#Region "PlayerData"