diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-05-12 13:10:01 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-05-12 13:31:27 -0400 |
| commit | 3e40a1ecd0dc81d1d5be5f1adda1fbbe14b67d83 (patch) | |
| tree | f16febfeb0c404b6fd1c0e630d26da14eaf07a71 /data/trainers | |
| parent | dac57cee381b68350ef50317619334892c140945 (diff) | |
Simple cleanups in constants/data/macros and banks 1-4.
Diffstat (limited to 'data/trainers')
| -rw-r--r-- | data/trainers/palettes.asm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/data/trainers/palettes.asm b/data/trainers/palettes.asm index 21bb51a7..2f13e5d6 100644 --- a/data/trainers/palettes.asm +++ b/data/trainers/palettes.asm @@ -1,12 +1,11 @@ - TrainerPalettes: +; entries correspond to trainer classes -PlayerPalette: -; The player's palette -; RGB 25, 18, 12 -; RGB 22, 09, 05 - INCLUDE "gfx/trainers/cal.pal" +; Each .gbcpal is generated from the corresponding .png, and +; only the middle two colors are included, not black or white. +PlayerPalette: ; Chris uses the same colors as Cal +INCLUDE "gfx/trainers/cal.pal" FalknerPalette: INCLUDE "gfx/trainers/falkner.pal" WhitneyPalette: INCLUDE "gfx/trainers/whitney.pal" BugsyPalette: INCLUDE "gfx/trainers/bugsy.pal" |
