Merge pull request #2061 from Jaizu/patch-22

Fix MIME_JR #ifdef
This commit is contained in:
Eduardo Quezada D'Ottone 2022-02-18 16:29:37 -03:00 committed by GitHub
commit 466cd9f69b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -751,8 +751,8 @@ static void AlterEggSpeciesWithIncenseItem(u16 *species, struct DayCare *daycare
else if (*species == SPECIES_HAPPINY && motherItem != ITEM_LUCK_INCENSE && fatherItem != ITEM_LUCK_INCENSE)
*species = SPECIES_CHANSEY;
#endif
#ifdef SPECIES_MIMEJR
else if (*species == SPECIES_MIMEJR && motherItem != ITEM_ODD_INCENSE && fatherItem != ITEM_ODD_INCENSE)
#ifdef SPECIES_MIME_JR
else if (*species == SPECIES_MIME_JR && motherItem != ITEM_ODD_INCENSE && fatherItem != ITEM_ODD_INCENSE)
*species = SPECIES_MR_MIME;
#endif
#ifdef SPECIES_CHINGLING