mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
release 6.2
This commit is contained in:
@@ -106,6 +106,7 @@ module Game
|
||||
if ngp_storage != nil
|
||||
$PokemonStorage = ngp_clean_pc_data(ngp_storage, ngp_trainer.party)
|
||||
end
|
||||
onStartingNewGame()
|
||||
end
|
||||
|
||||
# Loads the game from the given save data and starts the map scene.
|
||||
@@ -119,6 +120,7 @@ module Game
|
||||
$game_map.update
|
||||
$PokemonMap.updateMap
|
||||
$scene = Scene_Map.new
|
||||
onLoadExistingGame()
|
||||
end
|
||||
|
||||
# Loads and validates the map. Called when loading a saved game.
|
||||
|
||||
Reference in New Issue
Block a user