mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 22:18:18 -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`. |
||
|---|---|---|
| .. | ||
| battle.js | ||
| dex-data.js | ||
| dex.js | ||
| index.js | ||
| pokemon.js | ||
| prng.js | ||
| side.js | ||
| team-validator.js | ||