This commit is contained in:
chardub
2025-06-28 15:18:40 -04:00
parent d383af130b
commit ef5e023ae0
58 changed files with 435 additions and 339 deletions

View File

@@ -393,11 +393,11 @@ class PokemonLoadScreen
updateCreditsFile()
updateOnlineCustomSpritesFile()
reset_updated_spritesheets_cache()
$updated_spritesheets = []
spritesLoader = BattleSpriteLoader.new
spritesLoader.clear_sprites_cache(:CUSTOM)
spritesLoader.clear_sprites_cache(:BASE)
$updated_spritesheets = []
pbMessage("Data files updated. New sprites will now be downloaded as you play!")
end
}