Merge pull request #441 from AsparagusEduardo/Fix-Mimikyu-Dex-Catch

Fixed Busted Mimikyu's dex when caught.
This commit is contained in:
DizzyEggg 2020-06-22 09:59:17 +02:00 committed by GitHub
commit 11122a6851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1122,6 +1122,7 @@ const u16 gSpeciesToNationalPokedexNum[NUM_SPECIES] = // Assigns all species to
SPECIES_TO_NATIONAL(TURTONATOR),
SPECIES_TO_NATIONAL(TOGEDEMARU),
SPECIES_TO_NATIONAL(MIMIKYU),
[SPECIES_MIMIKYU_BUSTED - 1] = NATIONAL_DEX_MIMIKYU,
SPECIES_TO_NATIONAL(BRUXISH),
SPECIES_TO_NATIONAL(DRAMPA),
SPECIES_TO_NATIONAL(DHELMISE),