mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Added ESSENTIALS_VERSION to the save file (with backwards compatibility)
This commit is contained in:
@@ -24,6 +24,7 @@ def pbSave(safesave=false)
|
||||
Marshal.dump($PokemonMap,f)
|
||||
Marshal.dump($PokemonBag,f)
|
||||
Marshal.dump($PokemonStorage,f)
|
||||
Marshal.dump(ESSENTIALS_VERSION,f)
|
||||
}
|
||||
Graphics.frame_reset
|
||||
rescue
|
||||
@@ -153,4 +154,4 @@ def pbSaveScreen
|
||||
screen = PokemonSaveScreen.new(scene)
|
||||
ret = screen.pbSaveScreen
|
||||
return ret
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user