diff --git a/data/pokedex.ts b/data/pokedex.ts index 15f545e973..e0700637b1 100644 --- a/data/pokedex.ts +++ b/data/pokedex.ts @@ -12034,7 +12034,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = { types: ["Grass", "Fighting"], genderRatio: { M: 0.875, F: 0.125 }, baseStats: { hp: 88, atk: 137, def: 172, spa: 74, spd: 115, spe: 44 }, - abilities: { 0: "Overgrow", H: "Bulletproof" }, + abilities: { 0: "Bulletproof" }, heightm: 1.6, weightkg: 90, color: "Green", @@ -12094,7 +12094,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = { types: ["Fire", "Psychic"], genderRatio: { M: 0.875, F: 0.125 }, baseStats: { hp: 75, atk: 69, def: 72, spa: 159, spd: 125, spe: 134 }, - abilities: { 0: "Blaze", H: "Magician" }, + abilities: { 0: "Levitate" }, heightm: 1.5, weightkg: 39, color: "Red", @@ -12186,7 +12186,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = { types: ["Water", "Dark"], genderRatio: { M: 0.875, F: 0.125 }, baseStats: { hp: 72, atk: 125, def: 77, spa: 133, spd: 81, spe: 142 }, - abilities: { 0: "Torrent", H: "Protean" }, + abilities: { 0: "Protean" }, heightm: 1.5, weightkg: 40, color: "Blue",