Updated to mkxp-z v2.1.1, renamed and rearranged some script files

This commit is contained in:
Maruno17
2021-04-04 16:24:46 +01:00
parent afd76503b2
commit 5b0960337a
92 changed files with 916 additions and 927 deletions

View File

@@ -10,10 +10,7 @@ end
def pbCallTitle
return Scene_DebugIntro.new if $DEBUG
# First parameter is an array of images in the Titles directory without a file
# extension, to show before the actual title screen. Second parameter is the
# actual title screen filename, also in Titles with no extension.
return Scene_Intro.new(['intro1'], 'splash')
return Scene_Intro.new
end
def mainFunction