mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-26 08:16:00 +00:00
Returning to the title screen now fades out the overworld first
This commit is contained in:
@@ -176,7 +176,6 @@ class Scene_Map
|
|||||||
end
|
end
|
||||||
updateSpritesets
|
updateSpritesets
|
||||||
if $game_temp.title_screen_calling
|
if $game_temp.title_screen_calling
|
||||||
$game_temp.title_screen_calling = false
|
|
||||||
SaveData.mark_values_as_unloaded
|
SaveData.mark_values_as_unloaded
|
||||||
$scene = pbCallTitle
|
$scene = pbCallTitle
|
||||||
return
|
return
|
||||||
@@ -235,6 +234,8 @@ class Scene_Map
|
|||||||
Graphics.freeze
|
Graphics.freeze
|
||||||
dispose
|
dispose
|
||||||
if $game_temp.title_screen_calling
|
if $game_temp.title_screen_calling
|
||||||
|
pbMapInterpreter.command_end if pbMapInterpreterRunning?
|
||||||
|
$game_temp.title_screen_calling = false
|
||||||
Graphics.transition
|
Graphics.transition
|
||||||
Graphics.freeze
|
Graphics.freeze
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user