Player's charset now refreshes when a save file is loaded, and after renaming trainer charsets

This commit is contained in:
Maruno17
2021-05-11 21:20:25 +01:00
parent 8ff43cbd4c
commit 47e51ed79b
2 changed files with 2 additions and 0 deletions

View File

@@ -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.