Fix EvolutionScreen crash when able to learn moves
This commit is contained in:
parent
e2933f78e7
commit
29a790c477
|
@ -305,9 +305,8 @@
|
|||
If AttackLearnList.Count > 0 Then
|
||||
Core.SetScreen(New LearnAttackScreen(Core.CurrentScreen, evolvedPokemon, AttackLearnList))
|
||||
AttackLearnList.Clear()
|
||||
Else
|
||||
Endscene()
|
||||
End If
|
||||
Endscene()
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
|
|
Loading…
Reference in New Issue