pokemon-showdown/data
Kevin Lau bfac338ddb Normalize doesn't affect moves that change type
The ModifyMove singleEvent for moves always runs before the
larger event that triggers an ability's event handler and
take precedence over Normalize, so we code exceptions in
Normalize to not change the type in those situations.

Conveniently, all the moves that change type right now are
defaulted to Normal-type, and since Normalize technically
won't change the type of any Normal-type move, we're using
that as the guideline for our exception.
2016-03-16 10:54:47 -07:00
..
abilities.js Normalize doesn't affect moves that change type 2016-03-16 10:54:47 -07:00
aliases.js Implement March Seasonal, Dimension Doom 2016-02-29 14:44:51 +01:00
factory-sets.json Battle Factory: update sets 2016-03-08 19:32:43 -05:00
formats-data.js Move Gurdurr to RU 2016-03-07 05:54:46 +04:00
items.js Refactor runImmunity 2016-02-19 05:18:40 -06:00
learnsets.js Add Hidden Ability Regi events 2016-03-03 15:47:18 -05:00
moves.js Modify target sent when redirected 2016-03-15 09:21:56 +01:00
pokedex.js Add maxHP flag for Shedinja 2016-03-08 17:25:20 +04:00
rulesets.js Remove usage of Array|Object methods implemented by Sugar.js 2016-03-09 16:55:34 -05:00
scripts.js Remove usage of Array|Object methods implemented by Sugar.js 2016-03-09 16:55:34 -05:00
statuses.js Fix ability activation for Flame Body etc 2016-02-15 19:48:19 -05:00
typechart.js Fix Gen 2 Hidden Power Flying 2016-01-27 04:37:54 -05:00