mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Rewrote save game screen, added rest of multiple save file support
This commit is contained in:
@@ -1153,9 +1153,7 @@ class Interpreter
|
||||
# * Call Save Screen
|
||||
#-----------------------------------------------------------------------------
|
||||
def command_352
|
||||
scene = PokemonSave_Scene.new
|
||||
screen = PokemonSaveScreen.new(scene)
|
||||
screen.pbSaveScreen
|
||||
pbFadeOutIn { UI::Save.new.main }
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user