pokemon-showdown/test/sim
Guangcong Luo 2f805c93a2
Remove "Battle" prefix from data exports (#7039)
`BattlePokedex` is now `Pokedex`, `BattleItems` is now `Items`, etc.

I also renamed `Movedex` to `Moves` and `Statuses` to `Conditions`.

`TypeChart` isn't `Types` yet, because unlike the others, it's not
indexed by ID. That should probably be fixed one day.
2020-07-24 12:42:26 -07:00
..
abilities Fix Adrenaline Orb 2020-06-19 16:52:56 +04:00
items Add various mechanics tests (#6714) 2020-05-18 12:19:18 -07:00
misc Handle Gigantamaxing properly (#7001) 2020-07-23 13:27:42 -07:00
moves Handle Gigantamaxing properly (#7001) 2020-07-23 13:27:42 -07:00
tools Turn on prefer-const for .js files 2020-04-23 11:37:47 -07:00
choice-parser.js Update tests for new targeting syntax 2020-03-24 02:56:39 -07:00
data.js Remove "Battle" prefix from data exports (#7039) 2020-07-24 12:42:26 -07:00
decisions.js Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
dex.js Replace Chat.uncache* with Utils.clearRequireCache 2020-06-12 22:02:32 -07:00
events.js Turn on prefer-const for .js files 2020-04-23 11:37:47 -07:00
team-validator.js Handle Gigantamaxing properly (#7001) 2020-07-23 13:27:42 -07:00