diff options
author | yenatch <yenatch@gmail.com> | 2015-03-03 18:08:15 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-03-03 21:50:04 -0500 |
commit | e08084f23e0b87dd577df35fe9bd1cedc3650665 (patch) | |
tree | 5e9f7dd0b8838ee9a811dc936943dde6ea6273d0 | |
parent | d1346bfc615769aa59559e67ba2385936906d0d6 (diff) |
Share the palette for the player and the link battle trainer class.
-rw-r--r-- | gfx/trainers/palette_pointers.asm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gfx/trainers/palette_pointers.asm b/gfx/trainers/palette_pointers.asm index d401028d7..145c35534 100644 --- a/gfx/trainers/palette_pointers.asm +++ b/gfx/trainers/palette_pointers.asm @@ -3,11 +3,12 @@ TrainerPalettes: ; b0ce PlayerPalette: ; b0ce ; The player's palette - RGB 25, 18, 12 - RGB 22, 09, 05 +; RGB 25, 18, 12 +; RGB 22, 09, 05 + INCLUDE "gfx/trainers/cal.pal" KrisPalette: ; b0d0 -; Apparently Kris uses Falkner's palette +; Kris uses Falkner's palette ; RGB 27, 17, 14 ; RGB 07, 05, 31 |