Skip to content

Commit

Permalink
23
Browse files Browse the repository at this point in the history
  • Loading branch information
kurayamiblackheart committed Dec 27, 2023
1 parent 0e6dd95 commit 0976f15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.22"
GAME_VERSION_NUMBER = "0.11.23"

POKERADAR_LIGHT_ANIMATION_RED_ID = 17
POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18
Expand Down
2 changes: 1 addition & 1 deletion Data/Scripts/050_AddOns/GeneralUtils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion Data/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.22
0.11.23

0 comments on commit 0976f15

Please sign in to comment.