mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 14:54:48 +02:00
Fixed ChoosePokemonScreen graphical issue
This commit is contained in:
parent
900e2d38fd
commit
a81c8da491
@ -65,6 +65,7 @@
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub GetPokemonList()
|
Private Sub GetPokemonList()
|
||||||
|
Me.PokemonList.Clear()
|
||||||
If AltPokemonList IsNot Nothing Then
|
If AltPokemonList IsNot Nothing Then
|
||||||
For Each p As Pokemon In AltPokemonList
|
For Each p As Pokemon In AltPokemonList
|
||||||
Me.PokemonList.Add(Pokemon.GetPokemonByData(p.GetSaveData()))
|
Me.PokemonList.Add(Pokemon.GetPokemonByData(p.GetSaveData()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user