mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-18 19:28:35 -05:00
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. |
||
|---|---|---|
| .. | ||
| aftermath.js | ||
| angerpoint.js | ||
| arenatrap.js | ||
| battlearmor.js | ||
| clearbody.js | ||
| cloudnine.js | ||
| colorchange.js | ||
| comatose.js | ||
| contrary.js | ||
| damp.js | ||
| dancer.js | ||
| deltastream.js | ||
| desolateland.js | ||
| disguise.js | ||
| dryskin.js | ||
| emergencyexit.js | ||
| flashfire.js | ||
| flowergift.js | ||
| flowerveil.js | ||
| immunity.js | ||
| intimidate.js | ||
| klutz.js | ||
| levitate.js | ||
| lightningrod.js | ||
| magicbounce.js | ||
| magicguard.js | ||
| magnetpull.js | ||
| multiscale.js | ||
| mummy.js | ||
| normalize.js | ||
| parentalbond.js | ||
| pickup.js | ||
| prankster.js | ||
| pressure.js | ||
| primordialsea.js | ||
| rockhead.js | ||
| roughskin.js | ||
| shadowtag.js | ||
| sheerforce.js | ||
| shellarmor.js | ||
| shielddust.js | ||
| simple.js | ||
| stickyhold.js | ||
| stormdrain.js | ||
| sturdy.js | ||
| suctioncups.js | ||
| symbiosis.js | ||
| thickfat.js | ||
| truant.js | ||
| unaware.js | ||
| unburden.js | ||
| wonderguard.js | ||