reset call flag to blank after script

This commit is contained in:
darkfire006 2023-08-06 00:17:43 -05:00
parent 28070fa083
commit d9473e5454
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ nextScript:
Logger.Debug("Unlock Camera")
CType(Screen.Camera, OverworldCamera).YawLocked = False
CType(Screen.Camera, OverworldCamera).ResetCursor()
GameJolt.PokegearScreen.Call_Flag = ""
End If
If reDelay > 0.0F Then
reDelay -= 0.1F