styling fix

This commit is contained in:
ghoulslash 2022-09-15 22:10:39 -04:00
parent 20190ac85a
commit 95a3ead254

View File

@ -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)