mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-26 04:51:54 -05:00
Support playing battles
This should be a much nicer architecture than the old `client-battle.js`. In particular, much of the logic of choosing moves/switches has been moved into a new `battle-choices.ts`, with `panel-battle.tsx` only covering the UI.
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
<script src="data/text.js"></script>
|
||||
<script src="js/battle-tooltips.js"></script>
|
||||
<script src="js/battle.js"></script>
|
||||
<script src="js/battle-choices.js"></script>
|
||||
<script src="js/panel-battle.js"></script>
|
||||
|
||||
<script src="js/battle-dex-data.js"></script>
|
||||
@@ -91,4 +92,7 @@
|
||||
<script src="js/battle-searchresults.js?"></script>
|
||||
<script src="js/panel-teambuilder-team.js?"></script>
|
||||
|
||||
<script src="https://play.pokemonshowdown.com/data/pokedex-mini.js"></script>
|
||||
<script src="https://play.pokemonshowdown.com/data/pokedex-mini-bw.js"></script>
|
||||
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user