From db94e3c0652a47643bc89499f2be8888654efcaf Mon Sep 17 00:00:00 2001 From: Eduardo Alvaro Quezada D'Ottone Date: Wed, 22 Jul 2020 17:39:08 -0400 Subject: [PATCH] Removed empty evYields for SpAttack. (#471) --- src/data/pokemon/base_stats.h | 698 +--------------------------------- 1 file changed, 7 insertions(+), 691 deletions(-) diff --git a/src/data/pokemon/base_stats.h b/src/data/pokemon/base_stats.h index 71d1de9163..2dca94a4ad 100644 --- a/src/data/pokemon/base_stats.h +++ b/src/data/pokemon/base_stats.h @@ -96,7 +96,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 62, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -173,7 +172,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 63, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -199,7 +197,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 142, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, @@ -225,7 +222,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 45, .expYield = 239, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, @@ -252,7 +248,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 39, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -278,7 +273,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 72, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -330,7 +324,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 39, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -356,7 +349,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 72, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -381,7 +373,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 178, .evYield_Attack = 2, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), @@ -409,7 +400,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 50, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -435,7 +425,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 122, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -461,7 +450,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 216, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -487,7 +475,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 51, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -513,7 +500,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 127, .expYield = 145, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -539,7 +525,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 52, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SHARP_BEAK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -566,7 +551,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 155, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SHARP_BEAK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -593,7 +577,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 58, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -619,7 +602,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 157, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -645,7 +627,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 112, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, @@ -672,7 +653,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 218, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, .friendship = 70, @@ -698,7 +678,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_GRIP_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -725,7 +704,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 158, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_GRIP_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -752,7 +730,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 235, .expYield = 55, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = MON_FEMALE, .eggCycles = 20, .friendship = 70, @@ -778,7 +755,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 128, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = MON_FEMALE, .eggCycles = 20, .friendship = 70, @@ -804,7 +780,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 227, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_FEMALE, .eggCycles = 20, .friendship = 70, @@ -830,7 +805,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 235, .expYield = 55, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, @@ -856,7 +830,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 128, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, @@ -882,7 +855,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 227, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, @@ -908,7 +880,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 150, .expYield = 113, .evYield_HP = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MOON_STONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, @@ -935,7 +906,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 25, .expYield = 217, .evYield_HP = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MOON_STONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, @@ -962,7 +932,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 60, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CHARCOAL, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, @@ -989,7 +958,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 177, .evYield_Speed = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_CHARCOAL, .genderRatio = PERCENT_FEMALE(75), @@ -1017,7 +985,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 170, .expYield = 95, .evYield_HP = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MOON_STONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, @@ -1044,7 +1011,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 50, .expYield = 196, .evYield_HP = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MOON_STONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, @@ -1071,7 +1037,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 49, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -1097,7 +1062,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 159, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -1201,7 +1165,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 57, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_TINY_MUSHROOM, .item2 = ITEM_NONE, // ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), @@ -1230,7 +1193,6 @@ const struct BaseStats gBaseStats[] = .expYield = 142, .evYield_Attack = 2, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_TINY_MUSHROOM, .item2 = ITEM_NONE, // ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), @@ -1257,7 +1219,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_POISON, .catchRate = 190, .expYield = 61, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -1311,7 +1272,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 53, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -1338,7 +1298,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 50, .expYield = 149, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -1365,7 +1324,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 58, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -1392,7 +1350,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 154, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -1469,7 +1426,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 61, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -1495,7 +1451,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 159, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -1521,7 +1476,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 70, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, .friendship = 70, @@ -1547,7 +1501,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 194, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, .friendship = 70, @@ -1573,7 +1526,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -1599,7 +1551,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 135, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -1626,7 +1577,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 230, .evYield_Defense = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -1731,7 +1681,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 61, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_FOCUS_BAND, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, @@ -1758,7 +1707,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 142, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_FOCUS_BAND, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, @@ -1785,7 +1733,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 227, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_FOCUS_BAND, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, @@ -1812,7 +1759,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -1838,7 +1784,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 137, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -1864,7 +1809,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 221, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -1889,7 +1833,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_POISON, .catchRate = 190, .expYield = 67, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), @@ -1916,7 +1859,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_POISON, .catchRate = 60, .expYield = 180, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), @@ -1944,7 +1886,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_EVERSTONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -1971,7 +1912,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 137, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_EVERSTONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -1998,7 +1938,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 223, .evYield_Defense = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_EVERSTONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -2025,7 +1964,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 82, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -2051,7 +1989,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 175, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -2077,7 +2014,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 63, .evYield_HP = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LAGGING_TAIL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2104,7 +2040,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 172, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2183,7 +2118,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 132, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_STICK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2210,7 +2144,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 62, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SHARP_BEAK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2237,7 +2170,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 165, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SHARP_BEAK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2263,7 +2195,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 190, .expYield = 65, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2289,7 +2220,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ICE, .catchRate = 75, .expYield = 166, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2316,7 +2246,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 65, .evYield_HP = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2344,7 +2273,6 @@ const struct BaseStats gBaseStats[] = .expYield = 175, .evYield_HP = 1, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2371,7 +2299,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 61, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_PEARL, .item2 = ITEM_NONE, // ITEM_BIG_PEARL, .genderRatio = PERCENT_FEMALE(50), @@ -2399,7 +2326,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 184, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_PEARL, .item2 = ITEM_NONE, // ITEM_BIG_PEARL, .genderRatio = PERCENT_FEMALE(50), @@ -2499,7 +2425,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 77, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -2524,7 +2449,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 190, .expYield = 66, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2550,7 +2474,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 75, .expYield = 169, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2577,7 +2500,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 65, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -2603,7 +2525,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 166, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -2629,7 +2550,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 66, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 20, .friendship = 70, @@ -2655,7 +2575,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 172, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 20, .friendship = 70, @@ -2681,7 +2600,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 65, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_PSYCHIC_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2733,7 +2651,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 64, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_THICK_CLUB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2760,7 +2677,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 149, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_THICK_CLUB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2787,7 +2703,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 159, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 25, .friendship = 70, @@ -2812,7 +2727,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 45, .expYield = 159, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = MON_MALE, .eggCycles = 25, @@ -2839,7 +2753,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 77, .evYield_HP = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LAGGING_TAIL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2866,7 +2779,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 68, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SMOKE_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2892,7 +2804,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 172, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SMOKE_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -2918,7 +2829,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 69, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -2944,7 +2854,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 170, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -2970,7 +2879,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 395, .evYield_HP = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_LUCKY_PUNCH, .genderRatio = MON_FEMALE, .eggCycles = 40, @@ -2997,7 +2905,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 87, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -3023,7 +2930,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 172, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = MON_FEMALE, .eggCycles = 20, .friendship = 70, @@ -3102,7 +3008,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 64, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -3129,7 +3034,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 158, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -3156,7 +3060,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 68, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_STARDUST, .item2 = ITEM_NONE, // ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, @@ -3184,7 +3087,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 182, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_STARDUST, .item2 = ITEM_NONE, // ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, @@ -3211,7 +3113,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 45, .expYield = 161, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -3238,7 +3139,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 100, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -3289,7 +3189,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 172, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_ELECTIRIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, @@ -3342,7 +3241,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 175, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -3369,7 +3267,6 @@ const struct BaseStats gBaseStats[] = .expYield = 172, .evYield_Attack = 1, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, @@ -3395,7 +3292,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 40, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 5, .friendship = 70, @@ -3421,7 +3317,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 189, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 5, .friendship = 70, @@ -3447,7 +3342,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 187, .evYield_HP = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_MYSTIC_WATER, .item2 = ITEM_NONE, // ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), @@ -3475,7 +3369,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 35, .expYield = 101, .evYield_HP = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_QUICK_POWDER, .item2 = ITEM_NONE, // ITEM_METAL_POWDER, .genderRatio = MON_GENDERLESS, @@ -3502,7 +3395,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_NORMAL, .catchRate = 45, .expYield = 65, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, @@ -3529,7 +3421,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 184, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, .friendship = 70, @@ -3555,7 +3446,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 184, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, .friendship = 70, @@ -3581,7 +3471,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 184, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, .friendship = 70, @@ -3632,7 +3521,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 71, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -3658,7 +3546,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 173, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -3684,7 +3571,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 71, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -3710,7 +3596,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 173, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -3736,7 +3621,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 180, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, .friendship = 70, @@ -3762,7 +3646,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 25, .expYield = 189, .evYield_HP = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_LEFTOVERS, .item2 = ITEM_NONE, // ITEM_LEFTOVERS, .genderRatio = PERCENT_FEMALE(12.5), @@ -3789,7 +3672,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 3, .expYield = 261, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_GENDERLESS, .eggCycles = 80, @@ -3866,7 +3748,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DRAGON_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -3893,7 +3774,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 147, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DRAGON_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -3920,7 +3800,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DRAGON_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -3972,7 +3851,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_HP = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_LUM_BERRY, .item2 = ITEM_NONE, // ITEM_LUM_BERRY, .genderRatio = MON_GENDERLESS, @@ -3998,7 +3876,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 45, .expYield = 64, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, @@ -4025,7 +3902,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 142, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, @@ -4052,7 +3928,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 236, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, @@ -4079,7 +3954,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 62, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -4156,7 +4030,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 63, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -4183,7 +4056,6 @@ const struct BaseStats gBaseStats[] = .expYield = 142, .evYield_Attack = 1, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -4210,7 +4082,6 @@ const struct BaseStats gBaseStats[] = .expYield = 239, .evYield_Attack = 2, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -4236,7 +4107,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 43, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -4262,7 +4132,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 145, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -4288,7 +4157,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 52, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -4314,7 +4182,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 158, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -4339,7 +4206,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 255, .expYield = 53, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -4365,7 +4231,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 90, .expYield = 137, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -4392,7 +4257,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 50, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -4418,7 +4282,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 140, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -4444,7 +4307,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 241, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -4470,7 +4332,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 66, .evYield_HP = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DEEP_SEA_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -4497,7 +4358,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 161, .evYield_HP = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DEEP_SEA_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -4524,7 +4384,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 41, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, .friendship = 70, @@ -4549,7 +4408,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 150, .expYield = 44, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_MOON_STONE, .genderRatio = PERCENT_FEMALE(75), @@ -4577,7 +4435,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 170, .expYield = 42, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, .friendship = 70, @@ -4602,7 +4459,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 190, .expYield = 49, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 10, @@ -4628,7 +4484,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 75, .expYield = 142, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 10, @@ -4780,7 +4635,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 45, .expYield = 221, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .item2 = ITEM_NONE, // ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), @@ -4808,7 +4662,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 88, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, .friendship = 70, @@ -4834,7 +4687,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 189, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, .friendship = 70, @@ -4860,7 +4712,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 65, .expYield = 144, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -4885,7 +4736,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 45, .expYield = 225, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .item2 = ITEM_NONE, // ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), @@ -4912,7 +4762,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 255, .expYield = 50, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -4939,7 +4788,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 119, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -4965,7 +4813,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 207, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -4991,7 +4838,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 72, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5067,7 +4913,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 78, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_WIDE_LENS, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -5094,7 +4939,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 42, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5120,7 +4964,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 151, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5170,7 +5013,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DARK, .catchRate = 45, .expYield = 184, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, @@ -5197,7 +5039,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 81, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 35, @@ -5222,7 +5063,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 70, .expYield = 172, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .item2 = ITEM_NONE, // ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), @@ -5249,7 +5089,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GHOST, .catchRate = 45, .expYield = 87, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -5300,7 +5139,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 142, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5351,7 +5189,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 58, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5377,7 +5214,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 163, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5403,7 +5239,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 145, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5429,7 +5264,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 86, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5455,7 +5289,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 25, .expYield = 179, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METAL_COAT, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -5482,7 +5315,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, .friendship = 70, @@ -5508,7 +5340,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 158, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, .friendship = 70, @@ -5534,7 +5365,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 88, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -5561,7 +5391,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 25, .expYield = 175, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -5587,7 +5416,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 177, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item1 = ITEM_NONE, // ITEM_BERRY_JUICE, .item2 = ITEM_NONE, // ITEM_BERRY_JUICE, @@ -5616,7 +5444,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 175, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -5642,7 +5469,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 86, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -5669,7 +5495,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 66, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5695,7 +5520,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 175, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5746,7 +5570,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 151, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5772,7 +5595,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 50, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5799,7 +5621,6 @@ const struct BaseStats gBaseStats[] = .expYield = 158, .evYield_HP = 1, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5825,7 +5646,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 144, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_LUMINOUS_MOSS, .genderRatio = PERCENT_FEMALE(75), @@ -5904,7 +5724,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 116, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -5929,7 +5748,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 25, .expYield = 170, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -5956,7 +5774,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 25, .expYield = 163, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METAL_COAT, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -6061,7 +5878,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 66, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -6088,7 +5904,6 @@ const struct BaseStats gBaseStats[] = .expYield = 175, .evYield_Attack = 1, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -6139,7 +5954,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 163, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -6165,7 +5979,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 88, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -6191,7 +6004,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 42, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 25, .friendship = 70, @@ -6216,7 +6028,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 45, .expYield = 159, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = MON_MALE, .eggCycles = 25, @@ -6268,7 +6079,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 72, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_ELECTIRIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, @@ -6295,7 +6105,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 73, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MAGMARIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, @@ -6322,7 +6131,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 172, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_MOOMOO_MILK, .item2 = ITEM_NONE, // ITEM_MOOMOO_MILK, .genderRatio = MON_FEMALE, @@ -6350,7 +6158,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 608, .evYield_HP = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LUCKY_EGG, .genderRatio = MON_FEMALE, .eggCycles = 40, @@ -6404,7 +6211,6 @@ const struct BaseStats gBaseStats[] = .expYield = 261, .evYield_HP = 1, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 80, .friendship = 35, @@ -6430,7 +6236,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = MON_GENDERLESS, .eggCycles = 80, @@ -6457,7 +6262,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 35, @@ -6483,7 +6287,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 144, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 35, @@ -6508,7 +6311,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 35, @@ -6533,7 +6335,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 3, .expYield = 306, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_GENDERLESS, .eggCycles = 120, @@ -6559,7 +6360,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 3, .expYield = 306, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .item1 = ITEM_NONE, // ITEM_SACRED_ASH, .item2 = ITEM_NONE, // ITEM_SACRED_ASH, @@ -6588,7 +6388,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_HP = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_LUM_BERRY, .item2 = ITEM_NONE, // ITEM_LUM_BERRY, .genderRatio = MON_GENDERLESS, @@ -6615,7 +6414,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 62, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -6641,7 +6439,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 142, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -6667,7 +6464,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 239, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -6744,7 +6540,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 239, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -6770,7 +6565,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 62, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -6796,7 +6590,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 142, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -6822,7 +6615,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 241, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -6848,7 +6640,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 56, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -6874,7 +6665,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 127, .expYield = 147, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -6900,7 +6690,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 56, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_POTION, .item2 = ITEM_NONE, // ITEM_REVIVE, .genderRatio = PERCENT_FEMALE(50), @@ -6928,7 +6717,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 147, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_POTION, .item2 = ITEM_NONE, // ITEM_MAX_REVIVE, .genderRatio = PERCENT_FEMALE(50), @@ -6956,7 +6744,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 56, .evYield_HP = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_PECHA_BERRY, .item2 = ITEM_NONE, // ITEM_BRIGHT_POWDER, .genderRatio = PERCENT_FEMALE(50), @@ -6984,7 +6771,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 72, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -7035,7 +6821,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 72, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -7059,7 +6844,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_POISON, .catchRate = 45, .expYield = 173, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .item2 = ITEM_NONE, // ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), @@ -7086,7 +6870,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 255, .expYield = 44, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), @@ -7113,7 +6896,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 120, .expYield = 119, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), @@ -7140,7 +6922,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 45, .expYield = 216, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .item2 = ITEM_NONE, // ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), @@ -7168,7 +6949,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 44, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POWER_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -7195,7 +6975,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 119, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POWER_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -7222,7 +7001,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 216, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POWER_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -7249,7 +7027,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 54, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -7275,7 +7052,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 159, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -7301,7 +7077,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 54, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_PRETTY_WING, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -7328,7 +7103,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 154, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_PRETTY_WING, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -7430,7 +7204,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 54, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_HONEY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -7484,7 +7257,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 59, .evYield_HP = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_TINY_MUSHROOM, .item2 = ITEM_NONE, // ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), @@ -7512,7 +7284,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 161, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_TINY_MUSHROOM, .item2 = ITEM_NONE, // ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), @@ -7540,7 +7311,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 56, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -7565,7 +7335,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 154, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -7590,7 +7359,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 252, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -7615,7 +7383,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 53, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -7642,7 +7409,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 160, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -7668,7 +7434,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 83, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 15, .friendship = 70, @@ -7693,7 +7458,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 48, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -7719,7 +7483,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 126, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -7745,7 +7508,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 221, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -7771,7 +7533,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 47, .evYield_HP = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_BELT, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, @@ -7798,7 +7559,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 166, .evYield_HP = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, @@ -7825,7 +7585,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 150, .expYield = 38, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, .friendship = 70, @@ -7851,7 +7610,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 75, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MAGNET, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -7878,7 +7636,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 52, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, .friendship = 70, @@ -7905,7 +7662,6 @@ const struct BaseStats gBaseStats[] = .expYield = 140, .evYield_HP = 1, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, .friendship = 70, @@ -7932,7 +7688,6 @@ const struct BaseStats gBaseStats[] = .expYield = 133, .evYield_Attack = 1, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_WIDE_LENS, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -7960,7 +7715,6 @@ const struct BaseStats gBaseStats[] = .expYield = 133, .evYield_Attack = 1, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_IRON_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -7987,7 +7741,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 66, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 35, @@ -8014,7 +7767,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 151, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 35, @@ -8041,7 +7793,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 239, .evYield_Defense = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 35, @@ -8068,7 +7819,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 56, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -8094,7 +7844,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 144, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -8120,7 +7869,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 59, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -8146,7 +7894,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 166, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -8172,7 +7919,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 142, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CELL_BATTERY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8199,7 +7945,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 142, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CELL_BATTERY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8226,7 +7971,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 150, .expYield = 151, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BRIGHT_POWDER, .genderRatio = MON_MALE, .eggCycles = 15, @@ -8253,7 +7997,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 150, .expYield = 151, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BRIGHT_POWDER, .genderRatio = MON_FEMALE, .eggCycles = 15, @@ -8306,7 +8049,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 60, .evYield_HP = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_ORAN_BERRY, .item2 = ITEM_NONE, // ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), @@ -8334,7 +8076,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 163, .evYield_HP = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_ORAN_BERRY, .item2 = ITEM_NONE, // ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), @@ -8362,7 +8103,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 61, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DEEP_SEA_TOOTH, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8389,7 +8129,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 161, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DEEP_SEA_TOOTH, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8416,7 +8155,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 125, .expYield = 80, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 70, @@ -8442,7 +8180,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 175, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 70, @@ -8519,7 +8256,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 165, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CHARCOAL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8545,7 +8281,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 255, .expYield = 66, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8571,7 +8306,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 60, .expYield = 165, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8623,7 +8357,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 58, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8651,7 +8384,6 @@ const struct BaseStats gBaseStats[] = .expYield = 119, .evYield_Attack = 1, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -8677,7 +8409,6 @@ const struct BaseStats gBaseStats[] = .expYield = 234, .evYield_Attack = 1, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -8754,7 +8485,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 255, .expYield = 62, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8780,7 +8510,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 45, .expYield = 172, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8807,7 +8536,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 160, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -8887,7 +8615,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 161, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_STARDUST, .item2 = ITEM_NONE, // ITEM_SUN_STONE, .genderRatio = MON_GENDERLESS, @@ -8914,7 +8641,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 58, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -8940,7 +8666,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 164, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -8966,7 +8691,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 205, .expYield = 62, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -8992,7 +8716,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 155, .expYield = 164, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -9017,7 +8740,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 255, .expYield = 60, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_LIGHT_CLAY, .genderRatio = MON_GENDERLESS, @@ -9043,7 +8765,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 90, .expYield = 175, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_LIGHT_CLAY, .genderRatio = MON_GENDERLESS, @@ -9069,7 +8790,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 45, .expYield = 71, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_BIG_ROOT, .genderRatio = PERCENT_FEMALE(12.5), @@ -9096,7 +8816,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 45, .expYield = 173, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_BIG_ROOT, .genderRatio = PERCENT_FEMALE(12.5), @@ -9124,7 +8843,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 71, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -9150,7 +8868,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 173, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -9176,7 +8893,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 40, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -9201,7 +8917,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 60, .expYield = 189, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -9228,7 +8943,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 147, .evYield_HP = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_MYSTIC_WATER, .item2 = ITEM_NONE, // ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), @@ -9254,7 +8968,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_NORMAL, .catchRate = 200, .expYield = 154, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -9281,7 +8994,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 59, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -9308,7 +9020,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 159, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -9334,7 +9045,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GHOST, .catchRate = 190, .expYield = 59, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), @@ -9362,7 +9072,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 159, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), @@ -9390,7 +9099,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 161, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -9442,7 +9150,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 163, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 35, @@ -9468,7 +9175,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 125, .expYield = 52, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -9494,7 +9200,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 60, .evYield_HP = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SNOWBALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -9521,7 +9226,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 168, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -9547,7 +9251,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 58, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -9573,7 +9276,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 144, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -9599,7 +9301,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 239, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -9625,7 +9326,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 69, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_PEARL, .item2 = ITEM_NONE, // ITEM_BIG_PEARL, .genderRatio = PERCENT_FEMALE(50), @@ -9654,7 +9354,6 @@ const struct BaseStats gBaseStats[] = .expYield = 170, .evYield_Attack = 1, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DEEP_SEA_TOOTH, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -9708,7 +9407,6 @@ const struct BaseStats gBaseStats[] = .expYield = 170, .evYield_HP = 1, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DEEP_SEA_SCALE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 40, @@ -9735,7 +9433,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 116, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_HEART_SCALE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, @@ -9762,7 +9459,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DRAGON_FANG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -9789,7 +9485,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 147, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DRAGON_FANG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -9816,7 +9511,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DRAGON_FANG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -9843,7 +9537,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 60, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 40, @@ -9870,7 +9563,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 147, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 40, @@ -9897,7 +9589,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 270, .evYield_Defense = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 40, @@ -9924,7 +9615,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Defense = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 80, .friendship = 35, @@ -9949,7 +9639,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ICE, .catchRate = 3, .expYield = 261, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_GENDERLESS, .eggCycles = 80, @@ -9976,7 +9665,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Defense = 2, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = MON_GENDERLESS, .eggCycles = 80, @@ -10002,7 +9690,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 3, .expYield = 270, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_FEMALE, .eggCycles = 120, @@ -10076,7 +9763,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 302, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -10126,7 +9812,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 270, .evYield_HP = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_STAR_PIECE, .item2 = ITEM_NONE, // ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, @@ -10179,7 +9864,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 64, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -10206,7 +9890,6 @@ const struct BaseStats gBaseStats[] = .expYield = 142, .evYield_Attack = 1, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -10233,7 +9916,6 @@ const struct BaseStats gBaseStats[] = .expYield = 236, .evYield_Attack = 2, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -10259,7 +9941,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 62, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -10413,7 +10094,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 49, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -10439,7 +10119,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 119, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -10465,7 +10144,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 218, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -10491,7 +10169,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 50, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -10517,7 +10194,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 127, .expYield = 144, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -10543,7 +10219,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 39, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METRONOME, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -10570,7 +10245,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 134, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METRONOME, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -10597,7 +10271,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 235, .expYield = 53, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -10623,7 +10296,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 127, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 100, @@ -10649,7 +10321,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 235, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -10727,7 +10398,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 70, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -10753,7 +10423,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 173, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -10779,7 +10448,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 70, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -10805,7 +10473,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 173, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -10830,7 +10497,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_BUG, .catchRate = 120, .expYield = 45, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -10856,7 +10522,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_BUG, .catchRate = 120, .expYield = 45, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -10881,7 +10546,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_BUG, .catchRate = 120, .expYield = 45, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -10906,7 +10570,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 45, .expYield = 148, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_SILVER_POWDER, .genderRatio = MON_FEMALE, @@ -11014,7 +10677,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 49, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_HONEY, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, @@ -11041,7 +10703,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 166, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = MON_FEMALE, @@ -11069,7 +10730,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 142, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, .friendship = 100, @@ -11095,7 +10755,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 66, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -11121,7 +10780,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 173, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -11197,7 +10855,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 65, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -11223,7 +10880,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 166, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -11249,7 +10905,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 169, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 100, @@ -11275,7 +10930,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 125, .expYield = 70, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, .friendship = 70, @@ -11301,7 +10955,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 174, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, .friendship = 70, @@ -11327,7 +10980,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 70, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 0, @@ -11353,7 +11005,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 168, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 140, @@ -11404,7 +11055,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 177, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 35, @@ -11430,7 +11080,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 62, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, .friendship = 70, @@ -11456,7 +11105,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 158, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, .friendship = 70, @@ -11507,7 +11155,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 66, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -11533,7 +11180,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 168, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -11559,7 +11205,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 20, @@ -11586,7 +11231,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 175, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, @@ -11614,7 +11258,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 58, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -11639,7 +11282,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 145, .expYield = 62, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -11666,7 +11308,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 130, .expYield = 110, .evYield_HP = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_OVAL_STONE, .genderRatio = MON_FEMALE, .eggCycles = 40, @@ -11693,7 +11334,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 144, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_METRONOME, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -11720,7 +11360,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 100, .expYield = 170, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, @@ -11747,7 +11386,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 70, @@ -11773,7 +11411,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 144, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 70, @@ -11799,7 +11436,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 70, @@ -11825,7 +11461,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 50, .expYield = 78, .evYield_HP = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_LEFTOVERS, .item2 = ITEM_NONE, // ITEM_LEFTOVERS, .genderRatio = PERCENT_FEMALE(12.5), @@ -11853,7 +11488,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 57, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 25, .friendship = 70, @@ -11905,7 +11539,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 140, .expYield = 66, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, .friendship = 70, @@ -11931,7 +11564,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 184, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, .friendship = 70, @@ -11957,7 +11589,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 66, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -11984,7 +11615,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 175, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -12011,7 +11641,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 140, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, @@ -12038,7 +11667,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 172, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -12065,7 +11693,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 159, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -12090,7 +11717,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 66, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -12116,7 +11742,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 161, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -12141,7 +11766,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 25, .expYield = 69, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -12168,7 +11792,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 67, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -12223,7 +11846,6 @@ const struct BaseStats gBaseStats[] = .expYield = 179, .evYield_Attack = 1, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -12276,7 +11898,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 180, .evYield_HP = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LAGGING_TAIL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -12303,7 +11924,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 241, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -12329,7 +11949,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 187, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -12355,7 +11974,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 243, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_ELECTIRIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, @@ -12434,7 +12052,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 180, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_WIDE_LENS, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -12461,7 +12078,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 184, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, .friendship = 35, @@ -12512,7 +12128,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 179, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -12538,7 +12153,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 50, .expYield = 239, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -12589,7 +12203,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 233, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 35, @@ -12615,7 +12228,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 184, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_MAGNET, .genderRatio = PERCENT_FEMALE(50), @@ -12643,7 +12255,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 236, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), @@ -12671,7 +12282,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 168, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = MON_FEMALE, .eggCycles = 20, .friendship = 70, @@ -12847,7 +12457,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Defense = 2, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = MON_GENDERLESS, .eggCycles = 80, @@ -12999,7 +12608,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 302, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -13024,7 +12632,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 306, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -13049,7 +12656,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 3, .expYield = 270, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_FEMALE, .eggCycles = 120, @@ -13075,7 +12681,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 216, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 40, .friendship = 70, @@ -13100,7 +12705,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 270, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 10, .friendship = 70, @@ -13150,7 +12754,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_HP = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_LUM_BERRY, .item2 = ITEM_NONE, // ITEM_LUM_BERRY, .genderRatio = MON_GENDERLESS, @@ -13177,7 +12780,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 324, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -13202,7 +12804,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 270, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 100, @@ -13227,7 +12828,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 62, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13253,7 +12853,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 145, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13279,7 +12878,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 238, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13305,7 +12903,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 62, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13331,7 +12928,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 146, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13357,7 +12953,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 238, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13458,7 +13053,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 51, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -13484,7 +13078,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 147, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -13510,7 +13103,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 55, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -13536,7 +13128,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 130, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -13562,7 +13153,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 225, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -13588,7 +13178,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 56, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -13614,7 +13203,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 156, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -13640,7 +13228,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 63, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13666,7 +13253,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 174, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13692,7 +13278,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 63, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13718,7 +13303,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 174, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13744,7 +13328,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 63, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13770,7 +13353,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 174, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -13796,7 +13378,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 58, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, .friendship = 70, @@ -13822,7 +13403,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 170, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, .friendship = 70, @@ -13848,7 +13428,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 53, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -13874,7 +13453,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 125, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -13900,7 +13478,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 220, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -13926,7 +13503,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 59, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -13952,7 +13528,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 174, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -13978,7 +13553,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 56, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_EVERSTONE, .item2 = ITEM_NONE, // ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), @@ -14007,7 +13581,6 @@ const struct BaseStats gBaseStats[] = .expYield = 137, .evYield_Attack = 1, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_EVERSTONE, .item2 = ITEM_NONE, // ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), @@ -14035,7 +13608,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 232, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_EVERSTONE, .item2 = ITEM_NONE, // ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), @@ -14063,7 +13635,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 65, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -14089,7 +13660,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 149, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -14115,7 +13685,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 66, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -14141,7 +13710,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 178, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -14167,7 +13735,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 390, .evYield_HP = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_ORAN_BERRY, .item2 = ITEM_NONE, // ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), @@ -14195,7 +13762,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 61, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, .friendship = 70, @@ -14221,7 +13787,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 142, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, .friendship = 70, @@ -14247,7 +13812,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 227, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, .friendship = 70, @@ -14273,7 +13837,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 59, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -14299,7 +13862,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 134, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -14325,7 +13887,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 229, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -14351,7 +13912,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 163, .evYield_HP = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_BELT, .genderRatio = MON_MALE, .eggCycles = 20, @@ -14378,7 +13938,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 163, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_BELT, .genderRatio = MON_MALE, .eggCycles = 20, @@ -14405,7 +13964,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 62, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -14432,7 +13990,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 133, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -14459,7 +14016,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 225, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -14486,7 +14042,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 52, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -14513,7 +14068,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 126, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -14540,7 +14094,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 218, .evYield_Speed = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -14567,7 +14120,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 56, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -14594,7 +14146,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 168, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -14673,7 +14224,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 25, .expYield = 161, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DEEP_SEA_TOOTH, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -14700,7 +14250,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 58, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_GLASSES, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -14727,7 +14276,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 123, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_GLASSES, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -14754,7 +14302,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 234, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_BLACK_GLASSES, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -14781,7 +14328,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 63, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -14807,7 +14353,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 168, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -14859,7 +14404,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 65, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -14886,7 +14430,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 170, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -14913,7 +14456,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 70, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -14940,7 +14482,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 171, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), @@ -14993,7 +14534,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 61, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -15019,7 +14559,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 169, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -15045,7 +14584,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 71, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -15071,7 +14609,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 173, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -15097,7 +14634,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 71, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -15122,7 +14658,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 177, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -15147,7 +14682,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 66, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SILK_SCARF, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -15174,7 +14708,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 166, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_SILK_SCARF, .item2 = ITEM_NONE, // ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), @@ -15250,7 +14783,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, .friendship = 70, @@ -15276,7 +14808,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 165, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, .friendship = 70, @@ -15301,7 +14832,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 200, .expYield = 58, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, @@ -15327,7 +14857,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 100, .expYield = 137, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, @@ -15353,7 +14882,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 50, .expYield = 221, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, @@ -15455,7 +14983,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 61, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -15481,7 +15008,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 166, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -15585,7 +15111,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 67, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -15611,7 +15136,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 166, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -15637,7 +15161,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 150, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -15663,7 +15186,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 63, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -15689,7 +15211,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 173, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -15715,7 +15236,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 59, .evYield_HP = 1, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_TINY_MUSHROOM, .item2 = ITEM_NONE, // ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), @@ -15743,7 +15263,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 162, .evYield_HP = 2, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_TINY_MUSHROOM, .item2 = ITEM_NONE, // ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), @@ -15770,7 +15289,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GHOST, .catchRate = 190, .expYield = 67, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -15796,7 +15314,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GHOST, .catchRate = 60, .expYield = 168, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -15823,7 +15340,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 165, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 70, @@ -15849,7 +15365,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 64, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -15875,7 +15390,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 165, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -15901,7 +15415,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 61, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_STICKY_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -15927,7 +15440,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 171, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_STICKY_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -15954,7 +15466,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 130, .expYield = 60, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 20, .friendship = 70, @@ -15980,7 +15491,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 154, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 20, .friendship = 70, @@ -16006,7 +15516,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 234, .evYield_Defense = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 20, .friendship = 70, @@ -16032,7 +15541,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 55, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -16057,7 +15565,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 142, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -16082,7 +15589,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 232, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -16232,7 +15738,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 64, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 35, @@ -16258,7 +15763,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 144, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 35, @@ -16284,7 +15788,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 243, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 35, @@ -16310,7 +15813,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 61, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -16336,7 +15838,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 177, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -16361,7 +15862,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ICE, .catchRate = 25, .expYield = 180, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_NEVER_MELT_ICE, .genderRatio = MON_GENDERLESS, @@ -16388,7 +15888,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 61, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -16414,7 +15913,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 173, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -16440,7 +15938,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 165, .evYield_HP = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -16467,7 +15964,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 70, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -16493,7 +15989,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 179, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, .friendship = 70, @@ -16519,7 +16014,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 170, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_DRAGON_FANG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, @@ -16546,7 +16040,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 61, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LIGHT_CLAY, .genderRatio = MON_GENDERLESS, .eggCycles = 25, @@ -16573,7 +16066,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 169, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LIGHT_CLAY, .genderRatio = MON_GENDERLESS, .eggCycles = 25, @@ -16600,7 +16092,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 68, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 35, @@ -16626,7 +16117,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 172, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 35, @@ -16652,7 +16142,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 172, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -16678,7 +16167,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 70, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, @@ -16704,7 +16192,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 179, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, @@ -16730,7 +16217,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 74, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = MON_FEMALE, .eggCycles = 20, .friendship = 35, @@ -16806,7 +16292,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 169, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -16832,7 +16317,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 35, @@ -16857,7 +16341,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 147, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 35, @@ -16906,7 +16389,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 72, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, .friendship = 70, @@ -16959,7 +16441,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Defense = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 80, .friendship = 35, @@ -16984,7 +16465,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 80, .friendship = 35, @@ -17008,7 +16488,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 3, .expYield = 261, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_GENDERLESS, .eggCycles = 80, @@ -17034,7 +16513,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 120, .friendship = 90, @@ -17060,7 +16538,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 120, .friendship = 90, @@ -17110,7 +16587,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 306, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -17312,7 +16788,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 63, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -17338,7 +16813,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 142, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -17364,7 +16838,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 239, .evYield_Defense = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -17465,7 +16938,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 63, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -17491,7 +16963,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 142, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -17517,7 +16988,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 239, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, .friendship = 70, @@ -17543,7 +17013,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 47, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -17569,7 +17038,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 127, .expYield = 148, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -17595,7 +17063,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 56, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -17621,7 +17088,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 134, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -17647,7 +17113,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 175, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -17673,7 +17138,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 40, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -17699,7 +17163,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 75, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -17752,6 +17215,7 @@ const struct BaseStats gBaseStats[] = .catchRate = 220, .expYield = 74, .evYield_SpAttack = 1, + .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, .growthRate = GROWTH_MEDIUM_SLOW, @@ -17776,6 +17240,7 @@ const struct BaseStats gBaseStats[] = .catchRate = 65, .expYield = 177, .evYield_SpAttack = 2, + .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, .growthRate = GROWTH_MEDIUM_SLOW, @@ -17799,7 +17264,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 225, .expYield = 61, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = MON_FEMALE, .eggCycles = 20, @@ -17825,7 +17289,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 120, .expYield = 130, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = MON_FEMALE, .eggCycles = 20, @@ -17851,7 +17314,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 45, .expYield = 248, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_FEMALE, .eggCycles = 20, @@ -17878,7 +17340,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 70, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -17904,7 +17365,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 186, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -17930,7 +17390,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 220, .expYield = 70, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -17957,7 +17416,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 65, .expYield = 173, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, @@ -17984,7 +17442,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 160, .expYield = 165, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18009,7 +17466,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 71, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18035,8 +17491,7 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 163, .evYield_Speed = 2, - .evYield_SpAttack = 0, - .genderRatio = PERCENT_FEMALE(0), + .genderRatio = MON_MALE, .eggCycles = 20, .friendship = 70, .growthRate = GROWTH_MEDIUM_FAST, @@ -18061,7 +17516,7 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 163, .evYield_Speed = 2, - .genderRatio = PERCENT_FEMALE(100), + .genderRatio = MON_FEMALE, .eggCycles = 20, .friendship = 70, .growthRate = GROWTH_MEDIUM_FAST, @@ -18086,7 +17541,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 65, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18111,7 +17565,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 157, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18136,7 +17589,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 234, .evYield_Defense = 2, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -18162,7 +17614,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 68, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18188,7 +17639,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 140, .expYield = 162, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18214,7 +17664,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 200, .expYield = 68, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18240,7 +17689,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 140, .expYield = 168, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18266,7 +17714,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 58, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18292,7 +17739,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 80, .expYield = 169, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18318,7 +17764,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 61, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18344,7 +17789,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 175, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18369,7 +17813,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 225, .expYield = 64, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -18395,7 +17838,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DRAGON, .catchRate = 55, .expYield = 173, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -18470,7 +17912,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 58, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18522,7 +17963,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 72, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -18548,7 +17988,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 182, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -18574,7 +18013,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 72, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -18600,7 +18038,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 104, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, .friendship = 70, @@ -18625,7 +18062,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 45, .expYield = 184, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, @@ -18652,7 +18088,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 100, .expYield = 175, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -18679,7 +18114,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 151, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18705,7 +18139,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 100, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = MON_GENDERLESS, .eggCycles = 25, @@ -18731,7 +18164,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DRAGON, .catchRate = 45, .expYield = 60, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), @@ -18758,7 +18190,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DRAGON, .catchRate = 45, .expYield = 158, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), @@ -18785,7 +18216,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DRAGON, .catchRate = 45, .expYield = 270, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -18812,7 +18242,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 165, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18838,7 +18267,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 62, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18864,7 +18292,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 166, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18890,7 +18317,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 67, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18916,7 +18342,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 173, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18942,7 +18367,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 61, .evYield_Defense = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18968,7 +18392,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 55, .expYield = 180, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -18994,7 +18417,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 49, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -19020,7 +18442,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 187, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -19046,7 +18467,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 306, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -19071,7 +18491,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 306, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -19096,7 +18515,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 270, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -19121,7 +18539,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 270, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = MON_GENDERLESS, .eggCycles = 25, @@ -19195,7 +18612,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 64, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, .friendship = 70, @@ -19221,7 +18637,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 147, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, .friendship = 70, @@ -19247,7 +18662,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 239, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, .friendship = 70, @@ -19273,7 +18687,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 64, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, .friendship = 70, @@ -19299,7 +18712,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 147, .evYield_Speed = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, .friendship = 70, @@ -19325,7 +18737,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 239, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, .friendship = 70, @@ -19426,7 +18837,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 53, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_ORAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -19453,7 +18863,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 124, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -19480,7 +18889,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 218, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_RAWST_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -19507,7 +18915,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 51, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -19534,7 +18941,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 127, .expYield = 146, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -19561,7 +18967,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -19586,7 +18991,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 140, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CELL_BATTERY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -19636,7 +19040,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 225, .expYield = 68, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_ASPEAR_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -19663,7 +19066,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 167, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CHERI_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -19715,7 +19117,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 61, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_HONEY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -19742,7 +19143,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 162, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_HONEY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -19769,7 +19169,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 56, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -19795,7 +19194,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 170, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -19821,7 +19219,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 61, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -19846,7 +19243,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 61, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -19873,7 +19269,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 173, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -19900,7 +19295,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 77, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LIGHT_CLAY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -19927,7 +19321,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 175, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_LIGHT_CLAY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -19953,7 +19346,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_BUG, .catchRate = 200, .expYield = 54, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), @@ -19980,7 +19372,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_BUG, .catchRate = 100, .expYield = 159, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), @@ -20008,7 +19399,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 50, .evYield_Attack = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -20035,7 +19425,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 168, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -20061,7 +19450,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 190, .expYield = 57, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item1 = ITEM_NONE, // ITEM_TINY_MUSHROOM, .item2 = ITEM_NONE, // ITEM_BIG_MUSHROOM, @@ -20089,7 +19477,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 75, .expYield = 142, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item1 = ITEM_NONE, // ITEM_TINY_MUSHROOM, .item2 = ITEM_NONE, // ITEM_BIG_MUSHROOM, @@ -20118,7 +19505,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 64, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SMOKE_BALL, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, @@ -20145,7 +19531,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 168, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SMOKE_BALL, .genderRatio = MON_FEMALE, .eggCycles = 20, @@ -20172,7 +19557,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 140, .expYield = 68, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -20198,7 +19582,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 70, .expYield = 175, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -20224,7 +19607,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 235, .expYield = 42, .evYield_HP = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_GRASSY_SEED, .genderRatio = MON_FEMALE, .eggCycles = 20, @@ -20251,7 +19633,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 102, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_GRASSY_SEED, .genderRatio = MON_FEMALE, .eggCycles = 20, @@ -20278,7 +19659,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 230, .evYield_Attack = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_GRASSY_SEED, .genderRatio = MON_FEMALE, .eggCycles = 20, @@ -20304,7 +19684,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 60, .expYield = 170, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_MISTY_SEED, .genderRatio = PERCENT_FEMALE(75), @@ -20331,7 +19710,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 45, .expYield = 172, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -20358,7 +19736,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 172, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -20384,7 +19761,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 46, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -20409,7 +19785,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 186, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -20434,7 +19809,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 140, .expYield = 64, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -20461,7 +19835,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 168, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -20487,7 +19860,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 60, .expYield = 144, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -20514,7 +19886,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 107, .evYield_HP = 2, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -20539,7 +19910,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 257, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -20564,7 +19934,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 154, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, @@ -20591,7 +19960,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 168, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -20616,7 +19984,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 70, .expYield = 170, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CHARCOAL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -20642,7 +20009,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 180, .expYield = 152, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_ELECTRIC_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, @@ -20668,7 +20034,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 45, .expYield = 167, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_CHESTO_BERRY, .genderRatio = PERCENT_FEMALE(50), @@ -20695,7 +20060,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 80, .expYield = 166, .evYield_Attack = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_RAZOR_FANG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -20748,7 +20112,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 25, .expYield = 181, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 25, .friendship = 70, @@ -20773,7 +20136,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 60, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_RAZOR_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -20800,7 +20162,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 147, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_RAZOR_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -20827,7 +20188,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_Defense = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_RAZOR_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, @@ -20854,7 +20214,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 257, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 15, .friendship = 70, @@ -20905,7 +20264,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 257, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 15, .friendship = 70, @@ -20930,7 +20288,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 3, .expYield = 257, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_GENDERLESS, .eggCycles = 15, @@ -20957,7 +20314,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 40, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -20982,7 +20338,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 140, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = MON_GENDERLESS, .eggCycles = 120, @@ -21008,7 +20363,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 306, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21056,7 +20410,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_POISON, .catchRate = 45, .expYield = 257, - .evYield_SpAttack = 0, .evYield_SpDefense = 3, .genderRatio = MON_GENDERLESS, .eggCycles = 120, @@ -21083,7 +20436,6 @@ const struct BaseStats gBaseStats[] = .expYield = 257, .evYield_Attack = 1, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21108,7 +20460,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 257, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21183,7 +20534,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 257, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21208,7 +20558,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 257, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21283,7 +20632,6 @@ const struct BaseStats gBaseStats[] = .expYield = 270, .evYield_Attack = 2, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21308,7 +20656,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 189, .evYield_Speed = 1, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21357,7 +20704,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 257, .evYield_Defense = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21406,7 +20752,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 270, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21430,7 +20775,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_STEEL, .catchRate = 3, .expYield = 135, - .evYield_Attack = 1, + .evYield_Attack = 1, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -21454,7 +20799,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_STEEL, .catchRate = 3, .expYield = 270, - .evYield_Attack = 3, + .evYield_Attack = 3, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -22652,7 +21997,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 51, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -22679,7 +22023,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 127, .expYield = 145, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -22706,7 +22049,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 218, .evYield_Speed = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, .friendship = 70, @@ -22731,7 +22073,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_GRIP_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -22758,7 +22099,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 158, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -22784,7 +22124,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 60, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SNOWBALL, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, @@ -22811,7 +22150,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 177, .evYield_Speed = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, @@ -22838,7 +22176,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 53, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -22865,7 +22202,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 50, .expYield = 149, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -22892,7 +22228,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 58, .evYield_Speed = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -22919,7 +22254,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 154, .evYield_Speed = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -22946,7 +22280,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 60, .evYield_Defense = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CELL_BATTERY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -22973,7 +22306,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 120, .expYield = 137, .evYield_Defense = 2, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_CELL_BATTERY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, @@ -23000,7 +22332,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 223, .evYield_Defense = 3, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -23026,7 +22357,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 190, .expYield = 65, .evYield_HP = 1, - .evYield_SpAttack = 0, .item2 = ITEM_NONE, // ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -23054,7 +22384,6 @@ const struct BaseStats gBaseStats[] = .expYield = 175, .evYield_HP = 1, .evYield_Attack = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -23105,7 +22434,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 75, .expYield = 149, .evYield_Defense = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, @@ -23155,7 +22483,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 302, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -23180,7 +22507,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 270, .evYield_HP = 3, - .evYield_SpAttack = 0, .item1 = ITEM_NONE, // ITEM_LUM_BERRY, .item2 = ITEM_NONE, // ITEM_LUM_BERRY, .genderRatio = MON_GENDERLESS, @@ -23207,7 +22533,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 306, .evYield_HP = 3, - .evYield_SpAttack = 0, .genderRatio = MON_GENDERLESS, .eggCycles = 120, .friendship = 0, @@ -23232,14 +22557,13 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 168, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 70, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, - .abilities = {ABILITY_ZEN_MODE, ABILITY_NONE}, // Change + .abilities = {ABILITY_ZEN_MODE, ABILITY_NONE}, .bodyColor = BODY_COLOR_RED, .noFlip = FALSE, }, @@ -23257,7 +22581,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 120, .friendship = 90, @@ -23282,7 +22605,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 261, .evYield_Attack = 3, - .evYield_SpAttack = 0, .genderRatio = MON_MALE, .eggCycles = 120, .friendship = 90, @@ -23359,7 +22681,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 234, .evYield_Defense = 2, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, @@ -23409,7 +22730,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 154, .evYield_Defense = 1, - .evYield_SpAttack = 0, .evYield_SpDefense = 1, .item2 = ITEM_NONE, // ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, @@ -23436,7 +22756,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 60, .expYield = 61, .evYield_HP = 1, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -23460,7 +22779,6 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 45, .expYield = 167, - .evYield_SpAttack = 0, .evYield_SpDefense = 2, .item2 = ITEM_NONE, // ITEM_CHESTO_BERRY, .genderRatio = PERCENT_FEMALE(50), @@ -23487,7 +22805,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 170, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70, @@ -23513,7 +22830,6 @@ const struct BaseStats gBaseStats[] = .catchRate = 90, .expYield = 170, .evYield_Attack = 2, - .evYield_SpAttack = 0, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, .friendship = 70,