diff --git a/src/pokemon.c b/src/pokemon.c index 745c761356..61270d72c3 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -4477,7 +4477,7 @@ bool32 DoesMonMeetAdditionalConditions(struct Pokemon *mon, const struct Evoluti { // Gen 2 case IF_GENDER: - if (gender == GetMonGender(mon)) + if (gender == params[i].arg1) currentCondition = TRUE; break; case IF_MIN_FRIENDSHIP: