mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-18 03:01:00 -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. |
||
|---|---|---|
| .. | ||
| abilities.ts | ||
| conditions.ts | ||
| formats-data.ts | ||
| items.ts | ||
| moves.ts | ||
| pokedex.ts | ||
| rulesets.ts | ||
| scripts.ts | ||