BS_SetGlaiveRush formatting (#4610)

Please merge my OCD induced change.
This commit is contained in:
Alex 2024-05-22 00:55:20 +02:00 committed by GitHub
parent b73e33618d
commit 973146c725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16470,9 +16470,7 @@ void BS_TrySetOctolock(void)
void BS_SetGlaiveRush(void)
{
NATIVE_ARGS();
gStatuses4[gBattlerAttacker] |= STATUS4_GLAIVE_RUSH;
gBattlescriptCurrInstr = cmd->nextInstr;
}