diff --git a/include/constants/abilities.h b/include/constants/abilities.h index c2f5ea2446..4ad54c86fa 100644 --- a/include/constants/abilities.h +++ b/include/constants/abilities.h @@ -82,4 +82,4 @@ #define ABILITIES_COUNT 78 -#endif // GUARD_CONSTANTS_ABILITIES_H \ No newline at end of file +#endif // GUARD_CONSTANTS_ABILITIES_H diff --git a/src/pokemon.c b/src/pokemon.c index 2097fefbb4..b1e3f02b2e 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -1866,7 +1866,7 @@ static const u8 sMonFrontAnimIdsTable[NUM_SPECIES - 1] = [SPECIES_WEEDLE - 1] = 0x46, [SPECIES_KAKUNA - 1] = 0x20, [SPECIES_BEEDRILL - 1] = 0x02, - [SPECIES_PIDGEY - 1] = 0x47, + [SPECIES_PIDGEY - 1] = 0x17, [SPECIES_PIDGEOTTO - 1] = 0x17, [SPECIES_PIDGEOT - 1] = 0x29, [SPECIES_RATTATA - 1] = 0x43,