Revert Accidental Overrides

This commit is contained in:
xsn34kzx 2025-08-06 22:44:28 -04:00
parent c4297b51e9
commit 758c7dea8a

View File

@ -44,10 +44,7 @@ import { Variant } from "#sprites/variant";
* } * }
* ``` * ```
*/ */
const overrides = { const overrides = {} satisfies Partial<InstanceType<OverridesType>>;
STARTER_SPECIES_OVERRIDE: SpeciesId.TYPHLOSION,
MOVESET_OVERRIDE: [MoveId.EXPLOSION],
} satisfies Partial<InstanceType<OverridesType>>;
/** /**
* If you need to add Overrides values for local testing do that inside {@linkcode overrides} * If you need to add Overrides values for local testing do that inside {@linkcode overrides}