pokemon-showdown/mods/gen5
Kevin Lau 17724c59f0 Un-hardcode Rock Head in favor of an onDamage handler
Instead of having a hardcode in scripts.js that people needed to
reference, it seemed more intuitive to take advantage of the Damage
event instead, and have Rock Head negate damage within the event.

Fixed a bug in Gen-NEXT Rock Head exhibiting the same behavior that
was causing the original Rock Head + Mummy glitch.
2015-05-21 13:52:02 -07:00
..
abilities.js Remove notSubBlocked move property 2015-04-04 01:22:21 +04:00
formats-data.js Fix Spiky-eared Pichu being legal 2015-03-30 16:35:12 +04:00
items.js Correct Natural Gift base power in past gens 2015-02-16 19:38:58 -06:00
moves.js Un-hardcode Rock Head in favor of an onDamage handler 2015-05-21 13:52:02 -07:00
pokedex.js
scripts.js Remove isPunchAttack property 2015-03-20 01:51:55 +04:00
statuses.js Fix partial trapping end messages 2015-05-18 15:08:52 -04:00
typechart.js