From 76eb3eb3bfeef0b9aa414659923b0e09468469ef Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:50:24 -0700 Subject: [PATCH] Update Kalos starter Mega abilities (#11781) --- data/pokedex.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",