diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 164246c46..5ab4353ca 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -7,7 +7,7 @@ module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. GAME_VERSION = '6.0.0' IF_VERSION = "6.0.4" - GAME_VERSION_NUMBER = "0.11.14" + GAME_VERSION_NUMBER = "0.11.15" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 diff --git a/Data/Scripts/050_AddOns/IntroScreen.rb b/Data/Scripts/050_AddOns/IntroScreen.rb index 4fd4ebf8f..cc7709e68 100644 --- a/Data/Scripts/050_AddOns/IntroScreen.rb +++ b/Data/Scripts/050_AddOns/IntroScreen.rb @@ -21,6 +21,11 @@ class Scene_Intro alias main_old main def playIntroCinematic + if File.exists?("NoIntro.krs") + sscene = PokemonLoad_Scene.new + sscreen = PokemonLoadScreen.new(sscene) + sscreen.pbStartLoadScreen + end intro_frames_path = "Graphics\\Pictures\\Intro\\INTRO-%03d" intro_bgm = "INTRO_music_cries" intro_movie = Movie.new(intro_frames_path,intro_bgm,230,true) diff --git a/Data/VERSION b/Data/VERSION index 5e577ba1d..656fcb214 100644 --- a/Data/VERSION +++ b/Data/VERSION @@ -1 +1 @@ -0.11.14 \ No newline at end of file +0.11.15 \ No newline at end of file