Fixes area randomizing without custom sprites

This commit is contained in:
infinitefusion
2022-09-18 10:25:19 -04:00
parent c57045616d
commit 77c3220d10
22 changed files with 6 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ def Kernel.randomizeWildPokemonByRoute()
types_hash = {}
enc_data.types.each do |key, value|
pokemonList = value
newType = randomizePokemonList(pokemonList,bstRange,maxSpecies,randomizeToFusions,customsList)
newType = randomizePokemonList(pokemonList,bstRange,maxSpecies,onlyCustoms,customsList)
types_hash[key]= newType
end
encounters_hash[:types] = types_hash