Fixed bug where switching between 2 forms with the same method would cause only one to change

This commit is contained in:
Eduardo Quezada D'Ottone 2022-02-26 12:23:37 -03:00
parent 755b31bee0
commit e2daf2c258

View File

@ -8267,6 +8267,8 @@ u16 GetFormChangeTargetSpeciesBoxMon(struct BoxPokemon *mon, u16 method, u32 arg
}
break;
}
if (species != targetSpecies)
break;
}
}
}