Fixed comment

This commit is contained in:
Bertie690 2025-08-04 17:08:28 -04:00
parent 8b65f9afab
commit 2d6267b668

View File

@ -111,7 +111,7 @@ export class ClassicModeHelper extends GameManagerHelper {
* @example
* ```ts
* await game.classicMode.runToSummon([SpeciesId.MIGHTYENA, SpeciesId.POOCHYENA])
* await game.queueStartOfBattleSwitch(1);
* await game.startBattleWithSwitch(1);
* ```
*/
public async startBattleWithSwitch(pokemonIndex: number): Promise<void> {