pokemon-showdown/test/simulator
Guangcong Luo 3b4d8b3ff0 Split random-teams.js out of scripts.js
Random team generation scripts are no longer in scripts.js, but instead
in a new file random-teams.js.

The scripts are now also no longer run from inside battles, but in a
new team generator object. This makes it easier for external scripts
to generate random teams by running Dex.generateTeam(format).
2017-07-25 02:59:59 -04:00
..
abilities Refactor simulator into new sim/ directory 2017-05-05 16:48:38 -05:00
items Rename Battle#on to Battle#onEvent 2017-05-05 16:48:38 -05:00
misc Split random-teams.js out of scripts.js 2017-07-25 02:59:59 -04:00
moves Refactor simulator into new sim/ directory 2017-05-05 16:48:38 -05:00