diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 8a4a27d32..4c1e9313e 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.22" + GAME_VERSION_NUMBER = "0.11.23" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 diff --git a/Data/Scripts/050_AddOns/GeneralUtils.rb b/Data/Scripts/050_AddOns/GeneralUtils.rb index f252b7e07..fc221a2f2 100644 --- a/Data/Scripts/050_AddOns/GeneralUtils.rb +++ b/Data/Scripts/050_AddOns/GeneralUtils.rb @@ -264,7 +264,7 @@ def addShinyStarsToGraphicsArray(imageArray, xPos, yPos, shinyBody, shinyHead, d # if debugShiny # color = Color.new(0,0,0,255) if fakeshiny - color = Color.new(235,235,235,255)#white + color = Color.new(79,33,97,255)#Dark Violet else if $PokemonSystem.shinyadvanced != nil && $PokemonSystem.shinyadvanced == 1 if [9,10,11].include?(kuraxRGB[0]) || [9,10,11].include?(kuraxRGB[1]) || [9,10,11].include?(kuraxRGB[2]) diff --git a/Data/VERSION b/Data/VERSION index 00e829e74..59fe0d3be 100644 --- a/Data/VERSION +++ b/Data/VERSION @@ -1 +1 @@ -0.11.22 \ No newline at end of file +0.11.23 \ No newline at end of file