musicians graphics

This commit is contained in:
chardub
2025-03-21 21:52:22 -04:00
parent 5b6751083a
commit 0f90a62dba
30 changed files with 3 additions and 2 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -144,4 +144,5 @@ HAIR_CRESSELIA = "lunarbob"
HAIR_LYCANROC="lycanrocshorthair"
HAIR_HAPPINY="happinysuit"
HAIR_LATIAS="SpecialLatias"
HAIR_GARDEVOIR="gardevoir"
HAIR_GARDEVOIR="gardevoir"
HAIR_EEVEE="eeveetail"
@@ -10,7 +10,7 @@ class OutfitsMartAdapter < PokemonMartAdapter
REGIONAL_SET_BASE_COLOR = Color.new(76,72,104)
REGIONAL_SET_SHADOW_COLOR = Color.new(173,165,189)
CITY_EXCLUSIVE_BASE_COLOR = Color.new(72 , 104, 83)
CITY_EXCLUSIVE_BASE_COLOR = Color.new(61 , 125, 70) #Color.new(72 , 104, 83)
CITY_EXCLUSIVE_SHADOW_COLOR = Color.new(165, 189, 178)
def initialize(stock = [], isShop = true, isSecondaryHat = false)
Binary file not shown.
Binary file not shown.