Skip to content

Commit

Permalink
BDSP: Rotom's special moves are restricted moves
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias committed Jul 25, 2024
1 parent 5d56943 commit 3e8fc8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions data/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52310,27 +52310,27 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
},
rotomheat: {
learnset: {
overheat: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
overheat: ["9R", "8R", "7R", "6R", "5R", "4R"],
},
},
rotomwash: {
learnset: {
hydropump: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
hydropump: ["9R", "8R", "7R", "6R", "5R", "4R"],
},
},
rotomfrost: {
learnset: {
blizzard: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
blizzard: ["9R", "8R", "7R", "6R", "5R", "4R"],
},
},
rotomfan: {
learnset: {
airslash: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
airslash: ["9R", "8R", "7R", "6R", "5R", "4R"],
},
},
rotommow: {
learnset: {
leafstorm: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
leafstorm: ["9R", "8R", "7R", "6R", "5R", "4R"],
},
},
uxie: {
Expand Down
10 changes: 5 additions & 5 deletions data/mods/gen8bdsp/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24396,27 +24396,27 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
},
rotomheat: {
learnset: {
overheat: ["8T"],
overheat: ["8R"],
},
},
rotomwash: {
learnset: {
hydropump: ["8T"],
hydropump: ["8R"],
},
},
rotomfrost: {
learnset: {
blizzard: ["8T"],
blizzard: ["8R"],
},
},
rotomfan: {
learnset: {
airslash: ["8T"],
airslash: ["8R"],
},
},
rotommow: {
learnset: {
leafstorm: ["8T"],
leafstorm: ["8R"],
},
},
uxie: {
Expand Down

0 comments on commit 3e8fc8a

Please sign in to comment.