mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Inserted a boolean for later use
This commit is contained in:
parent
33c552a274
commit
844671b578
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user