@pkmn/sim 0.9.1 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/build/cjs/config/formats.js +53 -52
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/aliases.js +0 -4
  4. package/build/cjs/data/aliases.js.map +1 -1
  5. package/build/cjs/data/formats-data.js +17 -33
  6. package/build/cjs/data/formats-data.js.map +1 -1
  7. package/build/cjs/data/items.js +0 -4
  8. package/build/cjs/data/items.js.map +1 -1
  9. package/build/cjs/data/learnsets.js +99 -64
  10. package/build/cjs/data/learnsets.js.map +1 -1
  11. package/build/cjs/data/mods/gen1/formats-data.js +1 -1
  12. package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
  13. package/build/cjs/data/mods/gen4/abilities.js +6 -2
  14. package/build/cjs/data/mods/gen4/abilities.js.map +1 -1
  15. package/build/cjs/data/mods/gen8/abilities.js +1 -1
  16. package/build/cjs/data/mods/gen8/abilities.js.map +1 -1
  17. package/build/cjs/data/mods/gen8/items.js +0 -16
  18. package/build/cjs/data/mods/gen8/items.js.map +1 -1
  19. package/build/cjs/data/moves.js +3 -1
  20. package/build/cjs/data/moves.js.map +1 -1
  21. package/build/cjs/data/pokedex.js +18 -14
  22. package/build/cjs/data/pokedex.js.map +1 -1
  23. package/build/cjs/data/tags.js +4 -0
  24. package/build/cjs/data/tags.js.map +1 -1
  25. package/build/cjs/sim/dex-formats.js +3 -1
  26. package/build/cjs/sim/dex-formats.js.map +1 -1
  27. package/build/cjs/sim/dex-species.d.ts +1 -1
  28. package/build/esm/config/formats.mjs +53 -52
  29. package/build/esm/config/formats.mjs.map +1 -1
  30. package/build/esm/data/aliases.mjs +0 -4
  31. package/build/esm/data/aliases.mjs.map +1 -1
  32. package/build/esm/data/formats-data.mjs +17 -33
  33. package/build/esm/data/formats-data.mjs.map +1 -1
  34. package/build/esm/data/items.mjs +0 -4
  35. package/build/esm/data/items.mjs.map +1 -1
  36. package/build/esm/data/learnsets.mjs +99 -64
  37. package/build/esm/data/learnsets.mjs.map +1 -1
  38. package/build/esm/data/mods/gen1/formats-data.mjs +1 -1
  39. package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
  40. package/build/esm/data/mods/gen4/abilities.mjs +6 -2
  41. package/build/esm/data/mods/gen4/abilities.mjs.map +1 -1
  42. package/build/esm/data/mods/gen8/abilities.mjs +1 -1
  43. package/build/esm/data/mods/gen8/abilities.mjs.map +1 -1
  44. package/build/esm/data/mods/gen8/items.mjs +0 -16
  45. package/build/esm/data/mods/gen8/items.mjs.map +1 -1
  46. package/build/esm/data/moves.mjs +3 -1
  47. package/build/esm/data/moves.mjs.map +1 -1
  48. package/build/esm/data/pokedex.mjs +18 -14
  49. package/build/esm/data/pokedex.mjs.map +1 -1
  50. package/build/esm/data/tags.mjs +4 -0
  51. package/build/esm/data/tags.mjs.map +1 -1
  52. package/build/esm/sim/dex-formats.mjs +3 -1
  53. package/build/esm/sim/dex-formats.mjs.map +1 -1
  54. package/build/esm/sim/dex-species.d.mts +1 -1
  55. package/package.json +1 -1
@@ -144341,7 +144341,7 @@ exports.Learnsets = {
144341
144341
  sheercold: ['9L67', '8L67', '5L59', '4L60'],
144342
144342
  signalbeam: ['7T'],
144343
144343
  silverwind: ['4M'],
144344
- skittersmack: ['8T'],
144344
+ skittersmack: ['9M', '8T'],
144345
144345
  slash: ['9L39', '8L39', '7L28', '4L14'],
144346
144346
  sleeptalk: ['9M', '8M', '7M', '4M'],
144347
144347
  snore: ['8M', '4T'],
@@ -144360,7 +144360,7 @@ exports.Learnsets = {
144360
144360
  terablast: ['9M'],
144361
144361
  toxic: ['7M', '4M'],
144362
144362
  trailblaze: ['9M'],
144363
- tripleaxel: ['8T'],
144363
+ tripleaxel: ['9M', '8T'],
144364
144364
  uturn: ['9M', '8M', '7M', '4M'],
144365
144365
  waterpulse: ['9M', '6T', '4M'],
144366
144366
  xscissor: [
@@ -144444,7 +144444,7 @@ exports.Learnsets = {
144444
144444
  payback: ['8M', '7M', '6M', '5M', '4M'],
144445
144445
  phantomforce: ['9M'],
144446
144446
  poisonjab: ['9M', '8M', '7M', '6M', '5M', '4M'],
144447
- poltergeist: ['8T'],
144447
+ poltergeist: ['9M', '8T'],
144448
144448
  poweruppunch: ['6M'],
144449
144449
  powerwhip: ['9L52', '8L56', '7L60', '6L60', '5L60', '4L55'],
144450
144450
  protect: ['9M', '8M', '7M', '6M', '5M', '4M'],
@@ -144504,6 +144504,7 @@ exports.Learnsets = {
144504
144504
  toxic: ['7M', '6M', '5M', '4M'],
144505
144505
  trick: ['9M', '8M', '7T', '6T', '5T', '4T'],
144506
144506
  trickroom: ['9M', '8M', '7M', '6M', '5M', '4M'],
144507
+ upperhand: ['9M'],
144507
144508
  vacuumwave: ['9M', '4T'],
144508
144509
  willowisp: ['9M', '8M', '7M'],
144509
144510
  wonderroom: ['8M', '7T', '6T', '5T'],
@@ -144742,6 +144743,7 @@ exports.Learnsets = {
144742
144743
  counter: ['4T'],
144743
144744
  doubleedge: ['9L1', '8L1', '4T'],
144744
144745
  doubleteam: ['7M', '4M'],
144746
+ dragoncheer: ['9M'],
144745
144747
  dragondance: ['9M', '8M'],
144746
144748
  dragonpulse: ['9M', '8M', '7T'],
144747
144749
  dragontail: ['9M', '7M'],
@@ -144817,7 +144819,7 @@ exports.Learnsets = {
144817
144819
  round: ['8M', '7M'],
144818
144820
  safeguard: ['8M', '7M', '4M'],
144819
144821
  sandtomb: ['9M', '8M'],
144820
- scorchingsands: ['8T'],
144822
+ scorchingsands: ['9M', '8T'],
144821
144823
  secretpower: ['7M', '4M'],
144822
144824
  seedbomb: ['9M', '9L32', '8M', '8L32', '7L23', '4T'],
144823
144825
  sleeptalk: ['9M', '8M', '7M', '4M'],
@@ -144834,6 +144836,7 @@ exports.Learnsets = {
144834
144836
  swordsdance: ['9M', '8M', '7M', '4M'],
144835
144837
  synthesis: ['9L27', '8L27', '7L14', '4T', '4L48'],
144836
144838
  takedown: ['9M'],
144839
+ temperflare: ['9M'],
144837
144840
  terablast: ['9M'],
144838
144841
  terrainpulse: ['8T'],
144839
144842
  toxic: ['7M', '4M'],
@@ -145032,7 +145035,7 @@ exports.Learnsets = {
145032
145035
  poisonjab: ['9M', '8M', '7M', '4M'],
145033
145036
  pounce: ['9M'],
145034
145037
  protect: ['9M', '8M', '7M', '4M'],
145035
- psychup: ['7M', '4M'],
145038
+ psychup: ['9M', '7M', '4M'],
145036
145039
  raindance: ['9M', '8M', '7M', '4M'],
145037
145040
  rapidspin: ['9L16', '8L16', '7L9', '4L9'],
145038
145041
  reflect: ['9M', '8M', '7M', '4M'],
@@ -145048,12 +145051,12 @@ exports.Learnsets = {
145048
145051
  safeguard: ['9L1', '8M', '8L1', '7M', '4M'],
145049
145052
  sandstorm: ['9M', '8M', '7M', '4M'],
145050
145053
  sandtomb: ['9M', '8M'],
145051
- scorchingsands: ['8T'],
145054
+ scorchingsands: ['9M', '8T'],
145052
145055
  secretpower: ['7M', '4M'],
145053
145056
  selfdestruct: ['8M'],
145054
145057
  shadowball: ['9M', '8M', '7M', '4M'],
145055
145058
  skillswap: ['9M', '8M', '7M', '4M'],
145056
- skittersmack: ['8T'],
145059
+ skittersmack: ['9M', '8T'],
145057
145060
  sleeptalk: ['9M', '8M', '7M', '4M'],
145058
145061
  sludgebomb: [
145059
145062
  '9M', '9L38',
@@ -145061,7 +145064,7 @@ exports.Learnsets = {
145061
145064
  '7M', '7L35',
145062
145065
  '4M', '4L35'
145063
145066
  ],
145064
- sludgewave: ['8M', '7M'],
145067
+ sludgewave: ['9M', '8M', '7M'],
145065
145068
  smartstrike: ['9M', '8M'],
145066
145069
  snatch: ['7M', '4M'],
145067
145070
  snore: ['8M', '7T', '4T'],
@@ -145088,6 +145091,7 @@ exports.Learnsets = {
145088
145091
  toxicspikes: ['9M', '9L20', '8M', '8L20', '7L41', '4L41'],
145089
145092
  trickroom: ['9M', '8M', '7M', '4M'],
145090
145093
  twister: ['4T'],
145094
+ upperhand: ['9M'],
145091
145095
  uturn: ['9M', '8M', '7M', '4M'],
145092
145096
  venoshock: ['9M', '8M', '7M'],
145093
145097
  whirlwind: ['9L32', '8L32', '7L25', '4L25'],
@@ -145465,7 +145469,7 @@ exports.Learnsets = {
145465
145469
  chipaway: ['7L30'],
145466
145470
  circlethrow: ['9L1', '8L1', '7L1'],
145467
145471
  closecombat: ['9M', '8M'],
145468
- coaching: ['8T'],
145472
+ coaching: ['9M', '8T'],
145469
145473
  confide: ['7M'],
145470
145474
  crosschop: ['7M'],
145471
145475
  crosspoison: ['8M'],
@@ -145486,6 +145490,7 @@ exports.Learnsets = {
145486
145490
  gigaimpact: ['9M', '8M', '7M', '4M'],
145487
145491
  gunkshot: ['9M', '8M', '7T', '4T'],
145488
145492
  hail: ['8M', '7M', '4M'],
145493
+ hardpress: ['9M'],
145489
145494
  headbutt: ['9L36', '8L36', '4T'],
145490
145495
  hiddenpower: ['7M', '4M'],
145491
145496
  hydropump: ['9M', '8M'],
@@ -145500,7 +145505,7 @@ exports.Learnsets = {
145500
145505
  lowsweep: ['9M', '8M', '7M'],
145501
145506
  machpunch: ['9L16', '8L16', '7L35', '4L32'],
145502
145507
  megapunch: ['8M'],
145503
- muddywater: ['8M'],
145508
+ muddywater: ['9M', '8M'],
145504
145509
  mudslap: ['9M', '4T'],
145505
145510
  naturalgift: ['4M'],
145506
145511
  poisonjab: ['9M', '8M', '7M'],
@@ -145522,7 +145527,7 @@ exports.Learnsets = {
145522
145527
  scald: ['8M', '8L42', '7M', '7L40'],
145523
145528
  scaryface: ['9M', '8M'],
145524
145529
  secretpower: ['7M', '4M'],
145525
- skittersmack: ['8T'],
145530
+ skittersmack: ['9M', '8T'],
145526
145531
  sleeptalk: ['9M', '8M', '7M', '4M'],
145527
145532
  sludgebomb: ['9M', '8M', '7M', '4M'],
145528
145533
  smokescreen: ['9L12', '8L12', '7L7', '4L7'],
@@ -145551,7 +145556,7 @@ exports.Learnsets = {
145551
145556
  '7M', '7L51',
145552
145557
  '4M', '4L47'
145553
145558
  ],
145554
- throatchop: ['8M'],
145559
+ throatchop: ['9M', '8M'],
145555
145560
  thunderpunch: ['9M', '8M', '7T', '4T'],
145556
145561
  torment: ['7M', '4M'],
145557
145562
  toxic: ['7M', '4M'],
@@ -145559,7 +145564,7 @@ exports.Learnsets = {
145559
145564
  waterfall: ['9M', '8M', '7M', '4M'],
145560
145565
  watergun: ['9L1', '8L1'],
145561
145566
  waterpulse: ['9M', '7T', '4M'],
145562
- whirlpool: ['8M', '4M'],
145567
+ whirlpool: ['9M', '8M', '4M'],
145563
145568
  wideguard: ['9L54', '8L54', '7L62'],
145564
145569
  workup: ['8M', '7M'],
145565
145570
  wrap: ['9L1', '8L1', '7L1', '4L1'],
@@ -145693,7 +145698,7 @@ exports.Learnsets = {
145693
145698
  dreameater: ['7M', '4M'],
145694
145699
  earthquake: ['9M', '8M', '7M', '4M'],
145695
145700
  embargo: ['7M', '4M'],
145696
- endeavor: ['7T', '4T'],
145701
+ endeavor: ['9M', '7T', '4T'],
145697
145702
  facade: ['9M', '8M', '7M', '4M'],
145698
145703
  fakeout: ['9L1', '8L1', '7L27', '4L35'],
145699
145704
  falseswipe: ['9M', '8M', '7M', '4M'],
@@ -145733,7 +145738,7 @@ exports.Learnsets = {
145733
145738
  playrough: ['9M', '8M', '7E'],
145734
145739
  poltergeist: ['9M', '8T'],
145735
145740
  protect: ['9M', '8M', '7M', '4M'],
145736
- psychup: ['7M', '4M'],
145741
+ psychup: ['9M', '7M', '4M'],
145737
145742
  raindance: ['9M', '8M', '7M', '4M'],
145738
145743
  rest: ['9M', '8M', '7M', '4M'],
145739
145744
  retaliate: ['8M', '7M'],
@@ -145753,7 +145758,7 @@ exports.Learnsets = {
145753
145758
  ],
145754
145759
  shadowsneak: ['9L16', '8L16', '7L18', '4L18'],
145755
145760
  shadowstrike: ['9L44', '8L44', '7L48', '4L49'],
145756
- skittersmack: ['8T'],
145761
+ skittersmack: ['9M', '8T'],
145757
145762
  sleeptalk: ['9M', '8M', '7M', '4M'],
145758
145763
  snatch: ['7M', '4M'],
145759
145764
  snore: ['8M', '7T', '4T'],
@@ -146019,6 +146024,7 @@ exports.Learnsets = {
146019
146024
  doubleteam: ['7M', '4M'],
146020
146025
  dracometeor: ['9M', '8T', '7T', '4T'],
146021
146026
  dragonbreath: ['9L20', '8L20', '7L29'],
146027
+ dragoncheer: ['9M'],
146022
146028
  dragonclaw: ['9M', '8M', '7M', '4M'],
146023
146029
  dragonpulse: ['9M', '8M', '7T', '4M'],
146024
146030
  dragonrage: ['7L24', '4L7'],
@@ -146027,7 +146033,7 @@ exports.Learnsets = {
146027
146033
  eerieimpulse: ['9M', '8M'],
146028
146034
  electricterrain: ['9M', '9L1', '8M', '8L1', '7L1'],
146029
146035
  electroball: ['9M', '8M'],
146030
- electroweb: ['8M', '7T'],
146036
+ electroweb: ['9M', '8M', '7T'],
146031
146037
  endure: ['9M', '8M', '4M'],
146032
146038
  facade: ['9M', '8M', '7M', '4M'],
146033
146039
  fireblast: ['9M', '8M', '7M', '4M'],
@@ -146052,7 +146058,7 @@ exports.Learnsets = {
146052
146058
  irontail: ['8M', '7T'],
146053
146059
  lightscreen: ['9M', '8M', '7M', '4M'],
146054
146060
  lockon: ['9L56', '8L56'],
146055
- muddywater: ['8M'],
146061
+ muddywater: ['9M', '8M'],
146056
146062
  mudslap: ['9M', '4T'],
146057
146063
  naturalgift: ['4M'],
146058
146064
  naturepower: ['7M'],
@@ -146082,6 +146088,7 @@ exports.Learnsets = {
146082
146088
  strength: ['4M'],
146083
146089
  substitute: ['9M', '8M', '7M', '4M'],
146084
146090
  sunnyday: ['9M', '8M', '7M', '4M'],
146091
+ supercellslam: ['9M'],
146085
146092
  surf: ['9M', '8M', '7M', '4M'],
146086
146093
  swagger: ['7M'],
146087
146094
  swift: ['9M', '8M', '4T'],
@@ -146302,7 +146309,7 @@ exports.Learnsets = {
146302
146309
  round: ['8M', '7M'],
146303
146310
  sandstorm: ['9M', '8M', '7M', '4M'],
146304
146311
  sandtomb: ['9M', '9L1', '8M', '8L1'],
146305
- scorchingsands: ['8T'],
146312
+ scorchingsands: ['9M', '8T'],
146306
146313
  screech: ['8M'],
146307
146314
  secretpower: ['7M', '4M'],
146308
146315
  sleeptalk: ['9M', '8M', '7M', '4M'],
@@ -146318,11 +146325,13 @@ exports.Learnsets = {
146318
146325
  substitute: ['9M', '8M', '7M', '4M'],
146319
146326
  suckerpunch: ['4T'],
146320
146327
  sunnyday: ['9M', '8M', '7M', '4M'],
146328
+ supercellslam: ['9M'],
146321
146329
  superpower: ['8M', '7T', '6T', '5T', '4T'],
146322
146330
  swagger: ['7M', '4M'],
146323
146331
  swallow: ['9L42', '8L42', '7L53', '4L48'],
146324
146332
  takedown: ['9M'],
146325
146333
  taunt: ['9M', '8M', '7M', '4M'],
146334
+ temperflare: ['9M'],
146326
146335
  terablast: ['9M'],
146327
146336
  thunderfang: ['9M', '8M'],
146328
146337
  torment: ['7M'],
@@ -146373,7 +146382,7 @@ exports.Learnsets = {
146373
146382
  eerieimpulse: ['9M', '8M'],
146374
146383
  electricterrain: ['9M', '8M'],
146375
146384
  electroball: ['9M', '8M'],
146376
- electroweb: ['8M', '7T'],
146385
+ electroweb: ['9M', '8M', '7T'],
146377
146386
  endure: ['9M', '8M', '4M'],
146378
146387
  facade: ['9M', '8M', '7M', '4M'],
146379
146388
  flash: ['4M'],
@@ -146566,7 +146575,7 @@ exports.Learnsets = {
146566
146575
  captivate: ['4M'],
146567
146576
  charge: ['9M', '9L20', '8L20', '7L19', '4L19'],
146568
146577
  closecombat: ['9M', '9L64', '8M', '8L64', '7L35', '4L35'],
146569
- coaching: ['8T'],
146578
+ coaching: ['9M', '8T'],
146570
146579
  confide: ['7M'],
146571
146580
  copycat: ['9L1', '8L1', '7L1', '4L1'],
146572
146581
  counter: ['4T'],
@@ -146643,6 +146652,7 @@ exports.Learnsets = {
146643
146652
  swagger: ['7M', '4M'],
146644
146653
  taunt: ['9M', '8M', '7M', '4M'],
146645
146654
  tearfullook: ['9L24', '8L24', '7L22'],
146655
+ temperflare: ['9M'],
146646
146656
  terablast: ['9M'],
146647
146657
  thief: ['9M', '8M', '7M', '4M'],
146648
146658
  throatchop: ['9L1', '8M', '8L1'],
@@ -146807,7 +146817,7 @@ exports.Learnsets = {
146807
146817
  bulkup: ['9M', '9L1', '8M', '8L1', '7M', '5M'],
146808
146818
  bulldoze: ['9M', '8M', '7M', '5M'],
146809
146819
  closecombat: ['9M', '8M'],
146810
- coaching: ['8T'],
146820
+ coaching: ['9M', '8T'],
146811
146821
  confide: ['7M'],
146812
146822
  confuseray: ['9M', '7M'],
146813
146823
  doubleteam: ['7M', '5M'],
@@ -146897,7 +146907,7 @@ exports.Learnsets = {
146897
146907
  taunt: ['9M', '9L1', '8M', '8L1', '7M', '5M'],
146898
146908
  terablast: ['9M'],
146899
146909
  thief: ['9M', '8M', '7M', '5M'],
146900
- throatchop: ['8M'],
146910
+ throatchop: ['9M', '8M'],
146901
146911
  toxic: ['7M', '5M'],
146902
146912
  trailblaze: ['9M'],
146903
146913
  whirlwind: ['9L18', '8L18', '7L23', '5L23'],
@@ -147009,7 +147019,7 @@ exports.Learnsets = {
147009
147019
  facade: ['9M', '8M', '7M', '5M'],
147010
147020
  flash: ['6M', '5M'],
147011
147021
  frustration: ['7M', '5M'],
147012
- futuresight: ['8M'],
147022
+ futuresight: ['9M', '8M'],
147013
147023
  gigadrain: ['8M', '6T'],
147014
147024
  gigaimpact: ['9M', '8M', '7M', '5M'],
147015
147025
  grassknot: ['9M', '8M', '7M', '5M'],
@@ -147035,7 +147045,8 @@ exports.Learnsets = {
147035
147045
  powerwhip: ['9L52', '8M', '8L52', '7L56', '5L60'],
147036
147046
  protect: ['9M', '8M', '7M', '5M'],
147037
147047
  psychic: ['9M', '8M', '7M', '5M'],
147038
- psychup: ['7M', '5M'],
147048
+ psychicnoise: ['9M'],
147049
+ psychup: ['9M', '7M', '5M'],
147039
147050
  rest: ['9M', '8M', '7M', '5M'],
147040
147051
  return: ['7M', '5M'],
147041
147052
  round: ['8M', '7M', '5M'],
@@ -147049,7 +147060,7 @@ exports.Learnsets = {
147049
147060
  ],
147050
147061
  shadowclaw: ['9M', '8M', '7M', '5M'],
147051
147062
  shadowsneak: ['9L1', '8L1', '7L6', '5L13'],
147052
- skittersmack: ['8T'],
147063
+ skittersmack: ['9M', '8T'],
147053
147064
  sleeptalk: ['9M', '8M', '7M'],
147054
147065
  snore: ['8M', '7T'],
147055
147066
  solarbeam: ['9M', '8M', '7M', '5M'],
@@ -147139,7 +147150,7 @@ exports.Learnsets = {
147139
147150
  secretpower: ['7M'],
147140
147151
  selfdestruct: ['8M'],
147141
147152
  shockwave: ['7T'],
147142
- skittersmack: ['8T'],
147153
+ skittersmack: ['9M', '8T'],
147143
147154
  sleeptalk: ['9M', '8M', '7M', '7E', '5E'],
147144
147155
  sludgebomb: ['9M', '8M', '7M', '5M'],
147145
147156
  sludgewave: ['9L36', '8M', '8L36', '7M', '5M'],
@@ -147390,12 +147401,13 @@ exports.Learnsets = {
147390
147401
  confide: ['7M'],
147391
147402
  cut: ['6M', '5M'],
147392
147403
  doubleteam: ['9L9', '8L9', '7M', '5M'],
147404
+ dragoncheer: ['9M'],
147393
147405
  dragondance: ['9M', '9L1', '8M', '8L1', '7L1', '5L1'],
147394
147406
  dreameater: ['7M', '5M'],
147395
147407
  dualwingbeat: ['9M', '8T'],
147396
147408
  echoedvoice: ['7M', '5M'],
147397
- electroweb: ['8M', '7T', '5T'],
147398
- expandingforce: ['8T'],
147409
+ electroweb: ['9M', '8M', '7T', '5T'],
147410
+ expandingforce: ['9M', '8T'],
147399
147411
  facade: ['9M', '8M', '7M', '5M'],
147400
147412
  finalgambit: ['9L61', '8L61', '5L41'],
147401
147413
  flash: ['6M', '5M'],
@@ -147424,6 +147436,7 @@ exports.Learnsets = {
147424
147436
  pounce: ['9M'],
147425
147437
  protect: ['9M', '8M', '7M', '5M'],
147426
147438
  psychic: ['9M', '9L47', '8M', '8L47', '7M', '5M'],
147439
+ psychicnoise: ['9M'],
147427
147440
  psychicterrain: ['9M', '9L0', '8M', '8L0', '7L1'],
147428
147441
  psychup: ['7M', '5M'],
147429
147442
  psyshock: ['9M', '8M', '7M', '5M'],
@@ -147442,7 +147455,7 @@ exports.Learnsets = {
147442
147455
  signalbeam: ['7T'],
147443
147456
  silverwind: ['7L1', '5L1'],
147444
147457
  skillswap: ['9M', '8M', '7T', '5T'],
147445
- skittersmack: ['8T'],
147458
+ skittersmack: ['9M', '8T'],
147446
147459
  sleeptalk: ['9M', '8M', '7M'],
147447
147460
  snore: ['8M', '7T'],
147448
147461
  snowscape: ['9M'],
@@ -147587,13 +147600,14 @@ exports.Learnsets = {
147587
147600
  attract: ['8M', '7M', '5M'],
147588
147601
  beatup: ['8M'],
147589
147602
  bind: ['7T', '5T'],
147590
- breakingswipe: ['8M'],
147603
+ breakingswipe: ['9M', '8M'],
147591
147604
  brutalswing: ['8M', '7M'],
147592
147605
  confide: ['7M'],
147593
147606
  crunch: ['9M', '9L28', '8M', '8L28', '7L43', '5L42'],
147594
147607
  cut: ['6M', '5M'],
147595
147608
  darkpulse: ['9M', '8M', '7M', '5T'],
147596
147609
  doubleteam: ['7M', '5M'],
147610
+ dragoncheer: ['9M'],
147597
147611
  dragontail: ['9M', '7M', '5M'],
147598
147612
  endure: ['9M', '8M'],
147599
147613
  energyball: ['9M', '8M', '7M', '5M'],
@@ -147643,7 +147657,7 @@ exports.Learnsets = {
147643
147657
  screech: ['8M'],
147644
147658
  secretpower: ['7M'],
147645
147659
  seedbomb: ['9M', '8M', '7T', '5T'],
147646
- skittersmack: ['8T'],
147660
+ skittersmack: ['9M', '8T'],
147647
147661
  slam: ['9L24', '8L24', '7L29', '5L30'],
147648
147662
  sleeptalk: ['9M', '8M', '7M', '5T'],
147649
147663
  snarl: ['9M', '8M', '7M', '5M'],
@@ -147659,9 +147673,10 @@ exports.Learnsets = {
147659
147673
  swagger: ['7M', '5M'],
147660
147674
  synthesis: ['7T', '6T', '5T'],
147661
147675
  taunt: ['9M', '8M', '7M', '5M'],
147676
+ temperflare: ['9M'],
147662
147677
  terablast: ['9M'],
147663
147678
  thief: ['9M', '8M', '7M', '5M'],
147664
- throatchop: ['8M'],
147679
+ throatchop: ['9M', '8M'],
147665
147680
  thunderfang: ['9M', '8M'],
147666
147681
  toxic: ['7M', '6M', '5M'],
147667
147682
  trailblaze: ['9M'],
@@ -147792,6 +147807,7 @@ exports.Learnsets = {
147792
147807
  frustration: ['7M', '5M'],
147793
147808
  gigaimpact: ['9M', '8M', '7M', '5M'],
147794
147809
  growl: ['9L1', '8L1', '7L5', '5L5'],
147810
+ hardpress: ['9M'],
147795
147811
  hiddenpower: ['7M', '5M'],
147796
147812
  hurricane: ['9M', '9L62', '8M', '8L62', '7L64', '5L58'],
147797
147813
  hyperbeam: ['9M', '8M', '7M', '5M'],
@@ -147832,10 +147848,11 @@ exports.Learnsets = {
147832
147848
  tailwind: ['9M', '9L44', '8L44', '5T', '5L48'],
147833
147849
  takedown: ['9M'],
147834
147850
  terablast: ['9M'],
147835
- throatchop: ['8M'],
147851
+ throatchop: ['9M', '8M'],
147836
147852
  toxic: ['7M', '5M'],
147853
+ upperhand: ['9M'],
147837
147854
  waterpulse: ['9M', '7T'],
147838
- whirlpool: ['8M'],
147855
+ whirlpool: ['9M', '8M'],
147839
147856
  wingattack: ['9L24', '8L24', '7L22', '5L22']
147840
147857
  }
147841
147858
  },
@@ -147952,7 +147969,7 @@ exports.Learnsets = {
147952
147969
  leechlife: ['9M', '8M', '7M', '6L1'],
147953
147970
  liquidation: ['9M', '8M'],
147954
147971
  memento: ['9L68', '8L68', '7L66', '6L66'],
147955
- muddywater: ['8M'],
147972
+ muddywater: ['9M', '8M'],
147956
147973
  overheat: ['9M', '8M', '7M', '6M'],
147957
147974
  payback: ['8M', '7M', '6M'],
147958
147975
  pounce: ['9M'],
@@ -147976,7 +147993,7 @@ exports.Learnsets = {
147976
147993
  '6M', '6L28'
147977
147994
  ],
147978
147995
  scaryface: ['9M', '8M'],
147979
- scorchingsands: ['8T'],
147996
+ scorchingsands: ['9M', '8T'],
147980
147997
  secretpower: ['7M'],
147981
147998
  skittersmack: ['8T'],
147982
147999
  sleeptalk: ['9M', '8M', '7M', '6M'],
@@ -148092,7 +148109,7 @@ exports.Learnsets = {
148092
148109
  electricterrain: ['9M', '9L1', '8M', '8L1', '7L1'],
148093
148110
  electrify: ['9L46', '8L46'],
148094
148111
  electroball: ['9M', '8M'],
148095
- electroweb: ['8M', '7T'],
148112
+ electroweb: ['9M', '8M', '7T'],
148096
148113
  encore: ['9M', '9L12', '8M', '8L12', '7L16', '6L16'],
148097
148114
  endure: ['9M', '8M'],
148098
148115
  facade: ['9M', '8M', '7M', '6M'],
@@ -148126,6 +148143,7 @@ exports.Learnsets = {
148126
148143
  sludgewave: ['9L52', '8M', '8L52', '7M', '6M'],
148127
148144
  snore: ['8M', '7T'],
148128
148145
  substitute: ['9M', '8M', '7M', '6M'],
148146
+ supercellslam: ['9M'],
148129
148147
  supersonic: ['9L1', '8L1', '7L1', '6L1'],
148130
148148
  surf: ['9M'],
148131
148149
  swagger: ['9L58', '8L58', '7M', '7L56', '6M', '6L56'],
@@ -148317,7 +148335,7 @@ exports.Learnsets = {
148317
148335
  blizzard: ['9M', '8M', '7M', '6M'],
148318
148336
  bodypress: ['9M', '8M'],
148319
148337
  bodyslam: ['9M', '8M'],
148320
- breakingswipe: ['8M'],
148338
+ breakingswipe: ['9M', '8M'],
148321
148339
  brine: ['9L28', '8M', '8L28', '7L45', '6L45'],
148322
148340
  brutalswing: ['8M', '7M'],
148323
148341
  bubblebeam: ['9L24', '8L24', '7L25', '6L25'],
@@ -148341,6 +148359,7 @@ exports.Learnsets = {
148341
148359
  gigaimpact: ['9M', '8M', '7M', '6M'],
148342
148360
  gust: ['9L1', '8L1', '7L1', '6L1'],
148343
148361
  hail: ['8M', '7M', '6M'],
148362
+ hardpress: ['9M'],
148344
148363
  haze: ['9M'],
148345
148364
  heavyslam: ['9M', '9L66', '8M', '8L66', '7L1'],
148346
148365
  hiddenpower: ['7M', '6M'],
@@ -148446,7 +148465,7 @@ exports.Learnsets = {
148446
148465
  knockoff: ['9E'],
148447
148466
  lightscreen: ['9M', '8M'],
148448
148467
  magicroom: ['8M', '6T'],
148449
- meteorbeam: ['8T'],
148468
+ meteorbeam: ['9M', '8T'],
148450
148469
  metronome: ['9M', '8M'],
148451
148470
  payback: ['8M', '7M', '6M'],
148452
148471
  pinmissile: ['8M'],
@@ -148485,7 +148504,7 @@ exports.Learnsets = {
148485
148504
  sleeptalk: ['9M', '8M', '7M', '6M'],
148486
148505
  sludge: ['9L44', '8L44', '7L28', '6L28'],
148487
148506
  sludgebomb: ['9M', '8M', '7M', '6M'],
148488
- sludgewave: ['8M', '8L60', '7M', '6M'],
148507
+ sludgewave: ['9M', '8M', '8L60', '7M', '6M'],
148489
148508
  smackdown: [
148490
148509
  '9M', '9L24',
148491
148510
  '8L24', '7M',
@@ -148594,7 +148613,7 @@ exports.Learnsets = {
148594
148613
  bulkup: ['9M', '8M', '7M', '6M'],
148595
148614
  charm: ['9M', '9L9', '8M', '8L1'],
148596
148615
  closecombat: ['9M', '9L42', '8M', '8L42', '7L53', '6L53'],
148597
- coaching: ['8T'],
148616
+ coaching: ['9M', '8T'],
148598
148617
  confide: ['7L25', '6L25'],
148599
148618
  crushclaw: ['9L0', '8L0', '7M', '6M'],
148600
148619
  dazzlinggleam: ['9M', '8M', '7M', '6M'],
@@ -148634,7 +148653,8 @@ exports.Learnsets = {
148634
148653
  poweruppunch: ['8L9', '7M', '6M'],
148635
148654
  protect: ['9M', '8M', '7M', '6M'],
148636
148655
  psychic: ['9M'],
148637
- psychup: ['7M', '6M'],
148656
+ psychicnoise: ['9M'],
148657
+ psychup: ['9M', '7M', '6M'],
148638
148658
  rest: [
148639
148659
  '9M', '9L27',
148640
148660
  '8M', '8L27',
@@ -148651,7 +148671,7 @@ exports.Learnsets = {
148651
148671
  secretpower: ['7M'],
148652
148672
  sleeptalk: ['9M', '8M', '7M', '6M'],
148653
148673
  sludgebomb: ['9M', '8M', '7M', '6M'],
148654
- sludgewave: ['8M', '7M', '6M'],
148674
+ sludgewave: ['9M', '8M', '7M', '6M'],
148655
148675
  snarl: ['9M', '8M', '7M', '6M'],
148656
148676
  snore: ['9L27', '8M', '8L27', '6T'],
148657
148677
  speedswap: ['8M'],
@@ -148666,6 +148686,7 @@ exports.Learnsets = {
148666
148686
  terablast: ['9M'],
148667
148687
  torment: ['9L36', '8L36', '7M', '6M'],
148668
148688
  toxic: ['7M', '6M'],
148689
+ upperhand: ['9M'],
148669
148690
  uproar: ['9M', '8M'],
148670
148691
  vacuumwave: ['9M'],
148671
148692
  wakeupslap: ['7L13', '6L13'],
@@ -148690,6 +148711,7 @@ exports.Learnsets = {
148690
148711
  doubleteam: ['9L25', '8L25', '7M'],
148691
148712
  dracometeor: ['9M', '8T', '7T'],
148692
148713
  dragonbreath: ['9L20', '8L20', '7L19'],
148714
+ dragoncheer: ['9M'],
148693
148715
  dragonclaw: ['9M', '9L35', '8M', '8L35', '7M', '7L23'],
148694
148716
  dragonpulse: ['9M', '8M', '7T'],
148695
148717
  dragonrage: ['7L12'],
@@ -148730,7 +148752,8 @@ exports.Learnsets = {
148730
148752
  protect: ['9M', '8M', '7M'],
148731
148753
  psychic: ['9M', '8M', '7M'],
148732
148754
  psychicfangs: ['9M', '9L50', '8M', '8L50', '7L32'],
148733
- psychup: ['7M'],
148755
+ psychicnoise: ['9M'],
148756
+ psychup: ['9M', '7M'],
148734
148757
  raindance: ['9M', '8M', '7M'],
148735
148758
  rest: ['9M', '8M', '7M'],
148736
148759
  return: ['7M'],
@@ -148752,13 +148775,14 @@ exports.Learnsets = {
148752
148775
  takedown: ['9M'],
148753
148776
  taunt: ['9M'],
148754
148777
  telekinesis: ['7T'],
148778
+ temperflare: ['9M'],
148755
148779
  terablast: ['9M'],
148756
- throatchop: ['8M', '7T'],
148780
+ throatchop: ['9M', '8M', '7T'],
148757
148781
  toxic: ['9M', '7M'],
148758
148782
  toxicspikes: ['9M', '8M', '7L28'],
148759
148783
  trickroom: ['9M', '8M', '7M'],
148760
148784
  venoshock: ['9M', '8M', '7M'],
148761
- whirlpool: ['8M', '7E'],
148785
+ whirlpool: ['9M', '8M', '7E'],
148762
148786
  wrap: ['9L1', '8L1', '7L1'],
148763
148787
  zenheadbutt: ['9M', '8M', '7T']
148764
148788
  }
@@ -149080,7 +149104,7 @@ exports.Learnsets = {
149080
149104
  echoedvoice: ['7M'],
149081
149105
  eerieimpulse: ['9M', '8M'],
149082
149106
  electricterrain: ['9M', '9L1', '8M', '8L1', '7L1'],
149083
- electroweb: ['8M', '7T'],
149107
+ electroweb: ['9M', '8M', '7T'],
149084
149108
  endeavor: ['7T'],
149085
149109
  endure: ['9M', '8M'],
149086
149110
  energyball: ['9M', '9L1', '8M', '8L1', '7M'],
@@ -149127,6 +149151,7 @@ exports.Learnsets = {
149127
149151
  spark: ['9L30', '8L30', '7L24'],
149128
149152
  substitute: ['9M', '8M', '7M'],
149129
149153
  sunnyday: ['9M', '8M', '7M'],
149154
+ supercellslam: ['9M'],
149130
149155
  swagger: ['7M'],
149131
149156
  swift: ['9M', '8M'],
149132
149157
  swordsdance: ['9M', '8M', '7M'],
@@ -149135,7 +149160,7 @@ exports.Learnsets = {
149135
149160
  takedown: ['9M'],
149136
149161
  terablast: ['9M'],
149137
149162
  terrainpulse: ['8T'],
149138
- throatchop: ['8M'],
149163
+ throatchop: ['9M', '8M'],
149139
149164
  thunder: ['9M', '8M', '7M'],
149140
149165
  thunderbolt: ['9M', '8M', '7M'],
149141
149166
  thundershock: ['9L1', '8L1', '7L1'],
@@ -149318,6 +149343,7 @@ exports.Learnsets = {
149318
149343
  defog: ['7T'],
149319
149344
  dig: ['9M', '9L1', '8M', '8L1'],
149320
149345
  doubleteam: ['7M'],
149346
+ dragoncheer: ['9M'],
149321
149347
  earthpower: ['9M', '8M', '7T'],
149322
149348
  earthquake: ['9M', '9L56', '8M', '8L56', '7M', '7L54'],
149323
149349
  ember: ['9L1', '8L1', '7L1'],
@@ -149364,7 +149390,7 @@ exports.Learnsets = {
149364
149390
  round: ['8M', '7M'],
149365
149391
  sandtomb: ['9M', '8M'],
149366
149392
  scaleshot: ['9M', '8T'],
149367
- scorchingsands: ['8T'],
149393
+ scorchingsands: ['9M', '8T'],
149368
149394
  scratch: ['9L1', '8L1', '7L1'],
149369
149395
  screech: ['9L49', '8M', '8L49', '7L49'],
149370
149396
  sleeptalk: ['9M', '8M', '7M'],
@@ -149382,6 +149408,7 @@ exports.Learnsets = {
149382
149408
  swagger: ['7M'],
149383
149409
  tailwhip: ['9L1', '8L1', '7L1'],
149384
149410
  taunt: ['9M', '8M', '7M'],
149411
+ temperflare: ['9M'],
149385
149412
  terablast: ['9M'],
149386
149413
  toxic: ['9M', '9L63', '8L63', '7M'],
149387
149414
  trailblaze: ['9M'],
@@ -149563,6 +149590,7 @@ exports.Learnsets = {
149563
149590
  },
149564
149591
  snaelstrom: {
149565
149592
  learnset: {
149593
+ alluringvoice: ['9M'],
149566
149594
  allyswitch: ['8M'],
149567
149595
  aquajet: ['9L12', '8L12', '7L17'],
149568
149596
  aquaring: ['9L1', '8L1', '7L1'],
@@ -149587,7 +149615,7 @@ exports.Learnsets = {
149587
149615
  endure: ['9M', '8M'],
149588
149616
  facade: ['9M', '8M', '7M'],
149589
149617
  frustration: ['7M'],
149590
- futuresight: ['8M'],
149618
+ futuresight: ['9M', '8M'],
149591
149619
  gigaimpact: ['9M', '8M', '7M'],
149592
149620
  growl: ['9L1', '8L1', '7L1'],
149593
149621
  guardswap: ['8M'],
@@ -149624,7 +149652,7 @@ exports.Learnsets = {
149624
149652
  scald: ['8M', '7M'],
149625
149653
  signalbeam: ['7T'],
149626
149654
  skillswap: ['9M', '8M'],
149627
- skittersmack: ['8T'],
149655
+ skittersmack: ['9M', '8T'],
149628
149656
  sleeptalk: ['9M', '8M', '7M'],
149629
149657
  snore: ['8M', '7T'],
149630
149658
  snowscape: ['9M'],
@@ -149741,6 +149769,7 @@ exports.Learnsets = {
149741
149769
  gravity: ['9M', '9L24', '7T'],
149742
149770
  guardsplit: ['9L16', '8L16', '7L25'],
149743
149771
  gyroball: ['9M', '9L12', '8M', '8L12', '7M', '7L20'],
149772
+ hardpress: ['9M'],
149744
149773
  healingwish: ['9L46', '8L46', '7L50'],
149745
149774
  heavyslam: ['9M'],
149746
149775
  helpinghand: ['9M', '8M', '7T'],
@@ -149763,7 +149792,7 @@ exports.Learnsets = {
149763
149792
  pound: ['9L1', '8L1', '7L1'],
149764
149793
  powersplit: ['9L16', '8L16', '7L25'],
149765
149794
  protect: ['9M', '8M', '7M'],
149766
- psychup: ['7M'],
149795
+ psychup: ['9M', '7M'],
149767
149796
  quash: ['9L20', '8L20', '7M'],
149768
149797
  rapidspin: ['9L1', '8L1', '7L1'],
149769
149798
  recycle: ['7T'],
@@ -149858,16 +149887,18 @@ exports.Learnsets = {
149858
149887
  learnset: {
149859
149888
  acrobatics: ['9M', '8M'],
149860
149889
  agility: ['9M', '8M'],
149890
+ alluringvoice: ['9M'],
149861
149891
  allyswitch: ['8M'],
149862
149892
  attract: ['8M'],
149863
149893
  batonpass: ['9M', '9L1', '8M', '8L1'],
149864
- breakingswipe: ['8M'],
149894
+ breakingswipe: ['9M', '8M'],
149865
149895
  bulldoze: ['9M', '8M'],
149866
149896
  charm: ['9M', '9L20', '8M', '8L20'],
149867
149897
  cosmicpower: ['9L28', '8M', '8L28'],
149868
149898
  dazzlinggleam: ['9M', '8M'],
149869
149899
  dracometeor: ['8T'],
149870
149900
  dragonbreath: ['9L1', '8L1'],
149901
+ dragoncheer: ['9M'],
149871
149902
  dragonclaw: ['9M', '8M'],
149872
149903
  dragonpulse: ['9M', '9L44', '8M', '8L44'],
149873
149904
  dragonrush: ['9L56', '8L56'],
@@ -149894,7 +149925,7 @@ exports.Learnsets = {
149894
149925
  lightscreen: ['9M', '8M'],
149895
149926
  magicalleaf: ['9M', '8M'],
149896
149927
  magiccoat: ['8L1'],
149897
- meteorbeam: ['8T'],
149928
+ meteorbeam: ['9M', '8T'],
149898
149929
  metronome: ['9M', '8M'],
149899
149930
  mysticalfire: ['9L0', '8M', '8L0'],
149900
149931
  outrage: ['9M', '8M'],
@@ -149905,7 +149936,7 @@ exports.Learnsets = {
149905
149936
  rest: ['9M', '8M'],
149906
149937
  round: ['8M'],
149907
149938
  safeguard: ['9L32', '8M'],
149908
- scorchingsands: ['8T'],
149939
+ scorchingsands: ['9M', '8T'],
149909
149940
  sleeptalk: ['9M', '8M'],
149910
149941
  snore: ['8M'],
149911
149942
  solarbeam: ['9M', '8M'],
@@ -149995,7 +150026,7 @@ exports.Learnsets = {
149995
150026
  attract: ['8M'],
149996
150027
  bite: ['9L1', '8L1'],
149997
150028
  bodyslam: ['9M', '8M'],
149998
- breakingswipe: ['8M'],
150029
+ breakingswipe: ['9M', '8M'],
149999
150030
  brutalswing: ['8M'],
150000
150031
  bugbite: ['9M', '9L16', '8L16'],
150001
150032
  bugbuzz: ['9M', '9L24', '8M', '8L24'],
@@ -150006,8 +150037,9 @@ exports.Learnsets = {
150006
150037
  darkpulse: ['9M', '8M'],
150007
150038
  dracometeor: ['9M', '8T'],
150008
150039
  dragonbreath: ['9L1', '8L1'],
150040
+ dragoncheer: ['9M'],
150009
150041
  dragonclaw: ['9M', '8M'],
150010
- dragonhammer: ['8L0'],
150042
+ dragonhammer: ['9M', '8L0'],
150011
150043
  dragonpulse: ['9M', '9L46', '8M', '8L46'],
150012
150044
  dragontail: ['9M'],
150013
150045
  dualwingbeat: ['9M', '8T'],
@@ -150042,7 +150074,7 @@ exports.Learnsets = {
150042
150074
  scaleshot: ['9M', '9L0'],
150043
150075
  scaryface: ['9M', '8M'],
150044
150076
  screech: ['8M'],
150045
- skittersmack: ['8T'],
150077
+ skittersmack: ['9M', '8T'],
150046
150078
  sleeptalk: ['9M', '8M'],
150047
150079
  sludgebomb: ['9M', '8M'],
150048
150080
  smog: ['9L12', '8L12'],
@@ -150070,6 +150102,7 @@ exports.Learnsets = {
150070
150102
  learnset: {
150071
150103
  acidspray: ['9M', '9L1', '8L1'],
150072
150104
  aerialace: ['9M', '9L10', '8L10'],
150105
+ alluringvoice: ['9M'],
150073
150106
  aromatherapy: ['8L60'],
150074
150107
  assurance: ['8M'],
150075
150108
  attract: ['8M'],
@@ -150110,6 +150143,7 @@ exports.Learnsets = {
150110
150143
  payday: ['8M'],
150111
150144
  playrough: ['9M', '9L65', '8M'],
150112
150145
  protect: ['9M', '8M'],
150146
+ psychicnoise: ['9M'],
150113
150147
  recover: ['9L1', '8L1'],
150114
150148
  reflect: ['9M', '8M'],
150115
150149
  rest: ['9M', '8M'],
@@ -150121,7 +150155,7 @@ exports.Learnsets = {
150121
150155
  shadowball: ['9M', '8M'],
150122
150156
  sleeptalk: ['9M', '8M'],
150123
150157
  sludgebomb: ['9M', '8M'],
150124
- sludgewave: ['8M'],
150158
+ sludgewave: ['9M', '8M'],
150125
150159
  snarl: ['9M', '8M'],
150126
150160
  snore: ['8M'],
150127
150161
  spite: ['9M', '9L15', '8L15'],
@@ -150198,7 +150232,7 @@ exports.Learnsets = {
150198
150232
  skillswap: ['9M', '8M'],
150199
150233
  sleeptalk: ['9M', '8M'],
150200
150234
  sludgebomb: ['9M', '8M'],
150201
- sludgewave: ['8M'],
150235
+ sludgewave: ['9M', '8M'],
150202
150236
  snore: ['8M'],
150203
150237
  stealthrock: ['9M', '8M'],
150204
150238
  steelwing: ['8M'],
@@ -150206,6 +150240,7 @@ exports.Learnsets = {
150206
150240
  swift: ['9M', '8M'],
150207
150241
  tailwind: ['9M'],
150208
150242
  takedown: ['9M'],
150243
+ temperflare: ['9M'],
150209
150244
  terablast: ['9M'],
150210
150245
  thunderwave: ['9M', '8M'],
150211
150246
  toxic: ['9L30', '8L30'],
@@ -150299,7 +150334,7 @@ exports.Learnsets = {
150299
150334
  sandattack: ['9L1', '8L1'],
150300
150335
  sandstorm: ['9M', '9L1', '8M', '8L1'],
150301
150336
  sandtomb: ['9M', '9L1', '8M', '8L1'],
150302
- scorchingsands: ['8T'],
150337
+ scorchingsands: ['9M', '8T'],
150303
150338
  sleeptalk: ['9M', '8M'],
150304
150339
  snore: ['8M'],
150305
150340
  spitup: ['9L1', '8L1'],
@@ -150313,6 +150348,7 @@ exports.Learnsets = {
150313
150348
  swordsdance: ['9M', '8M'],
150314
150349
  tackle: ['9L1', '8L1'],
150315
150350
  taunt: ['9M', '9L1', '8M', '8L1'],
150351
+ temperflare: ['9M'],
150316
150352
  terablast: ['9M'],
150317
150353
  thief: ['9M', '9L1', '8M', '8L1'],
150318
150354
  watergun: ['9L1', '8L1'],
@@ -150441,7 +150477,6 @@ exports.Learnsets = {
150441
150477
  hemogoblin: {
150442
150478
  learnset: {
150443
150479
  batonpass: ['9M'],
150444
- bitterblade: ['9L0'],
150445
150480
  bodyslam: ['9M'],
150446
150481
  brutalswing: ['9L1'],
150447
150482
  bulkup: ['9M'],
@@ -150459,7 +150494,6 @@ exports.Learnsets = {
150459
150494
  energyball: ['9M'],
150460
150495
  facade: ['9M'],
150461
150496
  fireblast: ['9M'],
150462
- firelash: ['9L1'],
150463
150497
  flamethrower: ['9M'],
150464
150498
  flareblitz: ['9M'],
150465
150499
  fling: ['9M'],
@@ -150500,6 +150534,7 @@ exports.Learnsets = {
150500
150534
  tailwhip: ['9L1'],
150501
150535
  takedown: ['9M'],
150502
150536
  taunt: ['9M'],
150537
+ temperflare: ['9M'],
150503
150538
  terablast: ['9M'],
150504
150539
  thunder: ['9M'],
150505
150540
  thunderbolt: ['9M'],