Fix EvolutionScreen crash when able to learn moves

This commit is contained in:
JappaWakka 2024-02-20 11:02:37 +01:00
parent e2933f78e7
commit 29a790c477
1 changed files with 1 additions and 2 deletions

View File

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