mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 08:45:02 +02:00
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
|
If AttackLearnList.Count > 0 Then
|
||||||
Core.SetScreen(New LearnAttackScreen(Core.CurrentScreen, evolvedPokemon, AttackLearnList))
|
Core.SetScreen(New LearnAttackScreen(Core.CurrentScreen, evolvedPokemon, AttackLearnList))
|
||||||
AttackLearnList.Clear()
|
AttackLearnList.Clear()
|
||||||
Else
|
|
||||||
Endscene()
|
|
||||||
End If
|
End If
|
||||||
|
Endscene()
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user