Fix BattleMenu highlighted move after Transform
This commit is contained in:
parent
6f450b12e6
commit
73fc0bc916
|
@ -913,6 +913,10 @@
|
|||
_moveMenuItemList.Clear()
|
||||
BattleScreen.ClearMoveMenuTime = False
|
||||
End If
|
||||
If _moveMenuIndex > _moveMenuItemList.Count - 1 Then
|
||||
_moveMenuIndex = 0
|
||||
_moveMenuNextIndex = 0
|
||||
End If
|
||||
|
||||
If _moveMenuChoseMove = True Then
|
||||
_moveMenuAlpha -= 15
|
||||
|
|
Loading…
Reference in New Issue