mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 22:18:18 -05:00
New functions: battle.makeChoices([side 1], [side 2]); Intended to be a replacement for the previous .choose/.commitDecisions API. If we can get all the test code on it, we can maybe finally actually deprecate LEGACY_API_DO_NOT_USE. It's now used in Healing Wish, where I think it makes a very readable test. |
||
|---|---|---|
| .. | ||
| battle.js | ||
| dex-data.js | ||
| dex.js | ||
| index.js | ||
| pokemon.js | ||
| prng.js | ||
| side.js | ||
| team-validator.js | ||