Fix Battle Frontier using Strange Balls (#7823)

This commit is contained in:
Eduardo Quezada 2025-09-29 13:53:47 -03:00 committed by GitHub
parent 3a018d6ecc
commit 210aeb1d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1648,8 +1648,8 @@ void CreateFacilityMon(const struct TrainerMon *fmon, u16 level, u8 fixedIV, u32
SetMonData(dst, MON_DATA_TERA_TYPE, &data);
}
SetMonData(dst, MON_DATA_POKEBALL, &ball);
if (ball != BALL_STRANGE)
SetMonData(dst, MON_DATA_POKEBALL, &ball);
CalculateMonStats(dst);
}