mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-26 00:05:29 -05:00
In format events: `onFieldTeamPreview` has been renamed back to `onTeamPreview`. It's now a custom event (like `onBegin`), rather than a field event. Team Preview data has been entirely moved from `onBegin` into `onTeamPreview`. `onFieldStart` for formats/rules now happens after Team Preview, rather than before. Use `onBegin` for things that happen before Team Preview. |
||
|---|---|---|
| .. | ||
| mods | ||
| text | ||
| abilities.ts | ||
| aliases.ts | ||
| bss-factory-sets.json | ||
| cap-1v1-sets.json | ||
| conditions.ts | ||
| formats-data.ts | ||
| FORMES.md | ||
| items.ts | ||
| learnsets.ts | ||
| moves.ts | ||
| natures.ts | ||
| pokedex.ts | ||
| random-teams.ts | ||
| rulesets.ts | ||
| scripts.ts | ||
| tags.ts | ||
| typechart.ts | ||