Skip to content

Commit

Permalink
skip intro possible
Browse files Browse the repository at this point in the history
  • Loading branch information
kurayamiblackheart committed Dec 26, 2023
1 parent 1b53437 commit 3798679
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Scripts/001_Settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions Data/Scripts/050_AddOns/IntroScreen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Data/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.14
0.11.15

0 comments on commit 3798679

Please sign in to comment.