mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 07:59:26 +02:00
Fixed comment
This commit is contained in:
parent
8b65f9afab
commit
2d6267b668
@ -111,7 +111,7 @@ export class ClassicModeHelper extends GameManagerHelper {
|
|||||||
* @example
|
* @example
|
||||||
* ```ts
|
* ```ts
|
||||||
* await game.classicMode.runToSummon([SpeciesId.MIGHTYENA, SpeciesId.POOCHYENA])
|
* await game.classicMode.runToSummon([SpeciesId.MIGHTYENA, SpeciesId.POOCHYENA])
|
||||||
* await game.queueStartOfBattleSwitch(1);
|
* await game.startBattleWithSwitch(1);
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
public async startBattleWithSwitch(pokemonIndex: number): Promise<void> {
|
public async startBattleWithSwitch(pokemonIndex: number): Promise<void> {
|
||||||
|
Loading…
Reference in New Issue
Block a user