Skip to content

Commit

Permalink
Gen 1: Articuno and Jolteon are OU
Browse files Browse the repository at this point in the history
  • Loading branch information
Joimer committed May 21, 2015
1 parent ae89d74 commit c8f1b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/gen1/formats-data.js
Expand Up @@ -603,7 +603,7 @@ exports.BattleFormatsData = {
jolteon: {
randomBattleMoves: ["thunderwave","pinmissile","bodyslam","doublekick","sandattack"],
essentialMove: "thunderbolt",
tier: "UU"
tier: "OU"
},
flareon: {
randomBattleMoves: ["fireblast","bodyslam","hyperbeam","quickattack"],
Expand Down Expand Up @@ -643,7 +643,7 @@ exports.BattleFormatsData = {
},
articuno: {
randomBattleMoves: ["blizzard","rest","reflect","icebeam","mimic"],
tier: "UU"
tier: "OU"
},
zapdos: {
randomBattleMoves: ["thunderbolt","drillpeck","thunderwave","agility"],
Expand Down

0 comments on commit c8f1b8c

Please sign in to comment.