Fixed ChoosePokemonScreen graphical issue
This commit is contained in:
parent
900e2d38fd
commit
a81c8da491
|
@ -65,6 +65,7 @@
|
|||
End Sub
|
||||
|
||||
Private Sub GetPokemonList()
|
||||
Me.PokemonList.Clear()
|
||||
If AltPokemonList IsNot Nothing Then
|
||||
For Each p As Pokemon In AltPokemonList
|
||||
Me.PokemonList.Add(Pokemon.GetPokemonByData(p.GetSaveData()))
|
||||
|
|
Loading…
Reference in New Issue