mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 12:36:41 -05:00
There are two cases where a pokemon might attempt to execute a move with zero PP: - a move which had PP when selected, but whose PP was subsequently reduced to 0 by Spite; and - a case where a pokemon has multiple copies of the same move, in which case it will always be possible to select the move, but it will not be executed if it has 0 PP. Attempting to use a move with zero PP should not succeed. |
||
|---|---|---|
| .. | ||
| abilities.js | ||
| aliases.js | ||
| formats-data.js | ||
| formats.js | ||
| items.js | ||
| learnsets.js | ||
| moves.js | ||
| pokedex.js | ||
| scripts.js | ||
| statuses.js | ||
| typechart.js | ||