From 1adba443a882564dcbd8b656d7210a7267ad820f Mon Sep 17 00:00:00 2001 From: Skeli Date: Fri, 17 Apr 2020 17:51:02 +0300 Subject: [PATCH] Fix Decidueye Icon Pal Number --- src/Icon_Palette_Table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Icon_Palette_Table.c b/src/Icon_Palette_Table.c index b15b120..bc4784b 100644 --- a/src/Icon_Palette_Table.c +++ b/src/Icon_Palette_Table.c @@ -943,7 +943,7 @@ const u8 gMonIconPaletteIndices[NUM_SPECIES] = [SPECIES_VIVILLON_TUNDRA] = 0x0, [SPECIES_ROWLET] = 0x0, [SPECIES_DARTRIX] = 0x1, - [SPECIES_DECIDUEYE] = 0x0, + [SPECIES_DECIDUEYE] = 0x1, [SPECIES_LITTEN] = 0x0, [SPECIES_TORRACAT] = 0x0, [SPECIES_INCINEROAR] = 0x0,