mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 15:33:29 +02:00
Initialize starters in ssui
This commit is contained in:
parent
4935044bd7
commit
cb7dc4898e
@ -354,8 +354,7 @@ export class StarterSelectUiHandler extends MessageUiHandler {
|
||||
private lastSpecies: PokemonSpecies;
|
||||
private speciesLoaded: Map<SpeciesId, boolean> = new Map<SpeciesId, boolean>();
|
||||
|
||||
private starters: Starter[];
|
||||
|
||||
private starters: Starter[] = [];
|
||||
public starterSpecies: PokemonSpecies[] = [];
|
||||
private pokerusSpecies: PokemonSpecies[] = [];
|
||||
private speciesStarterDexEntry: DexEntry | null;
|
||||
|
Loading…
Reference in New Issue
Block a user