Fix event command "Return to Title Screen" (#124)

Fix loading a game after event command "Return to Title Screen" starting a loop.
This commit is contained in:
FL
2021-08-12 16:23:27 -03:00
committed by GitHub
parent 19535b8160
commit 4b768bec32
2 changed files with 14 additions and 0 deletions

View File

@@ -164,6 +164,8 @@ class Scene_Map
end
updateSpritesets
if $game_temp.to_title
$game_temp.to_title = false
SaveData.mark_values_as_unloaded
$scene = pbCallTitle
return
end