mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-26 02:39:38 -05:00
* Add ADV 200 support * Add ADV 200 format * Completely remove move tutors and some FRLG egg moves * Fix validator * Remove unobtainable berries * Remove Pokemon XD purification moves * Removed other Pokemon XD purification moves for completeness * Prepare for it to become an official format * Remove extraneous files * Satisfy linter * Satisfy linter (again) * Fix typing and simplify items * Fix learnset types * Rename mod to gen3rs
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export const Scripts: ModdedBattleScriptsData = {
|
|
inherit: 'gen3',
|
|
};
|