From 9488c86f739dcae8f33aab16f5c562f242bfb457 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Fri, 29 May 2020 00:32:20 -0400 Subject: [PATCH] Update Icon_Palette_Table.c --- src/Icon_Palette_Table.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Icon_Palette_Table.c b/src/Icon_Palette_Table.c index 170fe73..e11a6a1 100644 --- a/src/Icon_Palette_Table.c +++ b/src/Icon_Palette_Table.c @@ -1104,7 +1104,7 @@ const u8 gMonIconPaletteIndices[NUM_SPECIES] = [SPECIES_PIKACHU_CAP_PARTNER] = 0x0, [SPECIES_PICHU_SPIKY] = 0x1, [SPECIES_XERNEAS_NATURAL] = 0x0, - [SPECIES_GROOKEY] = 0x0, +/* [SPECIES_GROOKEY] = 0x0, [SPECIES_THWACKEY] = 0x0, [SPECIES_RILLABOOM] = 0x0, [SPECIES_SCORBUNNY] = 0x0, @@ -1261,4 +1261,5 @@ const u8 gMonIconPaletteIndices[NUM_SPECIES] = [SPECIES_DURALUDON_GIGA] = 0x0, [SPECIES_URSHIFU_SINGLE_GIGA] = 0x0, [SPECIES_URSHIFU_RAPID_GIGA] = 0x0, + */ };