mirror of
https://github.com/pret/pokepinball.git
synced 2026-03-21 17:55:03 -05:00
14 lines
389 B
NASM
14 lines
389 B
NASM
; 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
|