Fixed the bug

This commit is contained in:
Bertie690 2025-06-05 13:17:14 -04:00
parent b83171ee9e
commit 263319cd50

View File

@ -64,7 +64,6 @@ export class ClassicModeHelper extends GameManagerHelper {
* @deprecated - Specifying the starters helps prevent inconsistencies from internal RNG changes. * @deprecated - Specifying the starters helps prevent inconsistencies from internal RNG changes.
*/ */
async startBattle(): Promise<void>; async startBattle(): Promise<void>;
async startBattle(species?: SpeciesId[]): Promise<void> {
async startBattle(species?: SpeciesId[]): Promise<void> { async startBattle(species?: SpeciesId[]): Promise<void> {
await this.runToSummon(species); await this.runToSummon(species);