Change Rotom form special move sources to R (#10443)

This commit is contained in:
André Bastos Dias
2024-07-25 01:58:09 +01:00
committed by GitHub
parent 5d569430ca
commit abcfe2bf27
2 changed files with 10 additions and 10 deletions

View File

@@ -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: {

View File

@@ -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: {