Fix bug with IF_GENDER evolution condition (#7749)
This commit is contained in:
parent
b6f1a6be5f
commit
4e6f726efe
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user