mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Makes it possible to download sprites at runtime
This commit is contained in:
@@ -44,7 +44,7 @@ def handleReplaceExistingSprites()
|
||||
end
|
||||
|
||||
def pbCallTitle
|
||||
return Scene_DebugIntro.new if $DEBUG
|
||||
#return Scene_DebugIntro.new if $DEBUG
|
||||
return Scene_Intro.new
|
||||
end
|
||||
|
||||
@@ -144,7 +144,11 @@ def mainFunctionDebug
|
||||
Graphics.update
|
||||
Graphics.freeze
|
||||
clearTempFolder()
|
||||
sortCustomBattlers()
|
||||
begin
|
||||
sortCustomBattlers()
|
||||
rescue
|
||||
echo "failed to sort custom battlers"
|
||||
end
|
||||
$scene = pbCallTitle
|
||||
$scene.main until $scene.nil?
|
||||
Graphics.transition(20)
|
||||
|
||||
Reference in New Issue
Block a user