Commit Graph

23714 Commits

Author SHA1 Message Date
Kevin Lau
7963c97894 Fix priority issues with Z-Moves (#2930) 2016-11-21 14:32:31 -05:00
Jared Grady
6861d91620 Fix typo in prankster description (#2929) 2016-11-21 22:43:53 +04:00
The Immortal
5bb08c424d Fix LC banlist 2016-11-21 22:28:47 +04:00
The Immortal
e2926179e8 Fix Battle Bond Greninja having past gen moves
If we’re not going to make it a separate form then this is necessary.
2016-11-21 16:19:29 +04:00
The Immortal
6ef8fed674 Fix Rayquaza interaction with Z-Crystals 2016-11-21 15:37:42 +04:00
Kevin Lau
2ac0180c75 Random Battle: Implement remaining Silvally sets for all formes (#2928) 2016-11-21 14:41:26 +04:00
The Immortal
9dd94d3b46 Random Battle: Add more Silvally sets 2016-11-21 13:46:42 +04:00
Guangcong Luo
63e80f1450 Fix Pokebank OU banlist 2016-11-21 03:44:23 -05:00
Guangcong Luo
209cfa04e8 Ban Zygarde from VGC 2017 2016-11-21 03:44:23 -05:00
Marty-D
97ce9964ee Fix Power Construct activation timing 2016-11-20 23:25:14 -05:00
The Immortal
3c0864a3df Random Battle updates 2016-11-21 02:50:26 +04:00
The Immortal
fd82da1c5a Remove Zygarde from Battle Spot Singles 2016-11-21 02:31:45 +04:00
cadaeic
84bddcc3cd Flag Psychic Fangs as bite move (#2926) 2016-11-20 17:24:39 -05:00
Guangcong Luo
7d7caed285 Fix Missingno tier 2016-11-20 16:24:01 -06:00
Guangcong Luo
b6f89f6f7c Separate Bank from Bank-Uber in formats-data 2016-11-20 16:14:44 -06:00
Guangcong Luo
f4302b68eb Update formats-data for gen 7 2016-11-20 16:10:22 -06:00
The Immortal
ed1a20abaa Fix Normalize interaction with Z-Moves 2016-11-21 02:01:14 +04:00
Guangcong Luo
64e3a51a68 Fix VGC 17 banlist 2016-11-20 16:47:06 -05:00
InactiveUser
0b714dd674 Using room title in /hidetext (#2925)
http://prnt.sc/d9q0hs is what I'm trying to go for. I figured trying this since roombans uses the room title as well.
2016-11-20 15:20:09 -06:00
The Immortal
b79204adb8 Prevent -ate abilities from affecting Z-Moves 2016-11-21 00:05:51 +04:00
The Immortal
91c93bd487 DOU: Unban Gravity + Spore 2016-11-20 23:53:30 +04:00
The Immortal
2f4059b8ec Add event Type: Null to learnsets 2016-11-20 22:18:00 +04:00
HoeenCoder
8043a75ecf Type: Null is event only (#2923) 2016-11-20 22:12:51 +04:00
Marty-D
c321f03ea3 Fix Instruct calling itself 2016-11-20 12:58:48 -05:00
The Immortal
b06a7de4fd Add Gen 7 Battle Spot Singles 2016-11-20 20:39:57 +04:00
urkerab
7107de3716 Ash Greninja and Zygarde 10% and Complete should be Gen 7 (#2921) 2016-11-20 19:46:38 +04:00
urkerab
0e413e3633 Burn Up should change the user's type to ??? if it can (#2897) 2016-11-20 10:22:36 -05:00
urkerab
3aa8720282 Throat Chop should set its volatile silently (#2916) 2016-11-20 10:20:56 -05:00
The Immortal
c0a47359f6 Add Zygarde and Magearna event learnsets 2016-11-20 18:21:44 +04:00
Marty-D
cd000440ab Fix Assist check 2016-11-20 08:58:32 -05:00
HoeenCoder
b6c447d319 Add Zygrade event (#2920) 2016-11-20 17:22:38 +04:00
The Immortal
af54ac1db4 Move current randomSet script to gen 6
Before I start editing it for gen 7 stuff.
2016-11-20 16:26:45 +04:00
Ivo Julca
cf35c0a8d7 Test: Fix Destiny Bond specification
It should fail deterministically every second time it's used.
2016-11-20 03:00:05 -05:00
Kevin Lau
34e1472eec Random Battle: Fix Arceus item generation (#2919)
Z-Crystals don't affect Judgment's type, so an Arceus with Judgment as its
STAB should receive a plate only.
2016-11-20 02:30:38 -05:00
Ivo Julca
6dc9cb16ec Randbats: Adjust rate for Silvally 2016-11-20 02:27:23 -05:00
Ivo Julca
607c217d2f CC: Normal Arceus should not hold a typed Z-Crystal 2016-11-20 02:27:04 -05:00
Ivo Julca
9e46ee727e Set zMoveUsed flag only after the Z-Move could actually be used
Fixes issue when put to sleep before moving.
2016-11-20 01:31:39 -05:00
Ivo Julca
3a5348bfc9 CC: Fix rare issue of sets with illegal items being generated
Found via stress-testing with a test/simulator/misc/random-teams.js variant.
2016-11-20 01:10:45 -05:00
Ivo Julca
0a1fa67a5a Fix generation checks in random team generators 2016-11-20 00:52:36 -05:00
Ivo Julca
26f7d33e72 Remove Gen 7 abilities from Greninja and Zygarde Gen 6 data 2016-11-20 00:24:49 -05:00
Ivo Julca
632c04e6f1 Add failing tests for randbats generators 2016-11-20 00:24:28 -05:00
Kris Johnson
778c62dfee Prevent Z-moves from being called with Assist (#2918) 2016-11-19 22:57:04 -06:00
Guangcong Luo
ad8ef6c090 Merge/fix CC/HC random pokemon generation
Previously, the code was duplicated and buggy.

I have suspicions this doesn't fix it completely, but it should at least
crash a lot less and give more informative crash messages.
2016-11-19 23:49:33 -05:00
Guangcong Luo
f432a1f472 Fix crash in rulesets 2016-11-19 23:09:15 -05:00
Guangcong Luo
202e47e1e7 Fix Prankster description to fit 2016-11-19 23:08:59 -05:00
Guangcong Luo
b282f4358d Support new section syntax in formats.js
Sections can now be specified separately from formats.
2016-11-19 23:08:59 -05:00
Guangcong Luo
59be2e8c83 Fix OU validation 2016-11-19 22:17:58 -05:00
Guangcong Luo
f079e50470 Make Battle#random more readable 2016-11-19 22:17:58 -05:00
Marty-D
581bd03d10 Fix Minior formes 2016-11-19 22:08:47 -05:00
The Immortal
e8cac27e55 Fix b137faf 2016-11-20 05:24:09 +04:00