diff --git a/libretro/paldef.h b/libretro/paldef.h index c5e26a6a..218a1a97 100644 --- a/libretro/paldef.h +++ b/libretro/paldef.h @@ -341,7 +341,7 @@ static st_palettes palettes[PALETTE_COUNT + 1] = { }, { PAL_MUGICHA, "Mugicha palette", { { 0x5c, 0x61, 0x64 }, { 0x00, 0x21, 0xa0 }, { 0x00, 0x10, 0x9c }, { 0x29, 0x0c, 0x91 }, - { 0x5a, 0x00, 0x52 }, { 0x6d, 0x00, 0x0e }, { 0x59, 0x00, 0x00 }, { 0x43, 0x0d, 0x00 }, + { 0x52, 0x0a, 0x5c }, { 0x6d, 0x00, 0x0e }, { 0x59, 0x00, 0x00 }, { 0x43, 0x0d, 0x00 }, { 0x35, 0x22, 0x00 }, { 0x00, 0x38, 0x00 }, { 0x00, 0x3d, 0x00 }, { 0x00, 0x36, 0x21 }, { 0x00, 0x29, 0x4c }, { 0x00, 0x00, 0x00 }, { 0x00, 0x00, 0x00 }, { 0x00, 0x00, 0x00 }, { 0xaa, 0xb5, 0xba }, { 0x00, 0x59, 0xf0 }, { 0x29, 0x45, 0xf7 }, { 0x52, 0x3c, 0xf7 }, @@ -361,4 +361,4 @@ static st_palettes palettes[PALETTE_COUNT + 1] = { { 0 } }; -#endif /* _PALDEF_H */ \ No newline at end of file +#endif /* _PALDEF_H */