* Adding gen 3 colosseum format, updating win check
* Update formats.ts
* Adding Gen 3 Hoenn Stadium format
* They want open team sheets on the format
* Fixing selfKO clause code for the gen3colosseum mod.
- Perish song only cares if the user is the last mon, we had that wrong.
- Corrected the game resolution code to properly calculate winners/draws (Has been tested on a dev server)
* forgot Destiny bond
* Cleaning up ban and unban lists for hoenn stadium
* Deoxys is not nonstandard
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add March 2026 Randomized Format Spotlight
* Make message clearer ( I think)
* lint
* Move to gen9/teams.ts
* Move to gen9/teams.ts pt 2
* done
* lint
* Prevent mons from being harmed by Godly Gift stat passing
* 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
* March PMOTM Part 1
* March PMOTM Part 2
* March PMOTM Part 3
* March PMOTM Part 4
* March PMOTM Part 5
* Update data/mods/gen6megasrevisited/abilities.ts
* Update data/mods/gen6megasrevisited/scripts.ts
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Randomized set updates
* fix some things
* add resttalk primarina gen 7
* Create Pokemon incompability system
* Simplify code
* tghost oinkolognes
* Give sash back to doubles smeargle
* Give sash back to doubles smeargle
* Gen 3 Pursuit only activates on the chosen target
* Change
* Fix following Pursuits
* Resolve further conflicts
* Update gen 4
* Don't need to check for allies
* Randomized format set updates
* revert some changes from last month
* lint
* further updates
* Gen 1 changes
* Re-split whimsicott in gen 9 doubles
* Merge arceus-ghost sets (cosmetic change)
* Don't duplicate subseed on whimsicott
* Replace Fake Tears with twave on screens meowstic and merge roles
* doubles screens grimmsnarl: +twave
* Update SD silvally ice and psychic in gen 8
---------
Co-authored-by: Kelvin Liu <115855253+livid-washed@users.noreply.github.com>