mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Inserted a boolean for later use
This commit is contained in:
parent
33c552a274
commit
844671b578
@ -814,7 +814,7 @@
|
|||||||
Else
|
Else
|
||||||
UseStruggle(BattleScreen)
|
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
|
If _moveMenuCreatedID <> BattleScreen.OwnPokemon.IndividualValue Then
|
||||||
_moveMenuIndex = 0
|
_moveMenuIndex = 0
|
||||||
End If
|
End If
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
#Region "BattleValues"
|
#Region "BattleValues"
|
||||||
|
|
||||||
|
Public IsChoiced As Boolean = False
|
||||||
Public ClearMenuTime As Boolean = False
|
Public ClearMenuTime As Boolean = False
|
||||||
Public Shared CanCatch As Boolean = True
|
Public Shared CanCatch As Boolean = True
|
||||||
Public Shared CanRun As Boolean = True
|
Public Shared CanRun As Boolean = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user