Fix egg move data not initializing properly
parent
65126fa464
commit
ce60d46fd1
|
@ -832,6 +832,8 @@ export class GameData {
|
||||||
|
|
||||||
for (let speciesId of starterSpeciesIds)
|
for (let speciesId of starterSpeciesIds)
|
||||||
data[speciesId] = 0;
|
data[speciesId] = 0;
|
||||||
|
|
||||||
|
this.starterEggMoveData = data;
|
||||||
}
|
}
|
||||||
|
|
||||||
setPokemonSeen(pokemon: Pokemon, incrementCount: boolean = true): void {
|
setPokemonSeen(pokemon: Pokemon, incrementCount: boolean = true): void {
|
||||||
|
|
Loading…
Reference in New Issue