Fix unable to run from battle due to menu collection is changing in for each loop.
This commit is contained in:
parent
f3e1778cad
commit
2616b07ecf
|
@ -3832,7 +3832,6 @@
|
|||
With BattleScreen
|
||||
Select Case type
|
||||
Case 0 'Complete round
|
||||
.BattleMenu._mainMenuItemList.Clear()
|
||||
'The fastest pokemon ends its round first
|
||||
If BattleCalculation.MovesFirst(BattleScreen) = True Then
|
||||
EndRoundOwn(BattleScreen)
|
||||
|
|
|
@ -297,7 +297,7 @@
|
|||
|
||||
Private _mainMenuIndex As Integer = 0
|
||||
Private _mainMenuNextIndex As Integer = 0
|
||||
Public _mainMenuItemList As New List(Of MainMenuItem)
|
||||
Private _mainMenuItemList As New List(Of MainMenuItem)
|
||||
Private _mainMenuTeamPreviewAlpha As Integer = 0
|
||||
Private _mainMenuTeamPreviewLastIndex As Integer = -1
|
||||
|
||||
|
|
Loading…
Reference in New Issue