Fixed ChoosePokemonScreen graphical issue

This commit is contained in:
CaptainSegis 2016-10-24 19:45:29 -05:00
parent 900e2d38fd
commit a81c8da491
1 changed files with 1 additions and 0 deletions

View File

@ -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()))