mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Player's charset now refreshes when a save file is loaded, and after renaming trainer charsets
This commit is contained in:
@@ -98,6 +98,7 @@ module Game
|
||||
end
|
||||
$PokemonEncounters = PokemonEncounters.new
|
||||
$PokemonEncounters.setup($game_map.map_id)
|
||||
pbUpdateVehicle
|
||||
end
|
||||
|
||||
# Saves the game. Returns whether the operation was successful.
|
||||
|
||||
@@ -285,5 +285,6 @@ module SpriteRenamer
|
||||
end
|
||||
pbMessage(_INTL("All found sprites and icons were renamed and moved."))
|
||||
pbMessage(_INTL("Some map data was edited. Close and reopen RPG Maker XP to see the changes.")) if any_changed
|
||||
pbUpdateVehicle if $game_player
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user