Skip to content

Commit

Permalink
Fix Eruption Heatran event
Browse files Browse the repository at this point in the history
  • Loading branch information
DaWoblefet committed Mar 29, 2021
1 parent ed454ef commit d6e7df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47532,7 +47532,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
eventData: [
{generation: 4, level: 70, shiny: 1, moves: ["scaryface", "lavaplume", "firespin", "ironhead"]},
{generation: 4, level: 50, shiny: 1, moves: ["metalsound", "crunch", "scaryface", "lavaplume"]},
{generation: 4, level: 50, nature: "Quiet", moves: ["eruption", "magmastorm", "earthpower", "ancientpower"], pokeball: "pokeball"},
{generation: 4, level: 50, gender: "M", nature: "Quiet", moves: ["eruption", "magmastorm", "earthpower", "ancientpower"], pokeball: "pokeball"},
{generation: 5, level: 68, shiny: 1, moves: ["scaryface", "lavaplume", "firespin", "ironhead"]},
{generation: 6, level: 50, shiny: 1, moves: ["metalsound", "crunch", "scaryface", "lavaplume"]},
{generation: 7, level: 60, shiny: 1, moves: ["crunch", "scaryface", "lavaplume", "firespin"]},
Expand Down

0 comments on commit d6e7df5

Please sign in to comment.