mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-19 05:31:16 -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`. |
||
|---|---|---|
| .. | ||
| application | ||
| chat-plugins | ||
| dev-tools/eslint | ||
| simulator | ||
| .eslintrc | ||
| assert.js | ||
| common.js | ||
| main.js | ||
| mocha.opts | ||