pokemon-showdown/dev-tools
Kirk Scheibelhut 0efd71dfef Move Data.ActiveMove methods to Pokemon (#5416)
See #5415 for context - having these methods is unsafe and leads
to crashes because not all ActiveMoves are created through the
Data.ActiveMove constructor. Instead of Pokemon, these could
alternatively be static methods on ActiveMove (or the ActiveMove
class could be completely abolished and reverted back to an
interface), but #5415 will deal with ActiveMove long term, this just
fixes the crashes.
2019-04-06 13:14:50 +08:00
..
global.d.ts Fix Weakness Policy and Clangorous Soulblaze in doubles (#5389) 2019-04-04 18:51:27 +08:00
globals.ts Move Data.ActiveMove methods to Pokemon (#5416) 2019-04-06 13:14:50 +08:00
harness.js Introduce dev-tools/harness.js for testing/benchmarking (#5370) 2019-04-04 00:47:47 +08:00
HARNESS.md Introduce dev-tools/harness.js for testing/benchmarking (#5370) 2019-04-04 00:47:47 +08:00
node.d.ts Update Typescript to 3.1 (#4879) 2018-10-05 04:02:54 -05:00
users-utils.js Change forEach to for...of (#5269) 2019-03-08 11:24:58 -06:00