diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index e8b23d43f..360cef125 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -8670,7 +8670,6 @@ static bool32 CourtChangeSwapSideStatuses(void) SWAP(sideTimerPlayer->stickyWebBattlerSide, sideTimerOpp->stickyWebBattlerSide, temp); } -//cmd->case_, gActiveBattler, TRUE static void HandleScriptMegaPrimal(u32 caseId, u32 battlerId, bool32 isMega) { struct Pokemon *mon = GetBattlerPartyData(battlerId);