Merge pull request #1274 from Jaizu/patch-7

Change Pidgey front animation
This commit is contained in:
ghoulslash 2020-12-13 17:16:39 -07:00 committed by GitHub
commit 476acbb339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1719,7 +1719,7 @@ static const u8 sMonFrontAnimIdsTable[NUM_SPECIES - 1] =
[SPECIES_WEEDLE - 1] = 0x46, [SPECIES_WEEDLE - 1] = 0x46,
[SPECIES_KAKUNA - 1] = 0x20, [SPECIES_KAKUNA - 1] = 0x20,
[SPECIES_BEEDRILL - 1] = 0x02, [SPECIES_BEEDRILL - 1] = 0x02,
[SPECIES_PIDGEY - 1] = 0x47, [SPECIES_PIDGEY - 1] = 0x17,
[SPECIES_PIDGEOTTO - 1] = 0x17, [SPECIES_PIDGEOTTO - 1] = 0x17,
[SPECIES_PIDGEOT - 1] = 0x29, [SPECIES_PIDGEOT - 1] = 0x29,
[SPECIES_RATTATA - 1] = 0x43, [SPECIES_RATTATA - 1] = 0x43,