Fixed playing the credits/changing $scene leaving a ghost image of the old map behind, fixed Pokémon icons sometimes disappearing in storage screen

This commit is contained in:
Maruno17
2022-07-03 16:40:25 +01:00
parent 6dd88e49e1
commit a2327c6280
5 changed files with 17 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ class PokemonTilesetScene
$map_factory.setup($game_map.map_id)
$game_player.center($game_player.x, $game_player.y)
if $scene.is_a?(Scene_Map)
$scene.disposeSpritesets
$scene.dispose
$scene.createSpritesets
end
end