pokemon-showdown/data/mods/gen3rs/scripts.ts
shrianshChari 8167652d11
Create a format for [Gen 3] ADV 200 (#11076)
* 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
2025-04-30 23:24:49 -06:00

4 lines
71 B
TypeScript

export const Scripts: ModdedBattleScriptsData = {
inherit: 'gen3',
};