pokemon-showdown/data
Slayer95 7bd04f470c
Linked: Remove m.lastMoveAbsolute in favor of lastMove (#11791)
* Fix Linked last move checks

At some point between af6affb and 045fe456, Linked's concept of
last absolute move changed from using the 2nd move in a link to
using the 1st move, likely in an attempt to preserve the 1st move
information that used to be stored for debugging purposes.

However, the redefinition has impacted the mechanics of Sketch, and
other moves for a long time.

This commit restores the original mechanics, and gets rid of the
last absolute move concept, in favor of the orthodox pokemon.lastMove.
In consequence, all modded data entries that now match gen9 are
also deleted.

* Linked: Fix Grassy Glide priority calculation
2026-03-03 09:50:30 -07:00
..
mods Linked: Remove m.lastMoveAbsolute in favor of lastMove (#11791) 2026-03-03 09:50:30 -07:00
random-battles Add [Gen 6] Megas Revisited Random Battle (#11778) 2026-03-01 03:37:04 -07:00
text Sort Dex entries (#11565) 2025-11-09 00:04:57 -07:00
abilities.ts Refactor Skill Swap to its own function (#11563) 2026-02-06 08:47:29 -05:00
aliases.ts Update rotational ladders (#11785) 2026-03-01 03:19:22 -07:00
conditions.ts Implement Zacian and Zamazenta transformations as species conditions (#11748) 2026-02-17 18:34:52 -07:00
formats-data.ts Implement March 2026 tier shifts 2026-03-01 10:28:13 -07:00
FORMES.md Implement CAP 36 (#11270) 2025-07-13 10:49:17 -04:00
items.ts Implement Mega Stones as {key: value} pairs (#11684) 2026-01-08 14:59:22 -07:00
learnsets.ts Remove hardcoding of formes inheriting learnsets (#11750) 2026-02-17 18:33:57 -07:00
moves.ts Refactor Skill Swap to its own function (#11563) 2026-02-06 08:47:29 -05:00
natures.ts Refactor types for Lowercase<string> (#10377) 2024-07-01 15:57:14 -07:00
pokedex.ts Update Kalos starter Mega abilities (#11781) 2026-02-27 19:50:24 -07:00
pokemongo.ts Update to ESLint 9 (#10926) 2025-02-25 20:03:46 -08:00
rulesets.ts Add "Same Letter Clause" (#11767) 2026-02-14 20:09:56 -07:00
scripts.ts Add Gen 9 (#8997) 2022-11-17 20:46:29 -05:00
tags.ts Update to ESLint 9 (#10926) 2025-02-25 20:03:46 -08:00
typechart.ts Update to ESLint 9 (#10926) 2025-02-25 20:03:46 -08:00