mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-24 17:02:46 -05:00
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. |
||
|---|---|---|
| .. | ||
| abilities.js | ||
| aliases.js | ||
| formats-data.js | ||
| formats.js | ||
| items.js | ||
| learnsets.js | ||
| moves.js | ||
| pokedex.js | ||
| scripts.js | ||
| statuses.js | ||
| typechart.js | ||