Change according to feedback

This commit is contained in:
PokeCodec
2020-09-10 18:07:46 -04:00
parent 87769756f8
commit c1286c2fe2
3 changed files with 20 additions and 35 deletions

View File

@@ -4650,7 +4650,8 @@ static void Cmd_switchinanim(void)
static void Cmd_jumpifcantswitch(void)
{
s32 i, lastMonId;
s32 i;
s32 lastMonId;
struct Pokemon *party;
gActiveBattler = GetBattlerForBattleScript(gBattlescriptCurrInstr[1] & ~(SWITCH_IGNORE_ESCAPE_PREVENTION));