pokemon-showdown/test/simulator
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
..
abilities Fix Magic Guard Mind Blown 2017-11-22 02:54:40 -06:00
items Tests: Add Sitrus Berry tests (#4073) 2017-10-21 09:29:22 -04:00
misc Refactor Decision -> Action 2017-12-02 11:34:55 -06:00
moves Refactor moveset -> moveSlots 2017-12-05 11:12:44 -06:00