Adds cache for autogen sprites to reduce lag when loading sprites

This commit is contained in:
infinitefusion
2023-11-23 19:25:28 -05:00
parent cbe71d8530
commit 1af9d853cb
8 changed files with 30 additions and 6 deletions

View File

@@ -229,7 +229,7 @@ class PokemonStorage
def pbStoreCaught(pkmn)
if @currentBox>=0
pkmn.time_form_set = nil
pkmn.form = 0 if pkmn.isSpecies?(:SHAYMIN)
#pkmn.form = 0 if pkmn.isSpecies?(:SHAYMIN)
#pkmn.heal
end
for i in 0...maxPokemon(@currentBox)