mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-21 06:37:09 -05:00
pokemon.moveset is now pokemon.moveSlots, which is at least slightly clearer about what it's doing (tracking move state, mainly PP). Mostly, this gives a consistent naming scheme for `move` (a Move object) vs `moveSlot` (a MoveSlot object). This also refactors a lot of existing `moveSlot` accesses to be modern, including using `for...of`. |
||
|---|---|---|
| .. | ||
| abilities.js | ||
| aliases.js | ||
| bss-factory-sets.json | ||
| factory-sets.json | ||
| formats-data.js | ||
| items.js | ||
| learnsets.js | ||
| moves.js | ||
| pokedex.js | ||
| random-teams.js | ||
| rulesets.js | ||
| scripts.js | ||
| statuses.js | ||
| typechart.js | ||