Fixed crash related to Mega Evolutions
This commit is contained in:
parent
a81c8da491
commit
f7e93447d7
|
@ -850,6 +850,7 @@
|
|||
BattleScreen.BattleQuery.Insert(0, New ToggleMenuQueryObject(True))
|
||||
If BattleScreen.IsMegaEvolvingOwn Then
|
||||
BattleScreen.SendClientCommand("MEGA|" & BattleScreen.OwnPokemon.Attacks(_moveMenuIndex).ID.ToString())
|
||||
BattleScreen.IsMegaEvolvingOwn = False
|
||||
Else
|
||||
BattleScreen.SendClientCommand("MOVE|" & BattleScreen.OwnPokemon.Attacks(_moveMenuIndex).ID.ToString())
|
||||
End If
|
||||
|
|
Loading…
Reference in New Issue