From b423f34da681b33bcd75c0dad2f6f7ab32220b61 Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Sun, 7 Aug 2022 14:39:10 +0100 Subject: [PATCH] Returning to the title screen now fades out the overworld first --- Data/Scripts/003_Game processing/002_Scene_Map.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Data/Scripts/003_Game processing/002_Scene_Map.rb b/Data/Scripts/003_Game processing/002_Scene_Map.rb index ad8a53737..09dddc8bd 100644 --- a/Data/Scripts/003_Game processing/002_Scene_Map.rb +++ b/Data/Scripts/003_Game processing/002_Scene_Map.rb @@ -176,7 +176,6 @@ class Scene_Map end updateSpritesets if $game_temp.title_screen_calling - $game_temp.title_screen_calling = false SaveData.mark_values_as_unloaded $scene = pbCallTitle return @@ -235,6 +234,8 @@ class Scene_Map Graphics.freeze dispose if $game_temp.title_screen_calling + pbMapInterpreter.command_end if pbMapInterpreterRunning? + $game_temp.title_screen_calling = false Graphics.transition Graphics.freeze end