From 43a9f31ddb4cb13987ecf3ce8a2d129beae8f7d0 Mon Sep 17 00:00:00 2001 From: Prof-Holon Date: Thu, 26 Mar 2026 15:29:35 +0000 Subject: [PATCH] Update species_info.h --- src/data/pokemon/species_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/pokemon/species_info.h b/src/data/pokemon/species_info.h index b7e38cc5f..74522ea55 100644 --- a/src/data/pokemon/species_info.h +++ b/src/data/pokemon/species_info.h @@ -11001,7 +11001,7 @@ const struct SpeciesInfo gSpeciesInfo[] = .baseSpeed = 50, .baseSpAttack = 75, .baseSpDefense = 150, - .types = {TYPE_ROCK, TYPE_ROCK}, + .types = {TYPE_ELECTRIC, TYPE_ELECTRIC}, .catchRate = 3, .expYield = 215, .evYield_HP = 0,