Update Icon_Palette_Table.c

This commit is contained in:
professorleondias
2020-05-24 03:09:55 -04:00
committed by GitHub
parent 201688ddb8
commit 6805322e77

View File

@@ -1087,6 +1087,23 @@ const u8 gMonIconPaletteIndices[NUM_SPECIES] =
[SPECIES_LYCANROC_DUSK] = 0x0,
[SPECIES_MELTAN] = 0x2,
[SPECIES_MELMETAL] = 0x2,
[SPECIES_PIKACHU_SURFING] = 0x2,
[SPECIES_PIKACHU_FLYING] = 0x2,
[SPECIES_PIKACHU_COSPLAY] = 0x2,
[SPECIES_PIKACHU_LIBRE] = 0x0,
[SPECIES_PIKACHU_POP_STAR] = 0x0,
[SPECIES_PIKACHU_ROCK_STAR] = 0x1,
[SPECIES_PIKACHU_BELLE] = 0x0,
[SPECIES_PIKACHU_PHD] = 0x1,
[SPECIES_PIKACHU_CAP_ORIGINAL] = 0x0,
[SPECIES_PIKACHU_CAP_HOENN] = 0x0,
[SPECIES_PIKACHU_CAP_SINNOH] = 0x0,
[SPECIES_PIKACHU_CAP_UNOVA] = 0x0,
[SPECIES_PIKACHU_CAP_KALOS] = 0x0,
[SPECIES_PIKACHU_CAP_ALOLA] = 0x0,
[SPECIES_PIKACHU_CAP_PARTNER] = 0x0,
[SPECIES_PICHU_SPIKY] = 0x1,
[SPECIES_XERNEAS_NATURAL] = 0x0,
[SPECIES_GROOKEY] = 0x0,
[SPECIES_THWACKEY] = 0x0,
[SPECIES_RILLABOOM] = 0x0,
@@ -1243,21 +1260,4 @@ const u8 gMonIconPaletteIndices[NUM_SPECIES] =
[SPECIES_DURALUDON_GIGA] = 0x0,
[SPECIES_URSHIFU_SINGLE_GIGA] = 0x0,
[SPECIES_URSHIFU_RAPID_GIGA] = 0x0,
[SPECIES_PIKACHU_SURFING] = 0x2,
[SPECIES_PIKACHU_FLYING] = 0x2,
[SPECIES_PIKACHU_COSPLAY] = 0x2,
[SPECIES_PIKACHU_LIBRE] = 0x0,
[SPECIES_PIKACHU_POP_STAR] = 0x0,
[SPECIES_PIKACHU_ROCK_STAR] = 0x1,
[SPECIES_PIKACHU_BELLE] = 0x0,
[SPECIES_PIKACHU_PHD] = 0x1,
[SPECIES_PIKACHU_CAP_ORIGINAL] = 0x0,
[SPECIES_PIKACHU_CAP_HOENN] = 0x0,
[SPECIES_PIKACHU_CAP_SINNOH] = 0x0,
[SPECIES_PIKACHU_CAP_UNOVA] = 0x0,
[SPECIES_PIKACHU_CAP_KALOS] = 0x0,
[SPECIES_PIKACHU_CAP_ALOLA] = 0x0,
[SPECIES_PIKACHU_CAP_PARTNER] = 0x0,
[SPECIES_PICHU_SPIKY] = 0x1,
[SPECIES_XERNEAS_NATURAL] = 0x0,
};