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

@@ -406,7 +406,7 @@ def customSpriteExists(species)
return download_custom_sprite(head, body) != nil
end
def customSpriteExistsBase(head,body)
def customSpriteExistsBase(body,head)
pathCustom = getCustomSpritePath(body,head)
return true if pbResolveBitmap(pathCustom) != nil
return download_custom_sprite(head, body) != nil