pokemon-showdown/data
Cathy J. Fitzpatrick 69f6c62cac Fix 62 moves
As of @a475ea5901, a basePower of `false` is a special value that
denotes that the move should always fail (unless modified). This
change broke 62 moves that currently use a basePower of `false` when
they appear to intend a basePower of 0. This commit changes the
basePower of these moves to 0.
2013-01-29 14:21:41 -07:00
..
abilities.js Fix Cute Charm's random roll 2013-01-28 17:48:00 -08:00
aliases.js Implement item aliases 2012-12-12 15:49:48 -08:00
formats-data.js Cloyster & Keldeo events 2013-01-23 15:45:23 +04:00
formats.js Fix 1v1CC Team Preview with Zoroark 2013-01-26 10:57:01 -08:00
items.js Implement Destiny Knot 2013-01-28 10:43:46 -08:00
learnsets.js Cloyster & Keldeo events 2013-01-23 15:45:23 +04:00
moves.js Fix 62 moves 2013-01-29 14:21:41 -07:00
pokedex.js
scripts.js Fix Beat Up crash 2013-01-28 10:27:01 -08:00
statuses.js Add messages for partial-trapping moves. 2013-01-27 20:19:56 -05:00
typechart.js