Fix BattleMenu highlighted move after Transform

This commit is contained in:
JappaWakka 2024-08-23 10:19:27 +02:00
parent 6f450b12e6
commit 73fc0bc916
1 changed files with 4 additions and 0 deletions

View File

@ -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