mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-21 14:59:50 -05:00
Because of the way fastUnpackTeam works, it's currently a reasonable assumption that all the values in a `set` are IDs, and various parts of the code have started to rely on that assumption. Removing some old code to try to guarantee that the values in a `set` are names allow us to work towards a new guarantee that `set` values are IDs. Closes #2553 |
||
|---|---|---|
| .. | ||
| abilities.js | ||
| aliases.js | ||
| factory-sets.json | ||
| formats-data.js | ||
| items.js | ||
| learnsets.js | ||
| moves.js | ||
| pokedex.js | ||
| rulesets.js | ||
| scripts.js | ||
| statuses.js | ||
| typechart.js | ||