mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-19 13:45:19 -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 | ||
| items | ||
| misc | ||
| moves | ||