mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
Review change
This commit is contained in:
parent
f8c9e7af40
commit
77cc407386
@ -625,7 +625,7 @@ static void InheritPokeball(struct Pokemon *egg, struct BoxPokemon *father, stru
|
||||
|
||||
#if P_BALL_INHERITING >= GEN_7
|
||||
if (fatherSpecies == motherSpecies)
|
||||
inheritBall = (Random32() % 2 == 0 ? motherBall : fatherBall);
|
||||
inheritBall = (Random() % 2 == 0 ? motherBall : fatherBall);
|
||||
else if (motherSpecies != SPECIES_DITTO)
|
||||
inheritBall = motherBall;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user