Prevent freeze if error in overworldpokemon cmd

This commit is contained in:
JappaWakka 2024-07-16 12:45:41 +02:00
parent 36ba9c6875
commit c2bb993a40
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
Case "toggle"
Screen.Level.OverworldPokemon.Visible = Not Screen.Level.OverworldPokemon.Visible
IsReady = True
Case Else
IsReady = True
End Select
End Sub