diff --git a/mods/gen1/formats-data.js b/mods/gen1/formats-data.js index 7b7700c2c0..dca3e94054 100644 --- a/mods/gen1/formats-data.js +++ b/mods/gen1/formats-data.js @@ -74,7 +74,9 @@ exports.BattleFormatsData = { tier: "NFE", }, beedrill: { - randomBattleMoves: ["twineedle", "hyperbeam", "swordsdance", "agility"], + randomBattleMoves: ["twineedle", "megadrain", "swordsdance"], + exclusiveMoves: ["doubleedge", "doubleedge", "hyperbeam"], + comboMoves: ["twineedle", "hyperbeam", "swordsdance", "agility"], tier: "UU", }, pidgey: { @@ -535,7 +537,7 @@ exports.BattleFormatsData = { exeggcute: { randomBattleMoves: ["sleeppowder", "stunspore"], essentialMove: "psychic", - exclusiveMoves: ["explosion", "doubleedge"], + exclusiveMoves: ["explosion", "explosion", "doubleedge"], tier: "LC", }, exeggutor: {