Initialize starters in ssui

This commit is contained in:
Wlowscha 2025-09-03 22:34:10 +02:00
parent 4935044bd7
commit cb7dc4898e
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -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;