mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-27 10:37:44 -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.
13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
data/*
|
|
node_modules/
|
|
/js/lib/
|
|
|
|
/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-scene-stub.js
|
|
/js/battle-animations.js
|