Inserted a boolean for later use

This commit is contained in:
CaptainSegis 2016-10-26 16:59:42 -05:00
parent 33c552a274
commit 844671b578
2 changed files with 2 additions and 1 deletions

View File

@ -814,7 +814,7 @@
Else
UseStruggle(BattleScreen)
If _moveMenuItemList.Count = 0 Or _moveMenuCreatedID <> BattleScreen.OwnPokemon.IndividualValue Then
If _moveMenuItemList.Count = 0 Or _moveMenuCreatedID <> BattleScreen.OwnPokemon.IndividualValue Or BattleScreen.IsChoiced Then
If _moveMenuCreatedID <> BattleScreen.OwnPokemon.IndividualValue Then
_moveMenuIndex = 0
End If

View File

@ -17,6 +17,7 @@
#Region "BattleValues"
Public IsChoiced As Boolean = False
Public ClearMenuTime As Boolean = False
Public Shared CanCatch As Boolean = True
Public Shared CanRun As Boolean = True