mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
This splits battle-dex.ts up into: - `battle-dex.ts` - dex data access, misc tools - `battle-log.ts` - manipulating HTML, especially in battle logs This turned out to be a pretty significant portion of what was previously battle-dex.
26 lines
352 B
Plaintext
26 lines
352 B
Plaintext
/sprites/
|
|
/audio/
|
|
/config/
|
|
/index.php
|
|
/index.html
|
|
/data/*
|
|
!/data/learnsets-g6.js
|
|
node_modules/
|
|
eslint-cache/
|
|
.DS_Store
|
|
Thumbs.db
|
|
npm-debug.log
|
|
package-lock.json
|
|
/vendor/
|
|
|
|
/js/battle.js
|
|
/js/battledata.js
|
|
/js/battle-log.js
|
|
/js/battle-dex.js
|
|
/js/battle-dex-data.js
|
|
/js/battle-animations-moves.js
|
|
/js/battle-animations.js
|
|
/js/battle-scene-stub.js
|
|
|
|
.vscode
|