diff options
Diffstat (limited to 'data/sgb')
| -rw-r--r-- | data/sgb/sgb_palettes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sgb/sgb_palettes.asm b/data/sgb/sgb_palettes.asm index 58aba757..eb6bc584 100644 --- a/data/sgb/sgb_palettes.asm +++ b/data/sgb/sgb_palettes.asm @@ -31,7 +31,7 @@ ENDC RGB 31,29,31, 20,26,16, 09,20,11, 03,02,02 ; PAL_GREENMON RGB 31,29,31, 30,22,24, 28,15,21, 03,02,02 ; PAL_PINKMON RGB 31,29,31, 31,28,14, 26,20,00, 03,02,02 ; PAL_YELLOWMON - RGB 31,29,31, 26,21,22, 15,15,18, 03,02,02 ; PAL_GREYMON + RGB 31,29,31, 26,21,22, 15,15,18, 03,02,02 ; PAL_GRAYMON RGB 31,29,31, 26,21,22, 27,20,06, 03,02,02 ; PAL_SLOTS1 IF DEF(_RED) RGB 31,29,31, 31,31,17, 25,17,21, 03,02,02 ; PAL_SLOTS2 |
