Fix egg move data not initializing properly
This commit is contained in:
parent
65126fa464
commit
ce60d46fd1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue