mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +02:00
Fixed comment
This commit is contained in:
parent
8b65f9afab
commit
2d6267b668
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user