pokemon-showdown/data/mods/gen4
Guangcong Luo 2d3614f325 Refactor battle.dex out of battle
In most other similar systems, like TeamValidator, we use `thing.dex`
instead of having it extend `ModdedDex`. Battle has always extended
`ModdedDex`, though. This changes Battle to match the others.

This should fix an issue with `Battle.data` not being cached.

This also frees up Battle to extend ObjectReadWriteStream<string> in
a future update.
2019-10-06 04:50:35 +11:00
..
abilities.js Refactor battle.dex out of battle 2019-10-06 04:50:35 +11:00
formats-data.js Gen 4 Random Battle improvements (#5828) 2019-10-01 16:11:28 +04:00
items.js Refactor battle.dex out of battle 2019-10-06 04:50:35 +11:00
moves.js Refactor battle.dex out of battle 2019-10-06 04:50:35 +11:00
pokedex.js Mark Feebas's evolution in Gen4 as requiring high Beauty 2019-02-21 22:56:07 +01:00
random-teams.js Refactor battle.dex out of battle 2019-10-06 04:50:35 +11:00
rulesets.js Refactor battle.dex out of battle 2019-10-06 04:50:35 +11:00
scripts.js Refactor battle.dex out of battle 2019-10-06 04:50:35 +11:00
statuses.js Only add the '-status slp' message in statuses (#5486) 2019-05-08 11:52:44 -04:00