[P2] Prevent generating Pokemon with duplicate IDs in daily runs (#4623)

This commit is contained in:
MokaStitcher 2024-10-09 20:32:20 +02:00 committed by GitHub
parent deb2035610
commit d2c579cf2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ export class TitlePhase extends Phase {
this.scene.gameMode = getGameMode(GameModes.DAILY);
this.scene.setSeed(seed);
this.scene.resetSeed(1);
this.scene.resetSeed(0);
this.scene.money = this.scene.gameMode.getStartingMoney();