mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 12:36:41 -05:00
* Gen 2: revert Mirror Move fix, since it is bugging Encore * Use a volatile for checking if a Pokemon has a last move for Mirror Move purposes * conversion2 * Disable * Mimic * Spite * Do mirror move in onTryHit * Gen 1 shouldn't inherit onTryHit for mirror move and mimic * Commenting * Instead of using a volatile, add a new field for a pokemon 'lastMoveEncore' used only in gen 2 and only for Encore * Add test for Gen 2 Encore |
||
|---|---|---|
| .. | ||
| mods | ||
| text | ||
| abilities.ts | ||
| aliases.ts | ||
| cg-team-data.ts | ||
| cg-teams.ts | ||
| conditions.ts | ||
| formats-data.ts | ||
| FORMES.md | ||
| items.ts | ||
| learnsets.ts | ||
| moves.ts | ||
| natures.ts | ||
| pokedex.ts | ||
| random-sets.json | ||
| random-teams.ts | ||
| rulesets.ts | ||
| scripts.ts | ||
| tags.ts | ||
| typechart.ts | ||