@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
@@ -144338,7 +144338,7 @@ export const Learnsets = {
144338
144338
  sheercold: ['9L67', '8L67', '5L59', '4L60'],
144339
144339
  signalbeam: ['7T'],
144340
144340
  silverwind: ['4M'],
144341
- skittersmack: ['8T'],
144341
+ skittersmack: ['9M', '8T'],
144342
144342
  slash: ['9L39', '8L39', '7L28', '4L14'],
144343
144343
  sleeptalk: ['9M', '8M', '7M', '4M'],
144344
144344
  snore: ['8M', '4T'],
@@ -144357,7 +144357,7 @@ export const Learnsets = {
144357
144357
  terablast: ['9M'],
144358
144358
  toxic: ['7M', '4M'],
144359
144359
  trailblaze: ['9M'],
144360
- tripleaxel: ['8T'],
144360
+ tripleaxel: ['9M', '8T'],
144361
144361
  uturn: ['9M', '8M', '7M', '4M'],
144362
144362
  waterpulse: ['9M', '6T', '4M'],
144363
144363
  xscissor: [
@@ -144441,7 +144441,7 @@ export const Learnsets = {
144441
144441
  payback: ['8M', '7M', '6M', '5M', '4M'],
144442
144442
  phantomforce: ['9M'],
144443
144443
  poisonjab: ['9M', '8M', '7M', '6M', '5M', '4M'],
144444
- poltergeist: ['8T'],
144444
+ poltergeist: ['9M', '8T'],
144445
144445
  poweruppunch: ['6M'],
144446
144446
  powerwhip: ['9L52', '8L56', '7L60', '6L60', '5L60', '4L55'],
144447
144447
  protect: ['9M', '8M', '7M', '6M', '5M', '4M'],
@@ -144501,6 +144501,7 @@ export const Learnsets = {
144501
144501
  toxic: ['7M', '6M', '5M', '4M'],
144502
144502
  trick: ['9M', '8M', '7T', '6T', '5T', '4T'],
144503
144503
  trickroom: ['9M', '8M', '7M', '6M', '5M', '4M'],
144504
+ upperhand: ['9M'],
144504
144505
  vacuumwave: ['9M', '4T'],
144505
144506
  willowisp: ['9M', '8M', '7M'],
144506
144507
  wonderroom: ['8M', '7T', '6T', '5T'],
@@ -144739,6 +144740,7 @@ export const Learnsets = {
144739
144740
  counter: ['4T'],
144740
144741
  doubleedge: ['9L1', '8L1', '4T'],
144741
144742
  doubleteam: ['7M', '4M'],
144743
+ dragoncheer: ['9M'],
144742
144744
  dragondance: ['9M', '8M'],
144743
144745
  dragonpulse: ['9M', '8M', '7T'],
144744
144746
  dragontail: ['9M', '7M'],
@@ -144814,7 +144816,7 @@ export const Learnsets = {
144814
144816
  round: ['8M', '7M'],
144815
144817
  safeguard: ['8M', '7M', '4M'],
144816
144818
  sandtomb: ['9M', '8M'],
144817
- scorchingsands: ['8T'],
144819
+ scorchingsands: ['9M', '8T'],
144818
144820
  secretpower: ['7M', '4M'],
144819
144821
  seedbomb: ['9M', '9L32', '8M', '8L32', '7L23', '4T'],
144820
144822
  sleeptalk: ['9M', '8M', '7M', '4M'],
@@ -144831,6 +144833,7 @@ export const Learnsets = {
144831
144833
  swordsdance: ['9M', '8M', '7M', '4M'],
144832
144834
  synthesis: ['9L27', '8L27', '7L14', '4T', '4L48'],
144833
144835
  takedown: ['9M'],
144836
+ temperflare: ['9M'],
144834
144837
  terablast: ['9M'],
144835
144838
  terrainpulse: ['8T'],
144836
144839
  toxic: ['7M', '4M'],
@@ -145029,7 +145032,7 @@ export const Learnsets = {
145029
145032
  poisonjab: ['9M', '8M', '7M', '4M'],
145030
145033
  pounce: ['9M'],
145031
145034
  protect: ['9M', '8M', '7M', '4M'],
145032
- psychup: ['7M', '4M'],
145035
+ psychup: ['9M', '7M', '4M'],
145033
145036
  raindance: ['9M', '8M', '7M', '4M'],
145034
145037
  rapidspin: ['9L16', '8L16', '7L9', '4L9'],
145035
145038
  reflect: ['9M', '8M', '7M', '4M'],
@@ -145045,12 +145048,12 @@ export const Learnsets = {
145045
145048
  safeguard: ['9L1', '8M', '8L1', '7M', '4M'],
145046
145049
  sandstorm: ['9M', '8M', '7M', '4M'],
145047
145050
  sandtomb: ['9M', '8M'],
145048
- scorchingsands: ['8T'],
145051
+ scorchingsands: ['9M', '8T'],
145049
145052
  secretpower: ['7M', '4M'],
145050
145053
  selfdestruct: ['8M'],
145051
145054
  shadowball: ['9M', '8M', '7M', '4M'],
145052
145055
  skillswap: ['9M', '8M', '7M', '4M'],
145053
- skittersmack: ['8T'],
145056
+ skittersmack: ['9M', '8T'],
145054
145057
  sleeptalk: ['9M', '8M', '7M', '4M'],
145055
145058
  sludgebomb: [
145056
145059
  '9M', '9L38',
@@ -145058,7 +145061,7 @@ export const Learnsets = {
145058
145061
  '7M', '7L35',
145059
145062
  '4M', '4L35'
145060
145063
  ],
145061
- sludgewave: ['8M', '7M'],
145064
+ sludgewave: ['9M', '8M', '7M'],
145062
145065
  smartstrike: ['9M', '8M'],
145063
145066
  snatch: ['7M', '4M'],
145064
145067
  snore: ['8M', '7T', '4T'],
@@ -145085,6 +145088,7 @@ export const Learnsets = {
145085
145088
  toxicspikes: ['9M', '9L20', '8M', '8L20', '7L41', '4L41'],
145086
145089
  trickroom: ['9M', '8M', '7M', '4M'],
145087
145090
  twister: ['4T'],
145091
+ upperhand: ['9M'],
145088
145092
  uturn: ['9M', '8M', '7M', '4M'],
145089
145093
  venoshock: ['9M', '8M', '7M'],
145090
145094
  whirlwind: ['9L32', '8L32', '7L25', '4L25'],
@@ -145462,7 +145466,7 @@ export const Learnsets = {
145462
145466
  chipaway: ['7L30'],
145463
145467
  circlethrow: ['9L1', '8L1', '7L1'],
145464
145468
  closecombat: ['9M', '8M'],
145465
- coaching: ['8T'],
145469
+ coaching: ['9M', '8T'],
145466
145470
  confide: ['7M'],
145467
145471
  crosschop: ['7M'],
145468
145472
  crosspoison: ['8M'],
@@ -145483,6 +145487,7 @@ export const Learnsets = {
145483
145487
  gigaimpact: ['9M', '8M', '7M', '4M'],
145484
145488
  gunkshot: ['9M', '8M', '7T', '4T'],
145485
145489
  hail: ['8M', '7M', '4M'],
145490
+ hardpress: ['9M'],
145486
145491
  headbutt: ['9L36', '8L36', '4T'],
145487
145492
  hiddenpower: ['7M', '4M'],
145488
145493
  hydropump: ['9M', '8M'],
@@ -145497,7 +145502,7 @@ export const Learnsets = {
145497
145502
  lowsweep: ['9M', '8M', '7M'],
145498
145503
  machpunch: ['9L16', '8L16', '7L35', '4L32'],
145499
145504
  megapunch: ['8M'],
145500
- muddywater: ['8M'],
145505
+ muddywater: ['9M', '8M'],
145501
145506
  mudslap: ['9M', '4T'],
145502
145507
  naturalgift: ['4M'],
145503
145508
  poisonjab: ['9M', '8M', '7M'],
@@ -145519,7 +145524,7 @@ export const Learnsets = {
145519
145524
  scald: ['8M', '8L42', '7M', '7L40'],
145520
145525
  scaryface: ['9M', '8M'],
145521
145526
  secretpower: ['7M', '4M'],
145522
- skittersmack: ['8T'],
145527
+ skittersmack: ['9M', '8T'],
145523
145528
  sleeptalk: ['9M', '8M', '7M', '4M'],
145524
145529
  sludgebomb: ['9M', '8M', '7M', '4M'],
145525
145530
  smokescreen: ['9L12', '8L12', '7L7', '4L7'],
@@ -145548,7 +145553,7 @@ export const Learnsets = {
145548
145553
  '7M', '7L51',
145549
145554
  '4M', '4L47'
145550
145555
  ],
145551
- throatchop: ['8M'],
145556
+ throatchop: ['9M', '8M'],
145552
145557
  thunderpunch: ['9M', '8M', '7T', '4T'],
145553
145558
  torment: ['7M', '4M'],
145554
145559
  toxic: ['7M', '4M'],
@@ -145556,7 +145561,7 @@ export const Learnsets = {
145556
145561
  waterfall: ['9M', '8M', '7M', '4M'],
145557
145562
  watergun: ['9L1', '8L1'],
145558
145563
  waterpulse: ['9M', '7T', '4M'],
145559
- whirlpool: ['8M', '4M'],
145564
+ whirlpool: ['9M', '8M', '4M'],
145560
145565
  wideguard: ['9L54', '8L54', '7L62'],
145561
145566
  workup: ['8M', '7M'],
145562
145567
  wrap: ['9L1', '8L1', '7L1', '4L1'],
@@ -145690,7 +145695,7 @@ export const Learnsets = {
145690
145695
  dreameater: ['7M', '4M'],
145691
145696
  earthquake: ['9M', '8M', '7M', '4M'],
145692
145697
  embargo: ['7M', '4M'],
145693
- endeavor: ['7T', '4T'],
145698
+ endeavor: ['9M', '7T', '4T'],
145694
145699
  facade: ['9M', '8M', '7M', '4M'],
145695
145700
  fakeout: ['9L1', '8L1', '7L27', '4L35'],
145696
145701
  falseswipe: ['9M', '8M', '7M', '4M'],
@@ -145730,7 +145735,7 @@ export const Learnsets = {
145730
145735
  playrough: ['9M', '8M', '7E'],
145731
145736
  poltergeist: ['9M', '8T'],
145732
145737
  protect: ['9M', '8M', '7M', '4M'],
145733
- psychup: ['7M', '4M'],
145738
+ psychup: ['9M', '7M', '4M'],
145734
145739
  raindance: ['9M', '8M', '7M', '4M'],
145735
145740
  rest: ['9M', '8M', '7M', '4M'],
145736
145741
  retaliate: ['8M', '7M'],
@@ -145750,7 +145755,7 @@ export const Learnsets = {
145750
145755
  ],
145751
145756
  shadowsneak: ['9L16', '8L16', '7L18', '4L18'],
145752
145757
  shadowstrike: ['9L44', '8L44', '7L48', '4L49'],
145753
- skittersmack: ['8T'],
145758
+ skittersmack: ['9M', '8T'],
145754
145759
  sleeptalk: ['9M', '8M', '7M', '4M'],
145755
145760
  snatch: ['7M', '4M'],
145756
145761
  snore: ['8M', '7T', '4T'],
@@ -146016,6 +146021,7 @@ export const Learnsets = {
146016
146021
  doubleteam: ['7M', '4M'],
146017
146022
  dracometeor: ['9M', '8T', '7T', '4T'],
146018
146023
  dragonbreath: ['9L20', '8L20', '7L29'],
146024
+ dragoncheer: ['9M'],
146019
146025
  dragonclaw: ['9M', '8M', '7M', '4M'],
146020
146026
  dragonpulse: ['9M', '8M', '7T', '4M'],
146021
146027
  dragonrage: ['7L24', '4L7'],
@@ -146024,7 +146030,7 @@ export const Learnsets = {
146024
146030
  eerieimpulse: ['9M', '8M'],
146025
146031
  electricterrain: ['9M', '9L1', '8M', '8L1', '7L1'],
146026
146032
  electroball: ['9M', '8M'],
146027
- electroweb: ['8M', '7T'],
146033
+ electroweb: ['9M', '8M', '7T'],
146028
146034
  endure: ['9M', '8M', '4M'],
146029
146035
  facade: ['9M', '8M', '7M', '4M'],
146030
146036
  fireblast: ['9M', '8M', '7M', '4M'],
@@ -146049,7 +146055,7 @@ export const Learnsets = {
146049
146055
  irontail: ['8M', '7T'],
146050
146056
  lightscreen: ['9M', '8M', '7M', '4M'],
146051
146057
  lockon: ['9L56', '8L56'],
146052
- muddywater: ['8M'],
146058
+ muddywater: ['9M', '8M'],
146053
146059
  mudslap: ['9M', '4T'],
146054
146060
  naturalgift: ['4M'],
146055
146061
  naturepower: ['7M'],
@@ -146079,6 +146085,7 @@ export const Learnsets = {
146079
146085
  strength: ['4M'],
146080
146086
  substitute: ['9M', '8M', '7M', '4M'],
146081
146087
  sunnyday: ['9M', '8M', '7M', '4M'],
146088
+ supercellslam: ['9M'],
146082
146089
  surf: ['9M', '8M', '7M', '4M'],
146083
146090
  swagger: ['7M'],
146084
146091
  swift: ['9M', '8M', '4T'],
@@ -146299,7 +146306,7 @@ export const Learnsets = {
146299
146306
  round: ['8M', '7M'],
146300
146307
  sandstorm: ['9M', '8M', '7M', '4M'],
146301
146308
  sandtomb: ['9M', '9L1', '8M', '8L1'],
146302
- scorchingsands: ['8T'],
146309
+ scorchingsands: ['9M', '8T'],
146303
146310
  screech: ['8M'],
146304
146311
  secretpower: ['7M', '4M'],
146305
146312
  sleeptalk: ['9M', '8M', '7M', '4M'],
@@ -146315,11 +146322,13 @@ export const Learnsets = {
146315
146322
  substitute: ['9M', '8M', '7M', '4M'],
146316
146323
  suckerpunch: ['4T'],
146317
146324
  sunnyday: ['9M', '8M', '7M', '4M'],
146325
+ supercellslam: ['9M'],
146318
146326
  superpower: ['8M', '7T', '6T', '5T', '4T'],
146319
146327
  swagger: ['7M', '4M'],
146320
146328
  swallow: ['9L42', '8L42', '7L53', '4L48'],
146321
146329
  takedown: ['9M'],
146322
146330
  taunt: ['9M', '8M', '7M', '4M'],
146331
+ temperflare: ['9M'],
146323
146332
  terablast: ['9M'],
146324
146333
  thunderfang: ['9M', '8M'],
146325
146334
  torment: ['7M'],
@@ -146370,7 +146379,7 @@ export const Learnsets = {
146370
146379
  eerieimpulse: ['9M', '8M'],
146371
146380
  electricterrain: ['9M', '8M'],
146372
146381
  electroball: ['9M', '8M'],
146373
- electroweb: ['8M', '7T'],
146382
+ electroweb: ['9M', '8M', '7T'],
146374
146383
  endure: ['9M', '8M', '4M'],
146375
146384
  facade: ['9M', '8M', '7M', '4M'],
146376
146385
  flash: ['4M'],
@@ -146563,7 +146572,7 @@ export const Learnsets = {
146563
146572
  captivate: ['4M'],
146564
146573
  charge: ['9M', '9L20', '8L20', '7L19', '4L19'],
146565
146574
  closecombat: ['9M', '9L64', '8M', '8L64', '7L35', '4L35'],
146566
- coaching: ['8T'],
146575
+ coaching: ['9M', '8T'],
146567
146576
  confide: ['7M'],
146568
146577
  copycat: ['9L1', '8L1', '7L1', '4L1'],
146569
146578
  counter: ['4T'],
@@ -146640,6 +146649,7 @@ export const Learnsets = {
146640
146649
  swagger: ['7M', '4M'],
146641
146650
  taunt: ['9M', '8M', '7M', '4M'],
146642
146651
  tearfullook: ['9L24', '8L24', '7L22'],
146652
+ temperflare: ['9M'],
146643
146653
  terablast: ['9M'],
146644
146654
  thief: ['9M', '8M', '7M', '4M'],
146645
146655
  throatchop: ['9L1', '8M', '8L1'],
@@ -146804,7 +146814,7 @@ export const Learnsets = {
146804
146814
  bulkup: ['9M', '9L1', '8M', '8L1', '7M', '5M'],
146805
146815
  bulldoze: ['9M', '8M', '7M', '5M'],
146806
146816
  closecombat: ['9M', '8M'],
146807
- coaching: ['8T'],
146817
+ coaching: ['9M', '8T'],
146808
146818
  confide: ['7M'],
146809
146819
  confuseray: ['9M', '7M'],
146810
146820
  doubleteam: ['7M', '5M'],
@@ -146894,7 +146904,7 @@ export const Learnsets = {
146894
146904
  taunt: ['9M', '9L1', '8M', '8L1', '7M', '5M'],
146895
146905
  terablast: ['9M'],
146896
146906
  thief: ['9M', '8M', '7M', '5M'],
146897
- throatchop: ['8M'],
146907
+ throatchop: ['9M', '8M'],
146898
146908
  toxic: ['7M', '5M'],
146899
146909
  trailblaze: ['9M'],
146900
146910
  whirlwind: ['9L18', '8L18', '7L23', '5L23'],
@@ -147006,7 +147016,7 @@ export const Learnsets = {
147006
147016
  facade: ['9M', '8M', '7M', '5M'],
147007
147017
  flash: ['6M', '5M'],
147008
147018
  frustration: ['7M', '5M'],
147009
- futuresight: ['8M'],
147019
+ futuresight: ['9M', '8M'],
147010
147020
  gigadrain: ['8M', '6T'],
147011
147021
  gigaimpact: ['9M', '8M', '7M', '5M'],
147012
147022
  grassknot: ['9M', '8M', '7M', '5M'],
@@ -147032,7 +147042,8 @@ export const Learnsets = {
147032
147042
  powerwhip: ['9L52', '8M', '8L52', '7L56', '5L60'],
147033
147043
  protect: ['9M', '8M', '7M', '5M'],
147034
147044
  psychic: ['9M', '8M', '7M', '5M'],
147035
- psychup: ['7M', '5M'],
147045
+ psychicnoise: ['9M'],
147046
+ psychup: ['9M', '7M', '5M'],
147036
147047
  rest: ['9M', '8M', '7M', '5M'],
147037
147048
  return: ['7M', '5M'],
147038
147049
  round: ['8M', '7M', '5M'],
@@ -147046,7 +147057,7 @@ export const Learnsets = {
147046
147057
  ],
147047
147058
  shadowclaw: ['9M', '8M', '7M', '5M'],
147048
147059
  shadowsneak: ['9L1', '8L1', '7L6', '5L13'],
147049
- skittersmack: ['8T'],
147060
+ skittersmack: ['9M', '8T'],
147050
147061
  sleeptalk: ['9M', '8M', '7M'],
147051
147062
  snore: ['8M', '7T'],
147052
147063
  solarbeam: ['9M', '8M', '7M', '5M'],
@@ -147136,7 +147147,7 @@ export const Learnsets = {
147136
147147
  secretpower: ['7M'],
147137
147148
  selfdestruct: ['8M'],
147138
147149
  shockwave: ['7T'],
147139
- skittersmack: ['8T'],
147150
+ skittersmack: ['9M', '8T'],
147140
147151
  sleeptalk: ['9M', '8M', '7M', '7E', '5E'],
147141
147152
  sludgebomb: ['9M', '8M', '7M', '5M'],
147142
147153
  sludgewave: ['9L36', '8M', '8L36', '7M', '5M'],
@@ -147387,12 +147398,13 @@ export const Learnsets = {
147387
147398
  confide: ['7M'],
147388
147399
  cut: ['6M', '5M'],
147389
147400
  doubleteam: ['9L9', '8L9', '7M', '5M'],
147401
+ dragoncheer: ['9M'],
147390
147402
  dragondance: ['9M', '9L1', '8M', '8L1', '7L1', '5L1'],
147391
147403
  dreameater: ['7M', '5M'],
147392
147404
  dualwingbeat: ['9M', '8T'],
147393
147405
  echoedvoice: ['7M', '5M'],
147394
- electroweb: ['8M', '7T', '5T'],
147395
- expandingforce: ['8T'],
147406
+ electroweb: ['9M', '8M', '7T', '5T'],
147407
+ expandingforce: ['9M', '8T'],
147396
147408
  facade: ['9M', '8M', '7M', '5M'],
147397
147409
  finalgambit: ['9L61', '8L61', '5L41'],
147398
147410
  flash: ['6M', '5M'],
@@ -147421,6 +147433,7 @@ export const Learnsets = {
147421
147433
  pounce: ['9M'],
147422
147434
  protect: ['9M', '8M', '7M', '5M'],
147423
147435
  psychic: ['9M', '9L47', '8M', '8L47', '7M', '5M'],
147436
+ psychicnoise: ['9M'],
147424
147437
  psychicterrain: ['9M', '9L0', '8M', '8L0', '7L1'],
147425
147438
  psychup: ['7M', '5M'],
147426
147439
  psyshock: ['9M', '8M', '7M', '5M'],
@@ -147439,7 +147452,7 @@ export const Learnsets = {
147439
147452
  signalbeam: ['7T'],
147440
147453
  silverwind: ['7L1', '5L1'],
147441
147454
  skillswap: ['9M', '8M', '7T', '5T'],
147442
- skittersmack: ['8T'],
147455
+ skittersmack: ['9M', '8T'],
147443
147456
  sleeptalk: ['9M', '8M', '7M'],
147444
147457
  snore: ['8M', '7T'],
147445
147458
  snowscape: ['9M'],
@@ -147584,13 +147597,14 @@ export const Learnsets = {
147584
147597
  attract: ['8M', '7M', '5M'],
147585
147598
  beatup: ['8M'],
147586
147599
  bind: ['7T', '5T'],
147587
- breakingswipe: ['8M'],
147600
+ breakingswipe: ['9M', '8M'],
147588
147601
  brutalswing: ['8M', '7M'],
147589
147602
  confide: ['7M'],
147590
147603
  crunch: ['9M', '9L28', '8M', '8L28', '7L43', '5L42'],
147591
147604
  cut: ['6M', '5M'],
147592
147605
  darkpulse: ['9M', '8M', '7M', '5T'],
147593
147606
  doubleteam: ['7M', '5M'],
147607
+ dragoncheer: ['9M'],
147594
147608
  dragontail: ['9M', '7M', '5M'],
147595
147609
  endure: ['9M', '8M'],
147596
147610
  energyball: ['9M', '8M', '7M', '5M'],
@@ -147640,7 +147654,7 @@ export const Learnsets = {
147640
147654
  screech: ['8M'],
147641
147655
  secretpower: ['7M'],
147642
147656
  seedbomb: ['9M', '8M', '7T', '5T'],
147643
- skittersmack: ['8T'],
147657
+ skittersmack: ['9M', '8T'],
147644
147658
  slam: ['9L24', '8L24', '7L29', '5L30'],
147645
147659
  sleeptalk: ['9M', '8M', '7M', '5T'],
147646
147660
  snarl: ['9M', '8M', '7M', '5M'],
@@ -147656,9 +147670,10 @@ export const Learnsets = {
147656
147670
  swagger: ['7M', '5M'],
147657
147671
  synthesis: ['7T', '6T', '5T'],
147658
147672
  taunt: ['9M', '8M', '7M', '5M'],
147673
+ temperflare: ['9M'],
147659
147674
  terablast: ['9M'],
147660
147675
  thief: ['9M', '8M', '7M', '5M'],
147661
- throatchop: ['8M'],
147676
+ throatchop: ['9M', '8M'],
147662
147677
  thunderfang: ['9M', '8M'],
147663
147678
  toxic: ['7M', '6M', '5M'],
147664
147679
  trailblaze: ['9M'],
@@ -147789,6 +147804,7 @@ export const Learnsets = {
147789
147804
  frustration: ['7M', '5M'],
147790
147805
  gigaimpact: ['9M', '8M', '7M', '5M'],
147791
147806
  growl: ['9L1', '8L1', '7L5', '5L5'],
147807
+ hardpress: ['9M'],
147792
147808
  hiddenpower: ['7M', '5M'],
147793
147809
  hurricane: ['9M', '9L62', '8M', '8L62', '7L64', '5L58'],
147794
147810
  hyperbeam: ['9M', '8M', '7M', '5M'],
@@ -147829,10 +147845,11 @@ export const Learnsets = {
147829
147845
  tailwind: ['9M', '9L44', '8L44', '5T', '5L48'],
147830
147846
  takedown: ['9M'],
147831
147847
  terablast: ['9M'],
147832
- throatchop: ['8M'],
147848
+ throatchop: ['9M', '8M'],
147833
147849
  toxic: ['7M', '5M'],
147850
+ upperhand: ['9M'],
147834
147851
  waterpulse: ['9M', '7T'],
147835
- whirlpool: ['8M'],
147852
+ whirlpool: ['9M', '8M'],
147836
147853
  wingattack: ['9L24', '8L24', '7L22', '5L22']
147837
147854
  }
147838
147855
  },
@@ -147949,7 +147966,7 @@ export const Learnsets = {
147949
147966
  leechlife: ['9M', '8M', '7M', '6L1'],
147950
147967
  liquidation: ['9M', '8M'],
147951
147968
  memento: ['9L68', '8L68', '7L66', '6L66'],
147952
- muddywater: ['8M'],
147969
+ muddywater: ['9M', '8M'],
147953
147970
  overheat: ['9M', '8M', '7M', '6M'],
147954
147971
  payback: ['8M', '7M', '6M'],
147955
147972
  pounce: ['9M'],
@@ -147973,7 +147990,7 @@ export const Learnsets = {
147973
147990
  '6M', '6L28'
147974
147991
  ],
147975
147992
  scaryface: ['9M', '8M'],
147976
- scorchingsands: ['8T'],
147993
+ scorchingsands: ['9M', '8T'],
147977
147994
  secretpower: ['7M'],
147978
147995
  skittersmack: ['8T'],
147979
147996
  sleeptalk: ['9M', '8M', '7M', '6M'],
@@ -148089,7 +148106,7 @@ export const Learnsets = {
148089
148106
  electricterrain: ['9M', '9L1', '8M', '8L1', '7L1'],
148090
148107
  electrify: ['9L46', '8L46'],
148091
148108
  electroball: ['9M', '8M'],
148092
- electroweb: ['8M', '7T'],
148109
+ electroweb: ['9M', '8M', '7T'],
148093
148110
  encore: ['9M', '9L12', '8M', '8L12', '7L16', '6L16'],
148094
148111
  endure: ['9M', '8M'],
148095
148112
  facade: ['9M', '8M', '7M', '6M'],
@@ -148123,6 +148140,7 @@ export const Learnsets = {
148123
148140
  sludgewave: ['9L52', '8M', '8L52', '7M', '6M'],
148124
148141
  snore: ['8M', '7T'],
148125
148142
  substitute: ['9M', '8M', '7M', '6M'],
148143
+ supercellslam: ['9M'],
148126
148144
  supersonic: ['9L1', '8L1', '7L1', '6L1'],
148127
148145
  surf: ['9M'],
148128
148146
  swagger: ['9L58', '8L58', '7M', '7L56', '6M', '6L56'],
@@ -148314,7 +148332,7 @@ export const Learnsets = {
148314
148332
  blizzard: ['9M', '8M', '7M', '6M'],
148315
148333
  bodypress: ['9M', '8M'],
148316
148334
  bodyslam: ['9M', '8M'],
148317
- breakingswipe: ['8M'],
148335
+ breakingswipe: ['9M', '8M'],
148318
148336
  brine: ['9L28', '8M', '8L28', '7L45', '6L45'],
148319
148337
  brutalswing: ['8M', '7M'],
148320
148338
  bubblebeam: ['9L24', '8L24', '7L25', '6L25'],
@@ -148338,6 +148356,7 @@ export const Learnsets = {
148338
148356
  gigaimpact: ['9M', '8M', '7M', '6M'],
148339
148357
  gust: ['9L1', '8L1', '7L1', '6L1'],
148340
148358
  hail: ['8M', '7M', '6M'],
148359
+ hardpress: ['9M'],
148341
148360
  haze: ['9M'],
148342
148361
  heavyslam: ['9M', '9L66', '8M', '8L66', '7L1'],
148343
148362
  hiddenpower: ['7M', '6M'],
@@ -148443,7 +148462,7 @@ export const Learnsets = {
148443
148462
  knockoff: ['9E'],
148444
148463
  lightscreen: ['9M', '8M'],
148445
148464
  magicroom: ['8M', '6T'],
148446
- meteorbeam: ['8T'],
148465
+ meteorbeam: ['9M', '8T'],
148447
148466
  metronome: ['9M', '8M'],
148448
148467
  payback: ['8M', '7M', '6M'],
148449
148468
  pinmissile: ['8M'],
@@ -148482,7 +148501,7 @@ export const Learnsets = {
148482
148501
  sleeptalk: ['9M', '8M', '7M', '6M'],
148483
148502
  sludge: ['9L44', '8L44', '7L28', '6L28'],
148484
148503
  sludgebomb: ['9M', '8M', '7M', '6M'],
148485
- sludgewave: ['8M', '8L60', '7M', '6M'],
148504
+ sludgewave: ['9M', '8M', '8L60', '7M', '6M'],
148486
148505
  smackdown: [
148487
148506
  '9M', '9L24',
148488
148507
  '8L24', '7M',
@@ -148591,7 +148610,7 @@ export const Learnsets = {
148591
148610
  bulkup: ['9M', '8M', '7M', '6M'],
148592
148611
  charm: ['9M', '9L9', '8M', '8L1'],
148593
148612
  closecombat: ['9M', '9L42', '8M', '8L42', '7L53', '6L53'],
148594
- coaching: ['8T'],
148613
+ coaching: ['9M', '8T'],
148595
148614
  confide: ['7L25', '6L25'],
148596
148615
  crushclaw: ['9L0', '8L0', '7M', '6M'],
148597
148616
  dazzlinggleam: ['9M', '8M', '7M', '6M'],
@@ -148631,7 +148650,8 @@ export const Learnsets = {
148631
148650
  poweruppunch: ['8L9', '7M', '6M'],
148632
148651
  protect: ['9M', '8M', '7M', '6M'],
148633
148652
  psychic: ['9M'],
148634
- psychup: ['7M', '6M'],
148653
+ psychicnoise: ['9M'],
148654
+ psychup: ['9M', '7M', '6M'],
148635
148655
  rest: [
148636
148656
  '9M', '9L27',
148637
148657
  '8M', '8L27',
@@ -148648,7 +148668,7 @@ export const Learnsets = {
148648
148668
  secretpower: ['7M'],
148649
148669
  sleeptalk: ['9M', '8M', '7M', '6M'],
148650
148670
  sludgebomb: ['9M', '8M', '7M', '6M'],
148651
- sludgewave: ['8M', '7M', '6M'],
148671
+ sludgewave: ['9M', '8M', '7M', '6M'],
148652
148672
  snarl: ['9M', '8M', '7M', '6M'],
148653
148673
  snore: ['9L27', '8M', '8L27', '6T'],
148654
148674
  speedswap: ['8M'],
@@ -148663,6 +148683,7 @@ export const Learnsets = {
148663
148683
  terablast: ['9M'],
148664
148684
  torment: ['9L36', '8L36', '7M', '6M'],
148665
148685
  toxic: ['7M', '6M'],
148686
+ upperhand: ['9M'],
148666
148687
  uproar: ['9M', '8M'],
148667
148688
  vacuumwave: ['9M'],
148668
148689
  wakeupslap: ['7L13', '6L13'],
@@ -148687,6 +148708,7 @@ export const Learnsets = {
148687
148708
  doubleteam: ['9L25', '8L25', '7M'],
148688
148709
  dracometeor: ['9M', '8T', '7T'],
148689
148710
  dragonbreath: ['9L20', '8L20', '7L19'],
148711
+ dragoncheer: ['9M'],
148690
148712
  dragonclaw: ['9M', '9L35', '8M', '8L35', '7M', '7L23'],
148691
148713
  dragonpulse: ['9M', '8M', '7T'],
148692
148714
  dragonrage: ['7L12'],
@@ -148727,7 +148749,8 @@ export const Learnsets = {
148727
148749
  protect: ['9M', '8M', '7M'],
148728
148750
  psychic: ['9M', '8M', '7M'],
148729
148751
  psychicfangs: ['9M', '9L50', '8M', '8L50', '7L32'],
148730
- psychup: ['7M'],
148752
+ psychicnoise: ['9M'],
148753
+ psychup: ['9M', '7M'],
148731
148754
  raindance: ['9M', '8M', '7M'],
148732
148755
  rest: ['9M', '8M', '7M'],
148733
148756
  return: ['7M'],
@@ -148749,13 +148772,14 @@ export const Learnsets = {
148749
148772
  takedown: ['9M'],
148750
148773
  taunt: ['9M'],
148751
148774
  telekinesis: ['7T'],
148775
+ temperflare: ['9M'],
148752
148776
  terablast: ['9M'],
148753
- throatchop: ['8M', '7T'],
148777
+ throatchop: ['9M', '8M', '7T'],
148754
148778
  toxic: ['9M', '7M'],
148755
148779
  toxicspikes: ['9M', '8M', '7L28'],
148756
148780
  trickroom: ['9M', '8M', '7M'],
148757
148781
  venoshock: ['9M', '8M', '7M'],
148758
- whirlpool: ['8M', '7E'],
148782
+ whirlpool: ['9M', '8M', '7E'],
148759
148783
  wrap: ['9L1', '8L1', '7L1'],
148760
148784
  zenheadbutt: ['9M', '8M', '7T']
148761
148785
  }
@@ -149077,7 +149101,7 @@ export const Learnsets = {
149077
149101
  echoedvoice: ['7M'],
149078
149102
  eerieimpulse: ['9M', '8M'],
149079
149103
  electricterrain: ['9M', '9L1', '8M', '8L1', '7L1'],
149080
- electroweb: ['8M', '7T'],
149104
+ electroweb: ['9M', '8M', '7T'],
149081
149105
  endeavor: ['7T'],
149082
149106
  endure: ['9M', '8M'],
149083
149107
  energyball: ['9M', '9L1', '8M', '8L1', '7M'],
@@ -149124,6 +149148,7 @@ export const Learnsets = {
149124
149148
  spark: ['9L30', '8L30', '7L24'],
149125
149149
  substitute: ['9M', '8M', '7M'],
149126
149150
  sunnyday: ['9M', '8M', '7M'],
149151
+ supercellslam: ['9M'],
149127
149152
  swagger: ['7M'],
149128
149153
  swift: ['9M', '8M'],
149129
149154
  swordsdance: ['9M', '8M', '7M'],
@@ -149132,7 +149157,7 @@ export const Learnsets = {
149132
149157
  takedown: ['9M'],
149133
149158
  terablast: ['9M'],
149134
149159
  terrainpulse: ['8T'],
149135
- throatchop: ['8M'],
149160
+ throatchop: ['9M', '8M'],
149136
149161
  thunder: ['9M', '8M', '7M'],
149137
149162
  thunderbolt: ['9M', '8M', '7M'],
149138
149163
  thundershock: ['9L1', '8L1', '7L1'],
@@ -149315,6 +149340,7 @@ export const Learnsets = {
149315
149340
  defog: ['7T'],
149316
149341
  dig: ['9M', '9L1', '8M', '8L1'],
149317
149342
  doubleteam: ['7M'],
149343
+ dragoncheer: ['9M'],
149318
149344
  earthpower: ['9M', '8M', '7T'],
149319
149345
  earthquake: ['9M', '9L56', '8M', '8L56', '7M', '7L54'],
149320
149346
  ember: ['9L1', '8L1', '7L1'],
@@ -149361,7 +149387,7 @@ export const Learnsets = {
149361
149387
  round: ['8M', '7M'],
149362
149388
  sandtomb: ['9M', '8M'],
149363
149389
  scaleshot: ['9M', '8T'],
149364
- scorchingsands: ['8T'],
149390
+ scorchingsands: ['9M', '8T'],
149365
149391
  scratch: ['9L1', '8L1', '7L1'],
149366
149392
  screech: ['9L49', '8M', '8L49', '7L49'],
149367
149393
  sleeptalk: ['9M', '8M', '7M'],
@@ -149379,6 +149405,7 @@ export const Learnsets = {
149379
149405
  swagger: ['7M'],
149380
149406
  tailwhip: ['9L1', '8L1', '7L1'],
149381
149407
  taunt: ['9M', '8M', '7M'],
149408
+ temperflare: ['9M'],
149382
149409
  terablast: ['9M'],
149383
149410
  toxic: ['9M', '9L63', '8L63', '7M'],
149384
149411
  trailblaze: ['9M'],
@@ -149560,6 +149587,7 @@ export const Learnsets = {
149560
149587
  },
149561
149588
  snaelstrom: {
149562
149589
  learnset: {
149590
+ alluringvoice: ['9M'],
149563
149591
  allyswitch: ['8M'],
149564
149592
  aquajet: ['9L12', '8L12', '7L17'],
149565
149593
  aquaring: ['9L1', '8L1', '7L1'],
@@ -149584,7 +149612,7 @@ export const Learnsets = {
149584
149612
  endure: ['9M', '8M'],
149585
149613
  facade: ['9M', '8M', '7M'],
149586
149614
  frustration: ['7M'],
149587
- futuresight: ['8M'],
149615
+ futuresight: ['9M', '8M'],
149588
149616
  gigaimpact: ['9M', '8M', '7M'],
149589
149617
  growl: ['9L1', '8L1', '7L1'],
149590
149618
  guardswap: ['8M'],
@@ -149621,7 +149649,7 @@ export const Learnsets = {
149621
149649
  scald: ['8M', '7M'],
149622
149650
  signalbeam: ['7T'],
149623
149651
  skillswap: ['9M', '8M'],
149624
- skittersmack: ['8T'],
149652
+ skittersmack: ['9M', '8T'],
149625
149653
  sleeptalk: ['9M', '8M', '7M'],
149626
149654
  snore: ['8M', '7T'],
149627
149655
  snowscape: ['9M'],
@@ -149738,6 +149766,7 @@ export const Learnsets = {
149738
149766
  gravity: ['9M', '9L24', '7T'],
149739
149767
  guardsplit: ['9L16', '8L16', '7L25'],
149740
149768
  gyroball: ['9M', '9L12', '8M', '8L12', '7M', '7L20'],
149769
+ hardpress: ['9M'],
149741
149770
  healingwish: ['9L46', '8L46', '7L50'],
149742
149771
  heavyslam: ['9M'],
149743
149772
  helpinghand: ['9M', '8M', '7T'],
@@ -149760,7 +149789,7 @@ export const Learnsets = {
149760
149789
  pound: ['9L1', '8L1', '7L1'],
149761
149790
  powersplit: ['9L16', '8L16', '7L25'],
149762
149791
  protect: ['9M', '8M', '7M'],
149763
- psychup: ['7M'],
149792
+ psychup: ['9M', '7M'],
149764
149793
  quash: ['9L20', '8L20', '7M'],
149765
149794
  rapidspin: ['9L1', '8L1', '7L1'],
149766
149795
  recycle: ['7T'],
@@ -149855,16 +149884,18 @@ export const Learnsets = {
149855
149884
  learnset: {
149856
149885
  acrobatics: ['9M', '8M'],
149857
149886
  agility: ['9M', '8M'],
149887
+ alluringvoice: ['9M'],
149858
149888
  allyswitch: ['8M'],
149859
149889
  attract: ['8M'],
149860
149890
  batonpass: ['9M', '9L1', '8M', '8L1'],
149861
- breakingswipe: ['8M'],
149891
+ breakingswipe: ['9M', '8M'],
149862
149892
  bulldoze: ['9M', '8M'],
149863
149893
  charm: ['9M', '9L20', '8M', '8L20'],
149864
149894
  cosmicpower: ['9L28', '8M', '8L28'],
149865
149895
  dazzlinggleam: ['9M', '8M'],
149866
149896
  dracometeor: ['8T'],
149867
149897
  dragonbreath: ['9L1', '8L1'],
149898
+ dragoncheer: ['9M'],
149868
149899
  dragonclaw: ['9M', '8M'],
149869
149900
  dragonpulse: ['9M', '9L44', '8M', '8L44'],
149870
149901
  dragonrush: ['9L56', '8L56'],
@@ -149891,7 +149922,7 @@ export const Learnsets = {
149891
149922
  lightscreen: ['9M', '8M'],
149892
149923
  magicalleaf: ['9M', '8M'],
149893
149924
  magiccoat: ['8L1'],
149894
- meteorbeam: ['8T'],
149925
+ meteorbeam: ['9M', '8T'],
149895
149926
  metronome: ['9M', '8M'],
149896
149927
  mysticalfire: ['9L0', '8M', '8L0'],
149897
149928
  outrage: ['9M', '8M'],
@@ -149902,7 +149933,7 @@ export const Learnsets = {
149902
149933
  rest: ['9M', '8M'],
149903
149934
  round: ['8M'],
149904
149935
  safeguard: ['9L32', '8M'],
149905
- scorchingsands: ['8T'],
149936
+ scorchingsands: ['9M', '8T'],
149906
149937
  sleeptalk: ['9M', '8M'],
149907
149938
  snore: ['8M'],
149908
149939
  solarbeam: ['9M', '8M'],
@@ -149992,7 +150023,7 @@ export const Learnsets = {
149992
150023
  attract: ['8M'],
149993
150024
  bite: ['9L1', '8L1'],
149994
150025
  bodyslam: ['9M', '8M'],
149995
- breakingswipe: ['8M'],
150026
+ breakingswipe: ['9M', '8M'],
149996
150027
  brutalswing: ['8M'],
149997
150028
  bugbite: ['9M', '9L16', '8L16'],
149998
150029
  bugbuzz: ['9M', '9L24', '8M', '8L24'],
@@ -150003,8 +150034,9 @@ export const Learnsets = {
150003
150034
  darkpulse: ['9M', '8M'],
150004
150035
  dracometeor: ['9M', '8T'],
150005
150036
  dragonbreath: ['9L1', '8L1'],
150037
+ dragoncheer: ['9M'],
150006
150038
  dragonclaw: ['9M', '8M'],
150007
- dragonhammer: ['8L0'],
150039
+ dragonhammer: ['9M', '8L0'],
150008
150040
  dragonpulse: ['9M', '9L46', '8M', '8L46'],
150009
150041
  dragontail: ['9M'],
150010
150042
  dualwingbeat: ['9M', '8T'],
@@ -150039,7 +150071,7 @@ export const Learnsets = {
150039
150071
  scaleshot: ['9M', '9L0'],
150040
150072
  scaryface: ['9M', '8M'],
150041
150073
  screech: ['8M'],
150042
- skittersmack: ['8T'],
150074
+ skittersmack: ['9M', '8T'],
150043
150075
  sleeptalk: ['9M', '8M'],
150044
150076
  sludgebomb: ['9M', '8M'],
150045
150077
  smog: ['9L12', '8L12'],
@@ -150067,6 +150099,7 @@ export const Learnsets = {
150067
150099
  learnset: {
150068
150100
  acidspray: ['9M', '9L1', '8L1'],
150069
150101
  aerialace: ['9M', '9L10', '8L10'],
150102
+ alluringvoice: ['9M'],
150070
150103
  aromatherapy: ['8L60'],
150071
150104
  assurance: ['8M'],
150072
150105
  attract: ['8M'],
@@ -150107,6 +150140,7 @@ export const Learnsets = {
150107
150140
  payday: ['8M'],
150108
150141
  playrough: ['9M', '9L65', '8M'],
150109
150142
  protect: ['9M', '8M'],
150143
+ psychicnoise: ['9M'],
150110
150144
  recover: ['9L1', '8L1'],
150111
150145
  reflect: ['9M', '8M'],
150112
150146
  rest: ['9M', '8M'],
@@ -150118,7 +150152,7 @@ export const Learnsets = {
150118
150152
  shadowball: ['9M', '8M'],
150119
150153
  sleeptalk: ['9M', '8M'],
150120
150154
  sludgebomb: ['9M', '8M'],
150121
- sludgewave: ['8M'],
150155
+ sludgewave: ['9M', '8M'],
150122
150156
  snarl: ['9M', '8M'],
150123
150157
  snore: ['8M'],
150124
150158
  spite: ['9M', '9L15', '8L15'],
@@ -150195,7 +150229,7 @@ export const Learnsets = {
150195
150229
  skillswap: ['9M', '8M'],
150196
150230
  sleeptalk: ['9M', '8M'],
150197
150231
  sludgebomb: ['9M', '8M'],
150198
- sludgewave: ['8M'],
150232
+ sludgewave: ['9M', '8M'],
150199
150233
  snore: ['8M'],
150200
150234
  stealthrock: ['9M', '8M'],
150201
150235
  steelwing: ['8M'],
@@ -150203,6 +150237,7 @@ export const Learnsets = {
150203
150237
  swift: ['9M', '8M'],
150204
150238
  tailwind: ['9M'],
150205
150239
  takedown: ['9M'],
150240
+ temperflare: ['9M'],
150206
150241
  terablast: ['9M'],
150207
150242
  thunderwave: ['9M', '8M'],
150208
150243
  toxic: ['9L30', '8L30'],
@@ -150296,7 +150331,7 @@ export const Learnsets = {
150296
150331
  sandattack: ['9L1', '8L1'],
150297
150332
  sandstorm: ['9M', '9L1', '8M', '8L1'],
150298
150333
  sandtomb: ['9M', '9L1', '8M', '8L1'],
150299
- scorchingsands: ['8T'],
150334
+ scorchingsands: ['9M', '8T'],
150300
150335
  sleeptalk: ['9M', '8M'],
150301
150336
  snore: ['8M'],
150302
150337
  spitup: ['9L1', '8L1'],
@@ -150310,6 +150345,7 @@ export const Learnsets = {
150310
150345
  swordsdance: ['9M', '8M'],
150311
150346
  tackle: ['9L1', '8L1'],
150312
150347
  taunt: ['9M', '9L1', '8M', '8L1'],
150348
+ temperflare: ['9M'],
150313
150349
  terablast: ['9M'],
150314
150350
  thief: ['9M', '9L1', '8M', '8L1'],
150315
150351
  watergun: ['9L1', '8L1'],
@@ -150438,7 +150474,6 @@ export const Learnsets = {
150438
150474
  hemogoblin: {
150439
150475
  learnset: {
150440
150476
  batonpass: ['9M'],
150441
- bitterblade: ['9L0'],
150442
150477
  bodyslam: ['9M'],
150443
150478
  brutalswing: ['9L1'],
150444
150479
  bulkup: ['9M'],
@@ -150456,7 +150491,6 @@ export const Learnsets = {
150456
150491
  energyball: ['9M'],
150457
150492
  facade: ['9M'],
150458
150493
  fireblast: ['9M'],
150459
- firelash: ['9L1'],
150460
150494
  flamethrower: ['9M'],
150461
150495
  flareblitz: ['9M'],
150462
150496
  fling: ['9M'],
@@ -150497,6 +150531,7 @@ export const Learnsets = {
150497
150531
  tailwhip: ['9L1'],
150498
150532
  takedown: ['9M'],
150499
150533
  taunt: ['9M'],
150534
+ temperflare: ['9M'],
150500
150535
  terablast: ['9M'],
150501
150536
  thunder: ['9M'],
150502
150537
  thunderbolt: ['9M'],