From dd05bcdef0d909c33f057519e39a49bb65241c6d Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 20 Apr 2025 14:06:33 -0400 Subject: [PATCH] Update gameManager.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- test/testUtils/gameManager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testUtils/gameManager.ts b/test/testUtils/gameManager.ts index b8f76fbadd1..496cf8a05ff 100644 --- a/test/testUtils/gameManager.ts +++ b/test/testUtils/gameManager.ts @@ -516,8 +516,8 @@ export default class GameManager { /** * Command an in-battle switch to another {@linkcode Pokemon} via the main battle menu. - * @param pokemonIndex the 0-indexed position of the party pokemon to switch to. - * Should generally never be called with 0 as that will just select your current active pokemon. + * @param pokemonIndex - The 0-indexed position of the party pokemon to switch to. + * Should never be called with 0 as that will select the currently active pokemon. */ doSwitchPokemon(pokemonIndex: number) { this.onNextPrompt("CommandPhase", Mode.COMMAND, () => {