diff --git a/graphics/pokemon/dipplin/icon.png b/graphics/pokemon/dipplin/icon.png index e77c0a7f60..5fab863bd9 100644 Binary files a/graphics/pokemon/dipplin/icon.png and b/graphics/pokemon/dipplin/icon.png differ diff --git a/graphics/pokemon/fezandipiti/icon.png b/graphics/pokemon/fezandipiti/icon.png index 5983f26798..1bd6d0bf31 100644 Binary files a/graphics/pokemon/fezandipiti/icon.png and b/graphics/pokemon/fezandipiti/icon.png differ diff --git a/graphics/pokemon/munkidori/icon.png b/graphics/pokemon/munkidori/icon.png index c3546b4dcf..20144ff87e 100644 Binary files a/graphics/pokemon/munkidori/icon.png and b/graphics/pokemon/munkidori/icon.png differ diff --git a/graphics/pokemon/ogerpon/icon.png b/graphics/pokemon/ogerpon/icon.png index 54a0de1e92..65448e8d1d 100644 Binary files a/graphics/pokemon/ogerpon/icon.png and b/graphics/pokemon/ogerpon/icon.png differ diff --git a/graphics/pokemon/okidogi/icon.png b/graphics/pokemon/okidogi/icon.png index 2ed55bd7cf..91984549c3 100644 Binary files a/graphics/pokemon/okidogi/icon.png and b/graphics/pokemon/okidogi/icon.png differ diff --git a/graphics/pokemon/poltchageist/icon.png b/graphics/pokemon/poltchageist/icon.png index 3be6b6ed7c..6b686ad08d 100644 Binary files a/graphics/pokemon/poltchageist/icon.png and b/graphics/pokemon/poltchageist/icon.png differ diff --git a/graphics/pokemon/sinistcha/icon.png b/graphics/pokemon/sinistcha/icon.png index 953a867c70..74fc0b2643 100644 Binary files a/graphics/pokemon/sinistcha/icon.png and b/graphics/pokemon/sinistcha/icon.png differ diff --git a/src/pokemon_icon.c b/src/pokemon_icon.c index 7c10e9b255..a17ffa59a7 100644 --- a/src/pokemon_icon.c +++ b/src/pokemon_icon.c @@ -941,7 +941,7 @@ const u8 *const gMonIconTable[NUM_SPECIES + 1] = [SPECIES_WYRDEER] = gMonIcon_Wyrdeer, [SPECIES_KLEAVOR] = gMonIcon_Kleavor, [SPECIES_URSALUNA] = gMonIcon_Ursaluna, - //[SPECIES_URSALUNA_BLOODMOON] = gMonIcon_UrsalunaBloodmoon, + //[SPECIES_URSALUNA_BLOODMOON] = gMonIcon_UrsalunaBloodmoon, TODO [SPECIES_BASCULEGION_MALE] = gMonIcon_BasculegionMale, [SPECIES_SNEASLER] = gMonIcon_Sneasler, [SPECIES_OVERQWIL] = gMonIcon_Overqwil, @@ -1460,13 +1460,13 @@ const u8 *const gMonIconTable[NUM_SPECIES + 1] = [SPECIES_MUNKIDORI] = gMonIcon_Munkidori, [SPECIES_FEZANDIPITI] = gMonIcon_Fezandipiti, [SPECIES_OGERPON_TEAL] = gMonIcon_OgerponTeal, - //[SPECIES_OGERPON_WELLSPRING] = gMonIcon_OgerponWellspring, - //[SPECIES_OGERPON_HEARTHFLAME] = gMonIcon_OgerponHearthflame, - //[SPECIES_OGERPON_CORNERSTONE] = gMonIcon_OgerponCornerstone, + //[SPECIES_OGERPON_WELLSPRING] = gMonIcon_OgerponWellspring, TODO + //[SPECIES_OGERPON_HEARTHFLAME] = gMonIcon_OgerponHearthflame, TODO + //[SPECIES_OGERPON_CORNERSTONE] = gMonIcon_OgerponCornerstone, TODO [SPECIES_OGERPON_TEAL_TERA] = gMonIcon_OgerponTeal, - //[SPECIES_OGERPON_WELLSPRING_TERA] = gMonIcon_OgerponWellspring, - //[SPECIES_OGERPON_HEARTHFLAME_TERA] = gMonIcon_OgerponHearthflame, - //[SPECIES_OGERPON_CORNERSTONE_TERA] = gMonIcon_OgerponCornerstone, + //[SPECIES_OGERPON_WELLSPRING_TERA] = gMonIcon_OgerponWellspring, TODO + //[SPECIES_OGERPON_HEARTHFLAME_TERA] = gMonIcon_OgerponHearthflame, TODO + //[SPECIES_OGERPON_CORNERSTONE_TERA] = gMonIcon_OgerponCornerstone, TODO #endif [SPECIES_EGG] = gMonIcon_Egg, }; @@ -2855,18 +2855,18 @@ const u8 gMonIconPaletteIndices[] = [SPECIES_WALKING_WAKE] = 2, [SPECIES_IRON_LEAVES] = 1, [SPECIES_DIPPLIN] = 1, - [SPECIES_POLTCHAGEIST_COUNTERFEIT] = 0, - [SPECIES_POLTCHAGEIST_ARTISAN] = 0, - [SPECIES_SINISTCHA_UNREMARKABLE] = 0, - [SPECIES_SINISTCHA_MASTERPIECE] = 0, - [SPECIES_OKIDOGI] = 0, + [SPECIES_POLTCHAGEIST_COUNTERFEIT] = 4, + [SPECIES_POLTCHAGEIST_ARTISAN] = 4, + [SPECIES_SINISTCHA_UNREMARKABLE] = 1, + [SPECIES_SINISTCHA_MASTERPIECE] = 1, + [SPECIES_OKIDOGI] = 1, [SPECIES_MUNKIDORI] = 0, [SPECIES_FEZANDIPITI] = 0, - [SPECIES_OGERPON_TEAL] = 0, + [SPECIES_OGERPON_TEAL] = 1, [SPECIES_OGERPON_WELLSPRING] = 0, [SPECIES_OGERPON_HEARTHFLAME] = 0, [SPECIES_OGERPON_CORNERSTONE] = 0, - [SPECIES_OGERPON_TEAL_TERA] = 0, + [SPECIES_OGERPON_TEAL_TERA] = 1, [SPECIES_OGERPON_WELLSPRING_TERA] = 0, [SPECIES_OGERPON_HEARTHFLAME_TERA] = 0, [SPECIES_OGERPON_CORNERSTONE_TERA] = 0,