Skip to content

Commit

Permalink
Oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
LOuroboros committed Oct 19, 2021
1 parent d9b8e11 commit da70acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_script_commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -8953,7 +8953,6 @@ static void Cmd_various(void)

gBattlescriptCurrInstr += 4;
return;
}
case VARIOUS_JUMP_IF_CANT_REVERT_TO_PRIMAL:
{
bool8 canDoPrimalReversion = FALSE;
Expand All @@ -8970,6 +8969,7 @@ static void Cmd_various(void)
gBattlescriptCurrInstr += 7;
return;
}
}

gBattlescriptCurrInstr += 3;
}
Expand Down

0 comments on commit da70acc

Please sign in to comment.