mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 22:05:36 +02:00
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…
x
Reference in New Issue
Block a user