mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-19 00:57:21 -05:00
After seeing fifty different ways we use `getLearnset`, most of which
are just "haphazardly assemble a movepool", I decided to write
`getFullLearnset` and `getMovePool`, which centralizes the
implementations and prevents weird bugs like
|
||
|---|---|---|
| .. | ||
| formats-data.ts | ||
| learnsets.ts | ||
| moves.ts | ||
| pokedex.ts | ||
| random-data.json | ||
| random-teams.ts | ||
| scripts.ts | ||