pokemon-showdown/test/simulator/moves
Guangcong Luo 6dd58b40d3 Refactor simulator into new sim/ directory
This is a surprisingly minor refactor considering how many files it
touches, but most of this is only renames.

In terms of file renames:
- `tools.js` is now `sim/dex.js`
- `battle-engine.js` is now `sim/index.js` and its three classes are
  in `sim/battle.js`, `sim/side.js`, and `sim/pokemon.js`
- `prng.js` is now `sim/prng.js`

In terms of variable renames:
- `Tools` is now `Dex`
- `BattleEngine` is now `Sim`
- `BattleEngine.Battle` is now `Sim.Battle`
- `BattleEngine.BattleSide` is now `Sim.Side`
- `BattleEngine.BattlePokemon` is now `Sim.Pokemon`
2017-05-05 16:48:38 -05:00
..
belch.js
bellydrum.js Add various Z-Status Move tests (#3279) 2017-02-23 04:54:04 -06:00
boomburst.js
bugbuzz.js
chatter.js
clearsmog.js
curse.js
destinybond.js
disable.js
echoedvoice.js
electricterrain.js Refactor simulator into new sim/ directory 2017-05-05 16:48:38 -05:00
embargo.js
focuspunch.js
followme.js Rename Battle#on to Battle#onEvent 2017-05-05 16:48:38 -05:00
foresight.js
glare.js
grassyterrain.js Refactor simulator into new sim/ directory 2017-05-05 16:48:38 -05:00
gravity.js
haze.js
healblock.js
hypervoice.js
imprison.js
ingrain.js
judgment.js
kingsshield.js
knockoff.js
magicroom.js
miracleeye.js
mistyterrain.js Refactor simulator into new sim/ directory 2017-05-05 16:48:38 -05:00
pursuit.js
quash.js
ragepowder.js Refactor simulator into new sim/ directory 2017-05-05 16:48:38 -05:00
relicsong.js
rollout.js Rename Battle#on to Battle#onEvent 2017-05-05 16:48:38 -05:00
roost.js Refactor simulator into new sim/ directory 2017-05-05 16:48:38 -05:00
round.js
sheercold.js
skydrop.js Rename Battle#on to Battle#onEvent 2017-05-05 16:48:38 -05:00
smellingsalts.js
snarl.js
spectralthief.js
stealthrock.js
substitute.js
taunt.js Add various Z-Status Move tests (#3279) 2017-02-23 04:54:04 -06:00
thief.js
thousandarrows.js
thunderwave.js
transform.js
trick.js Add various Z-Status Move tests (#3279) 2017-02-23 04:54:04 -06:00
trickroom.js Rename Battle#on to Battle#onEvent 2017-05-05 16:48:38 -05:00
uproar.js
zmove.js Add various Z-Status Move tests (#3279) 2017-02-23 04:54:04 -06:00