summaryrefslogtreecommitdiff
path: root/data/evolution_trinket_palettes.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/evolution_trinket_palettes.asm')
-rwxr-xr-xdata/evolution_trinket_palettes.asm13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/evolution_trinket_palettes.asm b/data/evolution_trinket_palettes.asm
new file mode 100755
index 0000000..b8cc2f0
--- /dev/null
+++ b/data/evolution_trinket_palettes.asm
@@ -0,0 +1,13 @@
+; First palette is the Red/Yellow palette, used by most trinkets
+; Second palette is the Green/Blue palette, used by Water Stone and Leaf Stone trinkets.
+EvolutionTrinketPalettes:
+EvolutionTrinketPalette1: ; 0xdd188
+ RGB 31, 31, 31
+ RGB 31, 29, 0
+ RGB 29, 3, 2
+ RGB 2, 2, 2
+EvolutionTrinketPalette2: ; 0xdd190
+ RGB 31, 31, 31
+ RGB 9, 22, 6
+ RGB 4, 13, 31
+ RGB 2, 2, 2