From 35c21dbefdbbedaa6cc913dbfbcb945478afb01b Mon Sep 17 00:00:00 2001 From: innerthunder Date: Sun, 22 Sep 2024 22:36:46 -0700 Subject: [PATCH] Fix leftover batonPass reference in docs --- src/phases/switch-summon-phase.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/phases/switch-summon-phase.ts b/src/phases/switch-summon-phase.ts index 4572e0273a4..98a90b13ab8 100644 --- a/src/phases/switch-summon-phase.ts +++ b/src/phases/switch-summon-phase.ts @@ -28,7 +28,6 @@ export class SwitchSummonPhase extends SummonPhase { * @param fieldIndex integer representing position on the battle field * @param slotIndex integer for the index of pokemon (in party of 6) to switch into * @param doReturn boolean whether to render "comeback" dialogue - * @param batonPass boolean if the switch is from baton pass * @param player boolean if the switch is from the player */ constructor(scene: BattleScene, switchType: SwitchType, fieldIndex: integer, slotIndex: integer, doReturn: boolean, player?: boolean) {