diff --git a/src/Shiny_Palette_Table.c b/src/Shiny_Palette_Table.c index 68780ee..689377a 100644 --- a/src/Shiny_Palette_Table.c +++ b/src/Shiny_Palette_Table.c @@ -1189,10 +1189,10 @@ const struct CompressedSpritePalette gMonShinyPaletteTable[NUM_SPECIES] = [SPECIES_ZACIAN] = {gBackShinySprite1180ZacianPal, SPECIES_ZACIAN + NUM_SPECIES, 0x0}, [SPECIES_ZAMAZENTA] = {gBackShinySprite1181ZamazentaPal, SPECIES_ZAMAZENTA + NUM_SPECIES, 0x0}, [SPECIES_ETERNATUS] = {gBackShinySprite1182EternatusPal, SPECIES_ETERNATUS + NUM_SPECIES, 0x0}, - [SPECIES_ZARUDE] = {gBackShinySprite1183ZarudePal, SPECIES_ZARUDE + NUM_SPECIES, 0x0}, - [SPECIES_UNKNOWN_MYTHICAL] = {gBackShinySprite1184UnknownMythicalPal, SPECIES_UNKNOWN_MYTHICAL + NUM_SPECIES, 0x0}, - [SPECIES_KUBFU] = {gBackShinySprite1185KubfuPal, SPECIES_KUBFU + NUM_SPECIES, 0x0}, - [SPECIES_URSHIFU_SINGLE] = {gBackShinySprite1186UrshifuSinglePal, SPECIES_URSHIFU_SINGLE + NUM_SPECIES, 0x0}, + [SPECIES_KUBFU] = {gBackShinySprite1183KubfuPal, SPECIES_KUBFU + NUM_SPECIES, 0x0}, + [SPECIES_URSHIFU_SINGLE] = {gBackShinySprite1184UrshifuSinglePal, SPECIES_URSHIFU_SINGLE + NUM_SPECIES, 0x0}, + [SPECIES_ZARUDE] = {gBackShinySprite1185ZarudePal, SPECIES_ZARUDE + NUM_SPECIES, 0x0}, + [SPECIES_UNKNOWN_MYTHICAL] = {gBackShinySprite1186UnknownMythicalPal, SPECIES_UNKNOWN_MYTHICAL + NUM_SPECIES, 0x0}, [SPECIES_CALYREX] = {gBackShinySprite1187CalyrexPal, SPECIES_CALYREX + NUM_SPECIES, 0x0}, [SPECIES_REGIELEKI] = {gBackShinySprite1188RegielekiPal, SPECIES_REGIELEKI + NUM_SPECIES, 0x0}, [SPECIES_REGIDRAGO] = {gBackShinySprite1189RegidragoPal, SPECIES_REGIDRAGO + NUM_SPECIES, 0x0},