Update Shiny_Palette_Table.c

This commit is contained in:
professorleondias
2020-06-17 23:19:09 -04:00
committed by GitHub
parent 387865d1f0
commit a0d2cf1d9e

View File

@@ -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},