Sprites now get downloaded to battlers folder instead of temp folder

This commit is contained in:
infinitefusion
2023-03-04 17:06:25 -05:00
parent c29e428f90
commit 33065a8f45
17 changed files with 21 additions and 17 deletions

View File

@@ -36,7 +36,8 @@ end
def pbGetBTPokemon(challenge_id)
customsOnly = !$game_switches[SWITCH_BATTLE_FACTORY_INCLUDE_ALL]
if customsOnly
return getCustomSpeciesList()
customsList = getCustomSpeciesList()
return customsList if customsList
end
return listAllPokemon