Files
pokemon-showdown/data
Guangcong Luo f9ec0b1f43
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Never use globals in data/ or sim/
These are all API bugs, but I also caught some sim bugs:

- Bio Mech Mons (the mod) was using `Dex` when it should have been using
  `this.dex`
- Data Preview (the rule) was using `Dex` when it should have been using
  `this.dex`
- Gen 9 SSB was using `Dex.mod('base')` when it should have been using
  `.mod('gen9')`

This will be enforced via ESLint going forward.
2026-07-13 18:26:46 -07:00
..
2026-07-13 18:26:46 -07:00
2026-06-19 17:32:00 -04:00
2026-07-12 12:11:42 -06:00
2026-06-25 20:11:23 -07:00
2025-02-25 20:03:46 -08:00
2026-07-13 18:26:46 -07:00
2022-11-17 20:46:29 -05:00
2026-06-23 23:20:45 -07:00
2025-02-25 20:03:46 -08:00