NO_WHITEOUT now prevent forfeits from B_RUN_TRAINER_BATTLE (#9112)

This commit is contained in:
psf 2026-02-02 10:35:58 -08:00 committed by GitHub
parent 69fc092589
commit 03c63f5e4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -940,6 +940,7 @@ static bool32 IsPlayerDefeated(u32 battleOutcome)
{
case B_OUTCOME_LOST:
case B_OUTCOME_DREW:
case B_OUTCOME_FORFEITED:
return TRUE;
case B_OUTCOME_WON:
case B_OUTCOME_RAN: