pokemon-showdown/data
Kevin Lau b0e1fd5789 Fix Pressure's interaction with multi-target moves and Follow Me
Implement new function getMoveTargets to list all move targets given a
user and a move. Refactor Battle system to remove redundancies with
checking move targets. Run the RedirectTarget in this function instead of
later after TryMove, since technically single-target moves changing
targets should occur before the move is attempted.

Refactor the DeductPP event to be a singleEvent that targets the Pokemon's
ability instead of a global event. Run this event on the move's targets as
calculated by BattlePokemon#getMoveTargets.
2015-07-17 01:47:55 -07:00
..
abilities.js Fix Pressure's interaction with multi-target moves and Follow Me 2015-07-17 01:47:55 -07:00
aliases.js Add mega pokemon aliases. 2015-07-07 18:20:22 +10:00
factory-sets.json Update Battle Factory sets 2015-06-29 02:52:55 -05:00
formats-data.js Move Combusken to NU 2015-07-13 20:25:40 +04:00
items.js Merge pull request #2012 from ascriptmaster/move-fixes-3 2015-07-01 11:05:00 -04:00
learnsets.js Add gen 4 Munchlax event 2015-07-13 19:36:58 +04:00
moves.js Fix Taunt duration on targets switched in during the turn 2015-07-04 22:04:28 -04:00
pokedex.js Fix Hoopa, Diancie, and Volcanion's Pokedex colors 2015-07-09 14:01:21 -07:00
rulesets.js Fix Baton Pass clause 2015-07-14 02:07:28 +04:00
scripts.js Fix Pressure's interaction with multi-target moves and Follow Me 2015-07-17 01:47:55 -07:00
statuses.js Ensure confusion damage does not break Illusion 2015-06-06 23:43:21 -04:00
typechart.js Spaces around operators and === instead of == 2014-04-22 01:56:11 +10:00