pokemon-showdown/test
Guangcong Luo c0da44c482 Refactor moveset -> moveSlots
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`.
2017-12-05 11:12:44 -06:00
..
application
chat-plugins
dev-tools/eslint
simulator Refactor moveset -> moveSlots 2017-12-05 11:12:44 -06:00
.eslintrc
assert.js
common.js Refactor Decision -> Action 2017-12-02 11:34:55 -06:00
main.js
mocha.opts