Variable STARTER_FORM_OVERRIDESConst

STARTER_FORM_OVERRIDES: Partial<Record<Species, number>> = {}

Set the form index of any starter in the party whose speciesId is inside this override

See

allSpecies in src/data/pokemon-species.ts for form indexes

Example

const STARTER_FORM_OVERRIDES = {
[Species.DARMANITAN]: 1
}