styling fix
This commit is contained in:
parent
20190ac85a
commit
95a3ead254
@ -370,7 +370,8 @@ static bool8 ShouldSwitchIfGameStatePrompt(void)
|
||||
//Pass Wish Heal
|
||||
|
||||
//Semi-Invulnerable
|
||||
if (gStatuses3[opposingBattler] & STATUS3_SEMI_INVULNERABLE) {
|
||||
if (gStatuses3[opposingBattler] & STATUS3_SEMI_INVULNERABLE)
|
||||
{
|
||||
if (FindMonThatAbsorbsOpponentsMove()) //If find absorber default to switch
|
||||
switchMon = TRUE;
|
||||
if (!AI_OpponentCanFaintAiWithMod(0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user