Removed overrides

This commit is contained in:
jnotsknab 2025-06-20 02:35:35 -05:00
parent e3ebeb9471
commit 5a1fbda44a

View File

@ -43,14 +43,7 @@ import { WeatherType } from "#enums/weather-type";
* }
* ```
*/
const overrides = {
OPP_SPECIES_OVERRIDE: SpeciesId.DITTO,
OPP_MOVESET_OVERRIDE: MoveId.TRANSFORM,
OPP_ABILITY_OVERRIDE: AbilityId.IMPOSTER,
ABILITY_OVERRIDE: AbilityId.IMPOSTER,
STARTER_SPECIES_OVERRIDE: SpeciesId.MEW,
MOVESET_OVERRIDE: MoveId.TRANSFORM,
} satisfies Partial<InstanceType<OverridesType>>;
const overrides = {} satisfies Partial<InstanceType<OverridesType>>;
/**
* If you need to add Overrides values for local testing do that inside {@linkcode overrides}