Fix egg move data not initializing properly

This commit is contained in:
Flashfyre 2024-03-01 19:37:32 -05:00
parent 65126fa464
commit ce60d46fd1
1 changed files with 2 additions and 0 deletions

View File

@ -832,6 +832,8 @@ export class GameData {
for (let speciesId of starterSpeciesIds)
data[speciesId] = 0;
this.starterEggMoveData = data;
}
setPokemonSeen(pokemon: Pokemon, incrementCount: boolean = true): void {