From 8b46a3b3055eddbd4281f3fcddf2117031768b61 Mon Sep 17 00:00:00 2001 From: Jaizu Date: Mon, 7 Dec 2020 12:07:50 +0100 Subject: [PATCH] Change Pidgey front animation --- src/pokemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokemon.c b/src/pokemon.c index 943a64e26..96c5cf960 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -1719,7 +1719,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,