Commit Graph

24436 Commits

Author SHA1 Message Date
pyuk-bot
eb79405b45
Mark more nonstandard items in Gen 9 (#9144) 2022-12-09 19:14:21 -06:00
Alexander B
a7c446c5e2
Docs: Fix links in SIMULATOR.md (#9148) 2022-12-09 19:09:31 -06:00
Karthik
01a593e615
Add learnsets for Zoroark-Hisui and Avalugg-Hisui (#9141) 2022-12-09 19:02:53 -06:00
Alexander B
40c2dca47c
Jeopardy: Escape HTML in question (#9150) 2022-12-09 18:49:15 -06:00
Karthik
8d66896740
Fix Hoopa not learning Hyperspace Fury in Gen 9 (#9142) 2022-12-09 18:48:53 -06:00
Kris Johnson
203ed40943
Godly Gift: Update bans 2022-12-09 12:37:02 -07:00
Kris Johnson
bf0b3c4cd2
AAA: Ban Magic Bounce and Poison Heal 2022-12-09 12:36:02 -07:00
Karthik
1e88aa2ec3
Remove confusion hits from Rage Fist description (#9145) 2022-12-09 12:03:27 -06:00
Kris Johnson
c0c9f60be6
Full Potential: Update bans 2022-12-09 10:50:54 -07:00
livid washed
d59bce51c6
Gen 1: Fix more Counter bugs (#9136)
* Gen 1: SonicBoom can be Countered

* OHKO moves do 65535 damage (matters for Counter against sub)

* Move damage comparison with target hp outside getDamage()

* Remove a blank line

* Move damage comparison with target hp outside getDamage() (Stadium)

* Add counter test

* Fix Metronome not failing if calling Counter (move setting lastDamage before tryMoveHit)

* Do the same for Stadium

* Start phasing out pokemon.lastDamage from Gen 1 code

* Failed Counter doesn't zero lastDamage

* When a move misses, battle.lastDamage is set to 0

* Remove all pokemon.lastDamage

* Remove a couple of comments
2022-12-08 16:07:39 -08:00
livid washed
04e2401688
Gens 2-3: Fix accuracy of moves (#9143)
* Gen 2: Lock-On and Pain Split have 100% accuracy and check for accuracy

* Gen 3: Moves that don't check accuracy should be listed as true accuracy

* Gen 3: Nightmare doesn't check for accuracy

* Gen 3: Foresight and Odor Sleuth check accuracy

* Gen 3: Memento does not accuracy check

* Gen 3: Mind Reader checks accuracy

* Gen 2: Nightmare doesn't check accuracy
2022-12-08 16:06:03 -08:00
Mia
ffa6e35cc3 Info: Add an admin-only command to list admin commands
Requested by Kennedy.
2022-12-08 09:28:21 -06:00
pyuk-bot
6021eed492
Fix "OM Unobtainable Moves" for pre-Gen 9 moves (#9139) 2022-12-07 20:44:48 -07:00
pyuk-bot
6071f344ed
NatDex BH: Allow unreleased things by default (#9132) 2022-12-07 20:44:23 -07:00
Kris Johnson
864201240c National Dex BH: Update bans 2022-12-07 19:40:25 -07:00
Kris Johnson
a041d52a27 Remove unused property 2022-12-07 19:39:05 -07:00
Kris Johnson
d923d84b20 Cross Evolution: Fix move validation 2022-12-07 19:38:35 -07:00
Hisuian Zoroark
4ecc886014
Partners in Crime: Update thread and alias for Gen 9 (#9133)
* Update aliases.ts

* Update formats.ts
2022-12-07 18:45:17 -07:00
Mia
3dbb27660c Moderation: Ensure modnotes without a userid specifier don't log as a userid
Previously, if there was no comma or no [], the entire message would be treated as a userid (since .split('charnotinstring')[0] returns the full string. This resolves that
2022-12-07 19:13:38 -06:00
Kris Johnson
0f5c88f335
AAA: Add Terastal Clause 2022-12-07 11:45:48 -07:00
Kris Johnson
bf96843849
AAA: Update bans 2022-12-06 22:40:15 -07:00
Leonard Craft III
ff83a809a1 Add low BP Terastallizing behavior tests 2022-12-06 22:32:25 -06:00
Leonard Craft III
4f4854722f
Fix Commander vs Transform and Eject items (#9126) 2022-12-06 22:16:46 -06:00
Kris Johnson
754c721450 National Dex: Ban Chi-Yu and Assist 2022-12-06 21:12:27 -07:00
Kris Johnson
97c5ef9a6c STABmons: Update bans 2022-12-06 21:11:26 -07:00
Jacob McLemore
471d0caba5
Tests: Update createBattle format in abilities A-L (#9128) 2022-12-06 21:03:57 -06:00
Annika
a1040216d7 Add [Gen 9] Doubles Hackmons Cup 2022-12-06 20:44:04 -05:00
Mia
b90d453572 Punishments: Properly register roombans stacked with blacklists
The individual blacklists should be ignored, but roombans are sorted to be after blacklists (assuming proper behavior), so returning ignores any existing roombans. We should be skipping blacklists, but not roombans.
2022-12-06 14:44:51 -06:00
Kris Johnson
d984f7582c Fix Victini legality 2022-12-05 21:47:56 -07:00
Sergio
fb0222f5c1
Wait for damage to activate Gluttony after Neutralizing Gas end (#8984) 2022-12-05 20:33:16 -06:00
Sergio
a56660e26b
Fix interaction of Dragon Darts and Berserk (#8982) 2022-12-05 20:03:34 -06:00
Kris Johnson
e2a67d6aef Update Cross Evolution to Gen 9 2022-12-05 18:07:06 -07:00
WeWuzNidokangz
580ed48329
OMs: Fix generation consistency (#9088)
* Linked: Fix generation consistency

* Fix same issue with Pokebilities

* Clean up
2022-12-05 16:05:08 -07:00
Kaen
88bd901898
Update formats.ts (#9122) 2022-12-05 16:03:39 -07:00
Hisuian Zoroark
58dcf59b9a
Update Partners in Crime to Gen 9 (#8987)
* PP from ally moves is no longer infinite in PiC

* add deductpp to modded pokemon

* eep

* Refactor when start effects activate upon switching in.

* Add new effects for leppa berry consumption

* I forgot about these items ngl

* add some new support for moves

* Restrict Wandering Spirit, add extra failsafe

* fix things

* Last minute bugfix

* Update banlist

* start working on gen 9

* update nextturn

* a

* more stuff

* Update formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2022-12-05 16:02:58 -07:00
Kris Johnson
ee0d026ebb BH: Update bans 2022-12-05 01:09:38 -07:00
Kris Johnson
d9ad571311 LC: Ban Flittle 2022-12-05 01:08:29 -07:00
Annika
021ccdabbb Actually fix Challenge Cup
I am the stupidest programmer on the face of the Earth.
2022-12-04 19:26:44 -08:00
Annika
fa93c6c092 Challenge Cup: Fix Victini crash 2022-12-04 19:17:31 -08:00
Annika
ce201bb761 Gen IX: Add Challenge Cup formats 2022-12-04 16:21:23 -08:00
Annika
7ef58a8b71 Fix Gen 9 HC 2022-12-04 14:54:36 -08:00
Annika
b2fe436a8d Add [Gen 9] Hackmons Cup 2022-12-04 14:38:41 -08:00
pyuk-bot
7a6a8441cc
Fix Protosynthesis/Quark Drive/Booster Energy (#9118) 2022-12-04 16:20:21 -05:00
pyuk-bot
4d324e19fc
NatDex: Really fix unobtainable move validation (#9103) 2022-12-04 16:18:12 -05:00
Annika
5df18fa91c
Update ExhaustiveRunner for Gen 9 (#9119) 2022-12-04 12:19:31 -08:00
tofa
a5b018a07c
Fix Ceaseless Edge and Stone Axe (#9097) 2022-12-04 12:55:48 -05:00
Karthik
98544fe5f9
Fix Charge/Wind Abilities (#9113) 2022-12-04 12:53:18 -05:00
kittenchilly
30c41dcfbf
Fix Last Respects and Supreme Overlord (#9111) 2022-12-04 12:46:28 -05:00
Mia
93a0a0f61c
Rooms: Only lockdown after restarts when battles crash (#9110) 2022-12-04 12:45:31 -05:00
Karthik
2726d87170
Salt Cure's effect should be a Secondary effect (#9106)
Closes #9121
2022-12-04 12:44:18 -05:00