Skip to content

Commit 3e8fc8a

Browse files
BDSP: Rotom's special moves are restricted moves
1 parent 5d56943 commit 3e8fc8a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

data/learnsets.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -52310,27 +52310,27 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
5231052310
},
5231152311
rotomheat: {
5231252312
learnset: {
52313-
overheat: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
52313+
overheat: ["9R", "8R", "7R", "6R", "5R", "4R"],
5231452314
},
5231552315
},
5231652316
rotomwash: {
5231752317
learnset: {
52318-
hydropump: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
52318+
hydropump: ["9R", "8R", "7R", "6R", "5R", "4R"],
5231952319
},
5232052320
},
5232152321
rotomfrost: {
5232252322
learnset: {
52323-
blizzard: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
52323+
blizzard: ["9R", "8R", "7R", "6R", "5R", "4R"],
5232452324
},
5232552325
},
5232652326
rotomfan: {
5232752327
learnset: {
52328-
airslash: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
52328+
airslash: ["9R", "8R", "7R", "6R", "5R", "4R"],
5232952329
},
5233052330
},
5233152331
rotommow: {
5233252332
learnset: {
52333-
leafstorm: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
52333+
leafstorm: ["9R", "8R", "7R", "6R", "5R", "4R"],
5233452334
},
5233552335
},
5233652336
uxie: {

data/mods/gen8bdsp/learnsets.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -24396,27 +24396,27 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
2439624396
},
2439724397
rotomheat: {
2439824398
learnset: {
24399-
overheat: ["8T"],
24399+
overheat: ["8R"],
2440024400
},
2440124401
},
2440224402
rotomwash: {
2440324403
learnset: {
24404-
hydropump: ["8T"],
24404+
hydropump: ["8R"],
2440524405
},
2440624406
},
2440724407
rotomfrost: {
2440824408
learnset: {
24409-
blizzard: ["8T"],
24409+
blizzard: ["8R"],
2441024410
},
2441124411
},
2441224412
rotomfan: {
2441324413
learnset: {
24414-
airslash: ["8T"],
24414+
airslash: ["8R"],
2441524415
},
2441624416
},
2441724417
rotommow: {
2441824418
learnset: {
24419-
leafstorm: ["8T"],
24419+
leafstorm: ["8R"],
2442024420
},
2442124421
},
2442224422
uxie: {

0 commit comments

Comments
 (0)