mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 02:14:22 -05:00
NO_WHITEOUT now prevent forfeits from B_RUN_TRAINER_BATTLE (#9112)
This commit is contained in:
parent
69fc092589
commit
03c63f5e4a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user