pokemon-showdown/sim
Guangcong Luo 9c037b17fe Refactor Battle constructor
`Sim.construct` no longer exists. Battles are now constructed directly
with `new Battle()`. Parameters other than formatid are now passed as
`options`.
2018-01-28 21:06:49 -06:00
..
battle-stream.js Refactor Battle constructor 2018-01-28 21:06:49 -06:00
battle.js Refactor Battle constructor 2018-01-28 21:06:49 -06:00
dex-data.js Add doublesTier (#4339) 2018-01-26 14:23:38 -06:00
dex.js Fix forme tiering in past gens 2018-01-27 04:22:50 +00:00
index.js Refactor Battle constructor 2018-01-28 21:06:49 -06:00
pokemon.js Fix last item handling (#4383) 2018-01-28 20:05:44 -06:00
prng.js Refactor Battle constructor 2018-01-28 21:06:49 -06:00
side.js Use PRNG in sim/ files (#4365) 2018-01-24 12:27:07 -06:00
team-validator.js Validator: Fix egg move checking 2018-01-28 15:37:18 -05:00