Commit Graph

1278 Commits

Author SHA1 Message Date
Marty-D
c3f24da150 Gen IV: Update move descriptions
Also removes unneeded Hidden Powers.
2016-09-26 17:06:08 -04:00
Marty-D
cd387d1847 Gen V, VI: Update several move descriptions
Also removes a handful of now-unnecessary base power callbacks from Gen
5.
2016-09-25 20:25:02 -04:00
Marty-D
bc652d4f62 Fix Struggle recoil timing
Fixes #2780
Also fixes a damage rounding issue.
2016-09-24 20:39:45 -04:00
Guangcong Luo
792866e74a Fix Gen 3 Surf
It was previously hitting all adjacent Pokémon instead of just foes.

Closes #2761
2016-09-21 05:09:01 -07:00
Ivo Julca
b684db5a81
Gen 1: Improve comments and refactor out volatile data for trap PP rollover 2016-09-17 15:51:05 -05:00
Marty-D
71c1858168 Gen II: Fix order of drag-outs and residual damage 2016-09-16 17:13:24 -04:00
The Immortal
bb456401f8 Update gen 4 tiers 2016-09-11 04:35:21 +04:00
The Immortal
4f5ac11d5d Mix and Mega: Move Genesect to Ubers 2016-09-05 15:02:44 +04:00
The Immortal
63233622b8 Mix and Mega: Improve code 2016-09-04 04:41:12 +04:00
The Immortal
59f4202309 Update gen 3 tier list to match Smogon 2016-09-02 01:51:09 +04:00
The Immortal
7fa0964f44 Fix Mix and Mega 2016-09-01 16:42:54 +04:00
The Immortal
07f494e780 Update OMs 2016-09-01 03:20:27 +04:00
Taylor Everding
1a1f64fe95 Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00
urkerab
5f8a608270 Quick Claw and Custap Berry should override Stall (#2709) 2016-08-23 10:35:41 -04:00
Marty-D
17e58b0bbd Gen IV: Fix Effect Spore 2016-08-22 17:06:36 -04:00
Guangcong Luo
2a90611718 Optimize Gen 1 boostBy 2016-08-18 16:15:09 -05:00
Marty-D
6953200e62 Gen I: Fix boosting resulting in a neutral stat stage 2016-08-18 16:10:15 -04:00
Marty-D
89ff8f5997 Gen III: Fix Sleep Talk when calling 0 PP moves
Sleep Talk may select a move with 0 PP but will fail to use it successfully.
2016-08-18 10:08:46 -04:00
urkerab
51fab2d10f Fix client-side activation of Aromatherapy and Heal Bell for all gens (#2699) 2016-08-17 22:35:35 -04:00
urkerab
74aa31dcf1 Use TryAddVolatile for confusion rather than a custom event (#2641) 2016-08-07 12:11:58 -04:00
The Immortal
fd7f611e8c Update gen 2 tiers 2016-08-02 02:47:43 +04:00
The Immortal
9e403b8b89 Add new OMs of the Month 2016-08-02 02:16:24 +04:00
The Immortal
f64388c8e3 BW LC: Ban Scraggy 2016-08-01 19:30:27 +04:00
ClaudiuBancos
f94d3ae019 Added Many Gen 2 Random Battle Movesets (#2637)
Finished adding movesets for all fully-evolved Pokemon (plus Scyther),
based on Smogon write-ups.
2016-07-23 04:19:45 +02:00
Marty-D
c74aa8dcc2 Gen II: Fix Random Battle genders 2016-07-21 19:06:52 -04:00
Marty-D
bed6c187fd Fix Reflect/Light Screen modifier in Doubles+
Source: http://pokemon-trainer.net/bbs/patio.cgi?mode=view&no=702
2016-07-17 11:42:17 -04:00
Spandan7
e7fdfd2341 Update Enchanted Items (#2618)
* Enchanted Items: Ban Manaphy

Banaphy

* Update Enchanted Items
2016-07-10 13:23:46 +04:00
Marty-D
eb5eb2d234 Gen III: Berry Juice is unobtainable 2016-07-06 20:36:54 -04:00
Spandan7
6b644aa86a Update Baton Pass Clause for Enchanted Items (#2610)
Thanks @urkerab for pointing out
Copied from http://www.smogon.com/forums/threads/general-thread-for-om-code.3517025/page-3#post-6877561
2016-07-06 16:31:51 +04:00
Marty-D
ed2793b4da Fix build error 2016-07-05 19:17:22 -04:00
Spandan7
3340ed34a7 Fix Baton Pass Clause for Enchanted Items (#2606) 2016-07-06 01:33:47 +04:00
The Immortal
b54a1ac916 Update Enchanted Items 2016-07-03 02:22:15 +04:00
Spandan7
6fd9850a63 Add Analytic as a held ability to Enchanted Items (#2601) 2016-07-02 16:15:52 +04:00
The Immortal
9e0faf99e0 Fix build error 2016-07-02 04:34:49 +04:00
The Immortal
eb9192ba3e Add new OMs of the Month 2016-07-01 23:47:38 +04:00
Marty-D
1527fdbd8f Update some move failure conditions 2016-06-29 14:46:21 -04:00
Marty-D
4f5cdb92a9 Refactor Heal Block to use flags 2016-06-28 17:41:41 -04:00
Marty-D
98667e8dd5 Correct Wonder Guard message
- Also remove its very unnecessary reimplementation in `futuremove`
2016-06-23 14:34:50 -04:00
Marty-D
d8e4fe8486 Display allies and statuses cured by Aromatherapy/Heal Bell
- Except prior to Gen 5
2016-06-22 11:35:10 -04:00
Ivo Julca
dcd97ce62b Fix spreading of typing information 2016-06-20 12:27:24 -05:00
Ivo Julca
ec572891a5 Fix typing information leak 2016-06-20 11:38:06 -05:00
Marty-D
0c0843ff4d Gen II: Fix AfterMoveSelf effects
burn/poison -> Leech Seed -> Nightmare -> Curse
2016-06-17 11:54:35 -04:00
The Immortal
cd487aeb2a Gen 4 FormatsData: Only inherit those with events 2016-06-15 16:37:10 +04:00
Marty-D
5ec02741ff Fix partial-trapping persistence
- Previously, the user could switch out and come back in during the same
turn and have the effect continue.
2016-06-12 14:52:38 -04:00
Juanma Serrano
635862086f Remove Seasonal, Super Staff Bros. 2016-06-05 18:26:11 +02:00
The Immortal
488e4203c2 Theorymon: Add Yanmega 2016-06-04 06:38:31 +04:00
The Immortal
671a220326 Gen 1: Correct tiers
I somehow missed these in 052f6fb. PS! should now completely match
Smogon’s latest RBY tier list.
2016-06-04 05:02:47 +04:00
The Immortal
fa24f66266 Got Talent: Fix burns 2016-06-04 04:24:10 +04:00
The Immortal
052f6fbcb1 Update Gen 1 tier list 2016-06-02 03:33:52 +04:00
The Immortal
8565242c0d Reorganize and update formats
- Add Randomized Metas section
- Add DPP sections
- Add RoA Spotlight (works similar to OM of the Month)
- Remove Doubles NU (completely dead)
- Remove OU (no Mega)
- Add new OMs of the Month
- Reorder OMs and switch CAP and AG locations
- Make Gen 5 Random Battle challengeable
- Add Gen 4 Doubles Custom Game
2016-06-01 05:51:47 +04:00