mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 09:54:19 +01:00
commit
466cd9f69b
@ -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)
|
else if (*species == SPECIES_HAPPINY && motherItem != ITEM_LUCK_INCENSE && fatherItem != ITEM_LUCK_INCENSE)
|
||||||
*species = SPECIES_CHANSEY;
|
*species = SPECIES_CHANSEY;
|
||||||
#endif
|
#endif
|
||||||
#ifdef SPECIES_MIMEJR
|
#ifdef SPECIES_MIME_JR
|
||||||
else if (*species == SPECIES_MIMEJR && motherItem != ITEM_ODD_INCENSE && fatherItem != ITEM_ODD_INCENSE)
|
else if (*species == SPECIES_MIME_JR && motherItem != ITEM_ODD_INCENSE && fatherItem != ITEM_ODD_INCENSE)
|
||||||
*species = SPECIES_MR_MIME;
|
*species = SPECIES_MR_MIME;
|
||||||
#endif
|
#endif
|
||||||
#ifdef SPECIES_CHINGLING
|
#ifdef SPECIES_CHINGLING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user