Marty-D
f44d948c2f
Add event Alolan Exeggutor
2017-08-18 18:56:12 -04:00
Marty-D
72f79870e3
Add new event Pokemon
2017-08-14 14:18:48 -04:00
Marty-D
b1de57b85a
Add new event Pokemon
2017-08-10 10:05:11 -04:00
Marty-D
312714343b
Add new event Pokemon
2017-07-31 17:43:40 -04:00
Marty-D
1206b24aff
Add new event Pokemon
2017-07-26 21:14:21 -04:00
Marty-D
0a4b75615d
Add new event Pokemon
2017-07-14 08:45:43 -04:00
sparktrain
2f1b2e3442
Learnsets: Add missing CAP moves ( #3754 )
2017-07-09 14:51:32 +04:00
Marty-D
cda2993da4
Add event Alolan Vulpix
2017-07-04 16:43:20 -04:00
sparktrain
0901b435e6
Learnsets: Add missing CAP moves ( #3728 )
2017-07-04 23:46:36 +04:00
Marty-D
c8da812411
Learnsets: Update CAP
2017-07-03 22:47:14 -04:00
Ivo Julca
a83c149536
CAP: Fix typo in Kitsunoh learnset update
2017-07-03 10:38:56 -05:00
Marty-D
b51e138768
Add event Marshadow
...
Closes #3718
2017-07-03 09:33:48 -04:00
Marty-D
e4fd71c257
Update CAP with Gen 7 changes
2017-07-02 20:29:50 -04:00
Marty-D
4f01e36845
Add event Arcanine
2017-07-01 10:13:27 -04:00
Marty-D
b6b9f4db81
Add event Victini
2017-06-30 08:35:35 -04:00
Marty-D
d929c97fab
Learnsets: Fix Gen III tutor moves
2017-06-29 18:37:13 -04:00
Marty-D
a7abf9e88c
Add event Turtonator
2017-06-27 16:51:39 -04:00
Ivo Julca
fe34732592
CAP: Fix typo in Argalis' learnset
2017-06-25 03:12:32 -05:00
Slayer95
47641dc736
Gen 5: Update Bronzor family level-up moves to BW2 ( #3690 )
2017-06-25 09:41:34 +04:00
Marty-D
54067ecc06
Learnsets: Fix Gen IV tutor moves
2017-06-22 23:22:31 -04:00
urkerab
e7395c2228
Munchlax learns Superpower as a Tutor move in Gen 4 ( #3677 )
2017-06-23 06:16:18 +04:00
Marty-D
6985f9af6d
Fix Duskull's learnset
2017-06-17 15:51:01 -04:00
Marty-D
391ef77e66
Add event Steenee
2017-06-17 09:38:34 -04:00
Marty-D
77e9053dfe
Add new event Pokemon
2017-05-14 10:28:16 -04:00
Marty-D
9948a0123f
Add new event Pokemon
2017-05-05 11:23:58 -04:00
Marty-D
508081ee32
Add new event Pokemon
2017-05-02 11:26:33 -04:00
Marty-D
feba315e31
Add event Bewear
2017-04-15 15:22:16 -04:00
Marty-D
5a8bbe2750
Learnsets: Remove accidental tutor move
2017-03-29 19:33:06 -04:00
Marty-D
0d3f254e85
Split Magearna formes
2017-03-29 12:06:44 -04:00
Marty-D
856b41e5d0
Add cap Pikachu formes
2017-03-29 12:04:03 -04:00
Marty-D
12002e6523
Implement CAP prevos
2017-03-27 17:54:14 -04:00
Marty-D
8335212801
Add new event Pokemon
2017-03-18 17:05:47 -04:00
Marty-D
3b8c74a01f
Add event Tapu Koko
2017-03-16 21:10:41 -04:00
Marty-D
5d5879c1c2
Add event Charizard
2017-03-15 11:19:26 -04:00
Marty-D
ce04aafbbe
Add event Pikachu
2017-03-11 09:54:27 -05:00
Guangcong Luo
54df5c857d
Validator: Support Gen 1 Virtual Console moves
...
This adds validator support for Gen 1 Virtual Console moves.
Fixes #3208
If anyone wants the quick-and-dirty eval script I used to update
Learnsets:
```
Object.entries(Tools.mod('gen1').data.Learnsets).forEach(([speciesid, lset]) => {
Object.entries(lset.learnset).forEach(([moveid, sources]) => {
if (sources.some(s => s.startsWith('1L') || s.startsWith('1M'))) {
let newLset = Tools.data.Learnsets[speciesid].learnset;
if (!newLset[moveid]) newLset[moveid] = [];
let i = 0;
while (i < newLset[moveid].length && newLset[moveid][i].startsWith('7')) i++;
newLset[moveid].splice(i, 0, '7V');
}
})
})
```
2017-02-23 05:23:14 -06:00
Guangcong Luo
6e4f1cfb35
Remove Pokestar learnsets
...
The Pokestar learnsets cause client build errors because they refer to
nonexistent Pokedex entries, so they need to be removed.
2017-02-20 03:21:40 -06:00
MacChaeger
05a140b671
Add Pokestar Studios SFX props and actors ( #3205 )
2017-02-19 16:17:06 -06:00
Marty-D
019f844e0e
Add event Machamp
2017-02-14 21:27:00 -05:00
Marty-D
88de7926a9
Add event Magikarp
2017-01-27 11:37:03 -05:00
The Immortal
45f16507c3
Revert "Learnsets: Pretend egg moves from Island Scan are tutor moves"
...
This reverts commit 557353ab61 .
2017-01-25 07:50:17 +04:00
Marty-D
ff24df8637
Update event Pokemon
2016-12-30 14:36:13 -05:00
Marty-D
6a726fb859
Add new event Pokemon
2016-12-15 15:15:17 -05:00
Marty-D
557353ab61
Learnsets: Pretend egg moves from Island Scan are tutor moves
...
To be reverted once Bank is updated.
2016-12-12 21:34:57 -05:00
Marty-D
871cb25529
Learnsets: Correct SM tutor moves
...
Pledges and "Elemental Beams" were reversed
2016-12-11 20:38:45 -05:00
Guangcong Luo
4586f0c91a
Re-fix egg moves
...
Egg moves were accidentally broken in previous fix commit. This one
properly does them.
2016-12-07 03:46:43 -06:00
Guangcong Luo
a11f836fc0
Fix egg move learnsets
...
Project Pokemon gave a learnset file with egg moves for all evolutions.
The issue with Pikachu having egg moves listed that only Pichu gets was
fixed, but not the issue that Raichu has egg moves at all. That has
been fixed in this commit.
2016-12-06 19:16:46 -06:00
The Immortal
97f87190d1
Add Aura Break Zygarde event data
...
Fixes #2962
2016-11-30 01:02:07 +04:00
Spandan
1f452c34ee
Add Volt Tackle as Tutor move ( #2961 )
2016-11-29 13:07:59 -06:00
Marty-D
f2c3f18835
Add event Munchlax
2016-11-27 18:35:15 -05:00