diff --git a/charmap.tbl b/charmap.tbl index 3ce686c..1bcff0e 100644 --- a/charmap.tbl +++ b/charmap.tbl @@ -86,7 +86,7 @@ B5=♂ B6=♀ B7=\$ B8=, -B9=× +B9=* BA=/ BB=A BC=B diff --git a/graphics/backspr/gBackShinySprite792Swirlix.png b/graphics/backspr/gBackShinySprite792Swirlix.png index caf4bcf..2bd6309 100644 Binary files a/graphics/backspr/gBackShinySprite792Swirlix.png and b/graphics/backspr/gBackShinySprite792Swirlix.png differ diff --git a/graphics/backspr/gBackShinySprite803Heliolisk.png b/graphics/backspr/gBackShinySprite803Heliolisk.png index cc05748..e401436 100644 Binary files a/graphics/backspr/gBackShinySprite803Heliolisk.png and b/graphics/backspr/gBackShinySprite803Heliolisk.png differ diff --git a/graphics/backspr/gBackShinySprite805Tyrantrum.png b/graphics/backspr/gBackShinySprite805Tyrantrum.png index 4f3d293..42d8d29 100644 Binary files a/graphics/backspr/gBackShinySprite805Tyrantrum.png and b/graphics/backspr/gBackShinySprite805Tyrantrum.png differ diff --git a/graphics/backspr/gBackShinySprite806Amaura.png b/graphics/backspr/gBackShinySprite806Amaura.png index b53e658..5d4f3bf 100644 Binary files a/graphics/backspr/gBackShinySprite806Amaura.png and b/graphics/backspr/gBackShinySprite806Amaura.png differ diff --git a/graphics/backspr/gBackShinySprite807Aurorus.png b/graphics/backspr/gBackShinySprite807Aurorus.png index f5af04e..9a90b26 100644 Binary files a/graphics/backspr/gBackShinySprite807Aurorus.png and b/graphics/backspr/gBackShinySprite807Aurorus.png differ diff --git a/graphics/frontspr/gFrontSprite771Talonflame.png b/graphics/frontspr/gFrontSprite771Talonflame.png index 4c8177d..07b344d 100644 Binary files a/graphics/frontspr/gFrontSprite771Talonflame.png and b/graphics/frontspr/gFrontSprite771Talonflame.png differ diff --git a/graphics/frontspr/gFrontSprite792Swirlix.png b/graphics/frontspr/gFrontSprite792Swirlix.png index 54cad1e..83dc0b8 100644 Binary files a/graphics/frontspr/gFrontSprite792Swirlix.png and b/graphics/frontspr/gFrontSprite792Swirlix.png differ diff --git a/graphics/frontspr/gFrontSprite806Amaura.png b/graphics/frontspr/gFrontSprite806Amaura.png index 132627a..b947151 100644 Binary files a/graphics/frontspr/gFrontSprite806Amaura.png and b/graphics/frontspr/gFrontSprite806Amaura.png differ diff --git a/graphics/frontspr/gFrontSprite807Aurorus.png b/graphics/frontspr/gFrontSprite807Aurorus.png index bdae7b2..9f16b66 100644 Binary files a/graphics/frontspr/gFrontSprite807Aurorus.png and b/graphics/frontspr/gFrontSprite807Aurorus.png differ diff --git a/include/items.h b/include/items.h index 979b728..46ed14b 100644 --- a/include/items.h +++ b/include/items.h @@ -1,5 +1,3 @@ -#pragma once - #define ITEM_NONE 0 #define ITEM_MASTER_BALL 1 #define ITEM_ULTRA_BALL 2 @@ -175,7 +173,8 @@ #define ITEM_APICOT_BERRY 172 #define ITEM_LANSAT_BERRY 173 #define ITEM_STARF_BERRY 174 -#define ITEM_ENIGMA_BERRY 175 +#define ITEM_ENIGMA_BERRY_OLD 175 +#define ITEM_ENIGMA_BERRY ITEM_ENIGMA_BERRY_OLD #define ITEM_0B0 176 #define ITEM_0B1 177 #define ITEM_0B2 178 @@ -191,7 +190,7 @@ #define ITEM_CHOICE_BAND 0xB0 //For Unbound #else #define ITEM_CHOICE_BAND 186 -#endif +#endif #define ITEM_KINGS_ROCK 187 #define ITEM_SILVER_POWDER 188 @@ -356,6 +355,78 @@ #define ITEM_15B 347 #define ITEM_15C 348 +//New TMs +#define ITEM_TM51 339 +#define ITEM_TM52 340 +#define ITEM_TM53 341 +#define ITEM_TM54 342 +#define ITEM_TM55 343 +#define ITEM_TM56 344 +#define ITEM_TM57 345 +#define ITEM_TM58 346 +#define ITEM_TM59 375 +#define ITEM_TM60 376 +#define ITEM_TM61 377 +#define ITEM_TM62 378 +#define ITEM_TM63 379 +#define ITEM_TM64 380 +#define ITEM_TM65 381 +#define ITEM_TM66 382 +#define ITEM_TM67 383 +#define ITEM_TM68 384 +#define ITEM_TM69 385 +#define ITEM_TM70 386 +#define ITEM_TM71 387 +#define ITEM_TM72 388 +#define ITEM_TM73 389 +#define ITEM_TM74 390 +#define ITEM_TM75 391 +#define ITEM_TM76 392 +#define ITEM_TM77 393 +#define ITEM_TM78 394 +#define ITEM_TM79 395 +#define ITEM_TM80 396 +#define ITEM_TM81 397 +#define ITEM_TM82 398 +#define ITEM_TM83 399 +#define ITEM_TM84 400 +#define ITEM_TM85 401 +#define ITEM_TM86 402 +#define ITEM_TM87 403 +#define ITEM_TM88 404 +#define ITEM_TM89 405 +#define ITEM_TM90 406 +#define ITEM_TM91 407 +#define ITEM_TM92 408 +#define ITEM_TM93 409 +#define ITEM_TM94 410 +#define ITEM_TM95 411 +#define ITEM_TM96 412 +#define ITEM_TM97 413 +#define ITEM_TM98 414 +#define ITEM_TM99 415 +#define ITEM_TM100 416 +#define ITEM_TM101 417 +#define ITEM_TM102 418 +#define ITEM_TM103 419 +#define ITEM_TM104 420 +#define ITEM_TM105 421 +#define ITEM_TM106 422 +#define ITEM_TM107 423 +#define ITEM_TM108 424 +#define ITEM_TM109 425 +#define ITEM_TM110 426 +#define ITEM_TM111 427 +#define ITEM_TM112 428 +#define ITEM_TM113 429 +#define ITEM_TM114 430 +#define ITEM_TM115 431 +#define ITEM_TM116 432 +#define ITEM_TM117 433 +#define ITEM_TM118 434 +#define ITEM_TM119 435 +#define ITEM_TM120 436 + // FireRed/LeafGreen #define ITEM_OAKS_PARCEL 349 #define ITEM_POKE_FLUTE 350 @@ -449,6 +520,7 @@ #define ITEM_IRON_BALL 0x23C #define ITEM_LAGGING_TAIL 0x23D #define ITEM_LUMINOUS_MOSS 0x23E +#define ITEM_QUICK_POWDER 0x23F #define ITEM_METRONOME 0x240 #define ITEM_MUSCLE_BAND 0x241 #define ITEM_PROTECTIVE_PADS 0x242 @@ -497,7 +569,7 @@ #define ITEM_ELECTRIC_GEM 0x25A #define ITEM_PSYCHIC_GEM 0x25B #define ITEM_ICE_GEM 0x25C -#define ITEM_DRAGONG_EM 0x25D +#define ITEM_DRAGON_GEM 0x25D #define ITEM_DARK_GEM 0x25E #define ITEM_FAIRY_GEM 0x25F @@ -572,7 +644,7 @@ #define ITEM_AUDINITE 0x1EB #define ITEM_DIANCITE 0x1EC -//Type-Resist Berries +//Type-Resist + New Berries #define ITEM_OCCA_BERRY 0x21B #define ITEM_PASSHO_BERRY 0x21C #define ITEM_WACAN_BERRY 0x21D @@ -684,12 +756,13 @@ #define ITEM_GRACIDEA 0x217 #define ITEM_DNA_SPLICERS 0x218 #define ITEM_REVEAL_GLASS 0x219 -#define ITEM_PRISON_BOTTLE 0x220 +#define ITEM_PRISON_BOTTLE 0x21A #define ITEM_OVAL_CHARM 0x278 #define ITEM_SHINY_CHARM 0x279 #define ITEM_RAINBOW_WING 0x28F #define ITEM_SILVER_WING 0x290 +#define ITEM_MAGMA_STONE 0x5C #define ITEM_N_SOLARIZER 0x291 #define ITEM_N_LUNARIZER 0x292 #define ITEM_SUN_FLUTE 0x293 @@ -697,6 +770,8 @@ #define ITEM_LIGHT_STONE 0x295 #define ITEM_DARK_STONE 0x296 +#define ITEM_DYNAMAX_BAND 0x10C + //Relic Items #define ITEM_RELIC_COPPER 0x297 #define ITEM_RELIC_SILVER 0x298 @@ -707,44 +782,50 @@ #define ITEM_RELIC_CROWN 0x29D //Z-Crystals -enum +enum { - ITEM_NORMALIUM_Z = 0x29E, //All items after this will be 0x29E + 1, 0x29E + 2... - ITEM_FIGHTINIUM_Z, //Put the Z-Crystals in order - ITEM_FLYINIUM_Z, - ITEM_POISONIUM_Z, - ITEM_GROUNDIUM_Z, - ITEM_ROCKIUM_Z, - ITEM_BUGINIUM_Z, - ITEM_GHOSTIUM_Z, - ITEM_STEELIUM_Z, - ITEM_FIRIUM_Z, - ITEM_WATERIUM_Z, - ITEM_GRASSIUM_Z, - ITEM_ELECTRIUM_Z, - ITEM_PSYCHIUM_Z, - ITEM_ICIUM_Z, - ITEM_DRAGONIUM_Z, - ITEM_DARKINIUM_Z, - ITEM_FAIRIUM, - ITEM_ALORAICHIUM_Z, - ITEM_DECIDIUM_Z, - ITEM_EEVIUM_Z, - ITEM_INCINIUM_Z, - ITEM_KOMMONIUM_Z, - ITEM_LUNALIUM_Z, - ITEM_LYCANIUM_Z, - ITEM_MARSHADIUM_Z, - ITEM_MEWNIUM_Z, - ITEM_MIMIKIUM_Z, - ITEM_PIKANIUM_Z, - ITEM_PIKASHUNIUM_Z, - ITEM_PRIMARIUM_Z, - ITEM_SNORLIUM_Z, - ITEM_SOLGANIUM_Z, - ITEM_TAPUNIUM_Z, + ITEM_NORMALIUM_Z = 0x29E, //All items after this will be 0x29E + 1, 0x29E + 2... + ITEM_FIGHTINIUM_Z, //0x29F //Put the Z-Crystals in order + ITEM_FLYINIUM_Z, //0x2A0 + ITEM_POISONIUM_Z, //0x2A1 + ITEM_GROUNDIUM_Z, //0x2A2 + ITEM_ROCKIUM_Z, //0x2A3 + ITEM_BUGINIUM_Z, //0x2A4 + ITEM_GHOSTIUM_Z, //0x2A5 + ITEM_STEELIUM_Z, //0x2A6 + ITEM_FIRIUM_Z, //0x2A7 + ITEM_WATERIUM_Z, //0x2A8 + ITEM_GRASSIUM_Z, //0x2A9 + ITEM_ELECTRIUM_Z, //0x2AA + ITEM_PSYCHIUM_Z, //0x2AB + ITEM_ICIUM_Z, //0x2AC + ITEM_DRAGONIUM_Z, //0x2AD + ITEM_DARKINIUM_Z, //0x2AE + ITEM_FAIRIUM_Z, //0x2AF + ITEM_ALORAICHIUM_Z, //0x2B0 + ITEM_DECIDIUM_Z, //0x2B1 + ITEM_EEVIUM_Z, //0x2B2 + ITEM_INCINIUM_Z, //0x2B3 + ITEM_KOMMONIUM_Z, //0x2B4 + ITEM_LUNALIUM_Z, //0x2B5 + ITEM_LYCANIUM_Z, //0x2B6 + ITEM_MARSHADIUM_Z, //0x2B7 + ITEM_MEWNIUM_Z, //0x2B8 + ITEM_MIMIKIUM_Z, //0x2B9 + ITEM_PIKANIUM_Z, //0x2BA + ITEM_PIKASHUNIUM_Z, //0x2BB + ITEM_PRIMARIUM_Z, //0x2BC + ITEM_SNORLIUM_Z, //0x2BD + ITEM_SOLGANIUM_Z, //0x2BE + ITEM_TAPUNIUM_Z, //0x2BF }; +//Sword & Shield Hold Items +#define ITEM_EJECT_PACK 0x2C0 +#define ITEM_ROOM_SERVICE 0x2C1 + +#define ITEMS_COUNT (ITEM_ROOM_SERVICE + 1) + //For Pokemon Unbound #ifdef UNBOUND @@ -763,21 +844,3 @@ enum #define ITEM_SMELLY_SOCKS 0x15F #endif - -// Emerald -#define FIRST_BERRY_INDEX ITEM_CHERI_BERRY -#define LAST_BERRY_INDEX ITEM_ENIGMA_BERRY -#define ITEM_TO_BERRY(itemId)(((itemId - FIRST_BERRY_INDEX) + 1)) - -#define NUM_TECHNICAL_MACHINES 50 -#define NUM_HIDDEN_MACHINES 8 - -// Check if the item is one that can be used on a Pokemon. -#define IS_POKEMON_ITEM(item) ((item) >= ITEM_POTION && (item) <= ITEM_0B2) - -// POCKETS -#define POCKET_ITEMS 1 -#define POCKET_KEY_ITEMS 2 -#define POCKET_POKE_BALLS 3 -#define POCKET_TM_CASE 4 -#define POCKET_BERRY_POUCH 5 diff --git a/src/Base_Stats.c b/src/Base_Stats.c index 85cec7a..9ddf994 100644 --- a/src/Base_Stats.c +++ b/src/Base_Stats.c @@ -3,11 +3,11 @@ #include "../include/items.h" #include "../include/base_stats.h" -// Maximum value for a female Pokémon is 254 (MON_FEMALE) which is 100% female. -// 255 (MON_GENDERLESS) is reserved for genderless Pokémon. +// Maximum value for a female Pok�mon is 254 (MON_FEMALE) which is 100% female. +// 255 (MON_GENDERLESS) is reserved for genderless Pok�mon. #define PERCENT_FEMALE(percent) min(254, ((percent * 255) / 100)) -const struct BaseStats gBaseStats[] = +const struct BaseStats gBaseStats[] = { [SPECIES_NONE] = {0}, @@ -33,7 +33,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -66,7 +66,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -99,7 +99,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -132,7 +132,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -165,7 +165,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -198,7 +198,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -231,7 +231,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -264,7 +264,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -297,7 +297,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -330,7 +330,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -363,14 +363,14 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, .ability1 = ABILITY_SHEDSKIN, .ability2 = ABILITY_NONE, .safariZoneFleeRate = 0, - .hiddenAbility = ABILITY_NONE, + .hiddenAbility = ABILITY_SHEDSKIN, .noFlip = TRUE, }, @@ -396,7 +396,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SILVER_POWDER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -429,7 +429,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -462,14 +462,14 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, .ability1 = ABILITY_SHEDSKIN, - .ability2 = ABILITY_SHEDSKIN, + .ability2 = ABILITY_NONE, .safariZoneFleeRate = 0, - .hiddenAbility = ABILITY_NONE, + .hiddenAbility = ABILITY_SHEDSKIN, .noFlip = TRUE, }, @@ -495,7 +495,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -528,7 +528,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -561,7 +561,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -594,7 +594,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -627,7 +627,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHILAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -660,7 +660,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHILAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -690,10 +690,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 1, .item1 = ITEM_NONE, - .item2 = ITEM_NONE, + .item2 = ITEM_SHARP_BEAK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -726,7 +726,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHARP_BEAK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -759,7 +759,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_DRAGON, @@ -792,7 +792,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_DRAGON, @@ -825,7 +825,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -858,7 +858,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ORAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -891,7 +891,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_GRIP_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -924,7 +924,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_GRIP_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -957,7 +957,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -990,7 +990,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -1023,7 +1023,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -1046,7 +1046,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_POISON, .catchRate = 235, .expYield = 60, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -1056,7 +1056,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -1089,7 +1089,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -1122,7 +1122,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -1156,7 +1156,7 @@ const struct BaseStats gBaseStats[] = .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, .friendship = 140, - .growthRate = GROWTH_ERRATIC, + .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, .ability1 = ABILITY_CUTECHARM, @@ -1221,7 +1221,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHARCOAL, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1254,7 +1254,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHARCOAL, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1287,7 +1287,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MOON_STONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -1317,10 +1317,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_ORAN_BERRY, - .item2 = ITEM_NONE, + .item2 = ITEM_MOON_STONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -1353,7 +1353,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -1386,7 +1386,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -1419,7 +1419,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -1452,7 +1452,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -1485,7 +1485,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -1518,7 +1518,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_GRASS, @@ -1551,7 +1551,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_GRASS, @@ -1584,7 +1584,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -1617,7 +1617,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -1650,7 +1650,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1683,7 +1683,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1716,7 +1716,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1749,7 +1749,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1782,7 +1782,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -1815,7 +1815,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -1848,7 +1848,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PAYAPA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1881,7 +1881,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PAYAPA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1914,7 +1914,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAWST_BERRY, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1947,7 +1947,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAWST_BERRY, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -1980,7 +1980,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -2013,7 +2013,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -2046,7 +2046,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -2079,7 +2079,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_TWISTED_SPOON, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -2112,7 +2112,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_TWISTED_SPOON, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -2145,7 +2145,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_TWISTED_SPOON, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -2178,7 +2178,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_FOCUS_BAND, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -2211,7 +2211,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_FOCUS_BAND, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -2244,7 +2244,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_FOCUS_BAND, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -2277,7 +2277,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -2310,7 +2310,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -2343,7 +2343,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -2376,7 +2376,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -2409,7 +2409,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -2442,7 +2442,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_EVERSTONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -2475,7 +2475,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_EVERSTONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -2508,7 +2508,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_EVERSTONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -2541,7 +2541,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHUCA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -2574,7 +2574,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHUCA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -2607,7 +2607,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LAGGING_TAIL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -2640,7 +2640,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -2673,7 +2673,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -2706,7 +2706,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -2729,7 +2729,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 45, .expYield = 94, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -2739,7 +2739,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_STICK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FIELD, @@ -2762,7 +2762,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 190, .expYield = 96, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -2772,7 +2772,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHARP_BEAK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -2805,7 +2805,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHARP_BEAK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -2838,7 +2838,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -2871,7 +2871,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -2904,7 +2904,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -2933,11 +2933,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, - .item1 = ITEM_NONE, - .item2 = ITEM_BLACK_SLUDGE, + .item1 = ITEM_BLACK_SLUDGE, + .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -2970,7 +2970,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BIG_PEARL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -3003,7 +3003,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BIG_PEARL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -3036,7 +3036,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -3069,7 +3069,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -3102,7 +3102,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -3135,7 +3135,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -3168,7 +3168,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -3201,7 +3201,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -3224,7 +3224,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 225, .expYield = 115, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -3234,7 +3234,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -3267,7 +3267,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -3300,7 +3300,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -3333,7 +3333,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -3366,7 +3366,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PSYCHIC_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -3399,7 +3399,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -3432,7 +3432,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_THICK_CLUB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -3465,7 +3465,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_THICK_CLUB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -3498,7 +3498,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -3531,7 +3531,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -3564,7 +3564,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LAGGING_TAIL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -3597,12 +3597,12 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SMOKE_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, .ability1 = ABILITY_LEVITATE, - .ability2 = ABILITY_NONE, + .ability2 = ABILITY_NONE, //ABILITY_NEUTRALIZINGGAS, - Not ready yet .safariZoneFleeRate = 0, .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, @@ -3630,12 +3630,12 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SMOKE_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, .ability1 = ABILITY_LEVITATE, - .ability2 = ABILITY_NONE, + .ability2 = ABILITY_NONE, //ABILITY_NEUTRALIZINGGAS, - Not ready yet .safariZoneFleeRate = 0, .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, @@ -3663,7 +3663,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -3696,7 +3696,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -3752,9 +3752,9 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GRASS, .catchRate = 45, .expYield = 166, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 0, + .evYield_Defense = 1, .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, @@ -3762,7 +3762,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -3795,7 +3795,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -3828,7 +3828,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_DRAGON_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_DRAGON, @@ -3861,7 +3861,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_DRAGON_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_DRAGON, @@ -3894,7 +3894,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -3927,7 +3927,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -3960,7 +3960,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -3993,7 +3993,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -4026,7 +4026,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LEPPA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -4059,7 +4059,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -4092,7 +4092,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ASPEAR_BERRY, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -4125,7 +4125,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ELECTIRIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -4158,7 +4158,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MAGMARIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -4191,7 +4191,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -4214,7 +4214,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_NORMAL, .catchRate = 45, .expYield = 211, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -4224,7 +4224,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -4257,7 +4257,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 5, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_DRAGON, @@ -4290,7 +4290,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 5, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_DRAGON, @@ -4320,10 +4320,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_MYSTIC_WATER, - .item2 = ITEM_NONE, + .item2 = ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -4352,11 +4352,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, - .item1 = ITEM_NONE, + .item1 = ITEM_QUICK_POWDER, .item2 = ITEM_METAL_POWDER, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_DITTO, .eggGroup2 = EGG_GROUP_DITTO, @@ -4389,7 +4389,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -4422,7 +4422,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -4455,7 +4455,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -4488,7 +4488,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -4521,7 +4521,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -4554,7 +4554,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -4587,7 +4587,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -4620,7 +4620,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -4653,7 +4653,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -4686,7 +4686,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -4719,7 +4719,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LEFTOVERS, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -5012,11 +5012,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 0, .evYield_SpDefense = 1, .evYield_Speed = 0, - .item1 = ITEM_LUM_BERRY, - .item2 = ITEM_LUM_BERRY, + .item1 = ITEM_NONE, + .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -5049,7 +5049,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -5082,7 +5082,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -5115,7 +5115,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -5148,7 +5148,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -5181,7 +5181,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -5204,7 +5204,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 45, .expYield = 66, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -5214,7 +5214,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -5237,7 +5237,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 45, .expYield = 143, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 1, .evYield_SpAttack = 0, @@ -5247,7 +5247,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -5280,7 +5280,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -5303,7 +5303,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_NORMAL, .catchRate = 255, .expYield = 57, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -5313,7 +5313,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ORAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -5346,7 +5346,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -5379,7 +5379,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -5412,7 +5412,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -5445,7 +5445,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -5478,7 +5478,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -5511,7 +5511,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -5544,7 +5544,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -5577,7 +5577,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FIELD, @@ -5610,7 +5610,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_DEEP_SEA_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -5643,7 +5643,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_DEEP_SEA_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -5676,7 +5676,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ORAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -5742,7 +5742,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -5775,7 +5775,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -5808,7 +5808,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FAIRY, @@ -5841,7 +5841,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -5874,7 +5874,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -5907,7 +5907,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -5940,7 +5940,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -5973,7 +5973,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -6006,7 +6006,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -6039,7 +6039,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FAIRY, @@ -6072,7 +6072,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FAIRY, @@ -6105,7 +6105,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -6138,7 +6138,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -6171,7 +6171,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -6204,7 +6204,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -6237,7 +6237,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -6270,7 +6270,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -6303,7 +6303,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_COBA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -6336,7 +6336,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -6364,12 +6364,12 @@ const struct BaseStats gBaseStats[] = .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, - .evYield_Speed = 2, + .evYield_Speed = 1, .item1 = ITEM_NONE, .item2 = ITEM_WIDE_LENS, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -6402,7 +6402,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -6435,7 +6435,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -6468,7 +6468,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -6567,7 +6567,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -6593,7 +6593,7 @@ const struct BaseStats gBaseStats[] = .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 1, + .evYield_SpAttack = 0, .evYield_SpDefense = 1, .evYield_Speed = 0, .item1 = ITEM_NONE, @@ -6633,7 +6633,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -6666,7 +6666,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -6699,7 +6699,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PERSIM_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -6732,7 +6732,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -6765,7 +6765,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -6798,7 +6798,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -6831,7 +6831,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -6864,7 +6864,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METAL_COAT, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -6897,7 +6897,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -6930,7 +6930,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -6963,7 +6963,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -6996,7 +6996,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -7029,7 +7029,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BERRY_JUICE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -7062,7 +7062,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -7128,7 +7128,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7161,7 +7161,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7194,7 +7194,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -7227,7 +7227,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -7260,7 +7260,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7293,7 +7293,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7326,7 +7326,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LUMINOUS_MOSS, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -7359,7 +7359,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_2, @@ -7382,7 +7382,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 75, .expYield = 164, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -7392,7 +7392,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_2, @@ -7420,12 +7420,12 @@ const struct BaseStats gBaseStats[] = .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, - .evYield_Speed = 3, + .evYield_Speed = 1, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -7458,7 +7458,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -7491,7 +7491,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METAL_COAT, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -7590,7 +7590,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_DRAGON_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_DRAGON, @@ -7623,7 +7623,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PASSHO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7646,7 +7646,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GROUND, .catchRate = 60, .expYield = 189, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 1, .evYield_SpAttack = 0, @@ -7656,7 +7656,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PASSHO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7689,7 +7689,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_UP_GRADE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -7712,7 +7712,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_NORMAL, .catchRate = 45, .expYield = 165, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -7722,7 +7722,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7755,7 +7755,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7788,7 +7788,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -7821,7 +7821,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -7854,7 +7854,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ASPEAR_BERRY, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -7887,7 +7887,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ELECTIRIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -7920,7 +7920,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MAGMARIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -7953,7 +7953,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MOOMOO_MILK, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -7976,7 +7976,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_NORMAL, .catchRate = 30, .expYield = 255, - .evYield_HP = 2, + .evYield_HP = 3, .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -8316,7 +8316,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -8349,7 +8349,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -8382,7 +8382,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -8415,7 +8415,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -8448,7 +8448,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -8481,7 +8481,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -8514,7 +8514,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -8547,7 +8547,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -8580,7 +8580,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -8603,7 +8603,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DARK, .catchRate = 255, .expYield = 55, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -8613,7 +8613,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -8646,7 +8646,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -8679,7 +8679,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_REVIVE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -8712,7 +8712,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MAX_REVIVE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -8742,10 +8742,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_PECHA_BERRY, - .item2 = ITEM_SILVER_POWDER, + .item2 = ITEM_BRIGHT_POWDER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -8778,14 +8778,14 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, .ability1 = ABILITY_SHEDSKIN, .ability2 = ABILITY_NONE, .safariZoneFleeRate = 0, - .hiddenAbility = ABILITY_NONE, + .hiddenAbility = ABILITY_SHEDSKIN, .noFlip = TRUE, }, @@ -8811,7 +8811,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -8844,14 +8844,14 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, .ability1 = ABILITY_SHEDSKIN, .ability2 = ABILITY_NONE, .safariZoneFleeRate = 0, - .hiddenAbility = ABILITY_NONE, + .hiddenAbility = ABILITY_SHEDSKIN, .noFlip = TRUE, }, @@ -8877,7 +8877,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -8907,10 +8907,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 1, .evYield_Speed = 0, .item1 = ITEM_NONE, - .item2 = ITEM_WHITE_HERB, + .item2 = ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_GRASS, @@ -8940,10 +8940,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 2, .evYield_Speed = 0, .item1 = ITEM_NONE, - .item2 = ITEM_WHITE_HERB, + .item2 = ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_GRASS, @@ -8973,10 +8973,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 3, .evYield_Speed = 0, .item1 = ITEM_NONE, - .item2 = ITEM_WHITE_HERB, + .item2 = ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_GRASS, @@ -9009,7 +9009,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POWER_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_GRASS, @@ -9042,7 +9042,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POWER_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_GRASS, @@ -9075,7 +9075,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POWER_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_GRASS, @@ -9108,7 +9108,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -9141,7 +9141,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -9174,7 +9174,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -9207,7 +9207,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHARTI_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -9240,7 +9240,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHARTI_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -9269,11 +9269,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, - .item1 = ITEM_BIG_MUSHROOM, + .item1 = ITEM_TINY_MUSHROOM, .item2 = ITEM_KEBIA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -9302,11 +9302,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, - .item1 = ITEM_BIG_MUSHROOM, + .item1 = ITEM_TINY_MUSHROOM, .item2 = ITEM_KEBIA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -9339,7 +9339,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHESTO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -9372,7 +9372,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FLYING, @@ -9405,7 +9405,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LUCKY_EGG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FLYING, @@ -9438,7 +9438,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_HONEY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_BUG, @@ -9471,7 +9471,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SILVER_POWDER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_BUG, @@ -9504,7 +9504,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_WATER_2, @@ -9537,7 +9537,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_WATER_2, @@ -9570,7 +9570,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LEPPA_BERRY, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -9603,7 +9603,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LEPPA_BERRY, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -9636,7 +9636,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PERSIM_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -9669,7 +9669,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_CLAY, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -9702,7 +9702,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_CLAY, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -9735,7 +9735,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MAGNET, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -9768,7 +9768,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHARCOAL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -9791,12 +9791,12 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GHOST, .catchRate = 45, .expYield = 98, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, - .evYield_Defense = 0, + .evYield_Defense = 1, .evYield_SpAttack = 0, .evYield_SpDefense = 0, - .evYield_Speed = 2, + .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_WIDE_LENS, .genderRatio = PERCENT_FEMALE(50), @@ -9834,7 +9834,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -9867,7 +9867,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -9897,10 +9897,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 1, .item1 = ITEM_HEART_SCALE, - .item2 = ITEM_HEART_SCALE, + .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -9923,7 +9923,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 205, .expYield = 111, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -9933,7 +9933,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -9966,7 +9966,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -9999,7 +9999,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_DRAGON, @@ -10032,7 +10032,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_DRAGON, @@ -10121,7 +10121,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GROUND, .catchRate = 255, .expYield = 73, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -10131,7 +10131,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_DRAGON, @@ -10164,7 +10164,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_DRAGON, @@ -10187,7 +10187,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DRAGON, .catchRate = 45, .expYield = 197, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -10197,7 +10197,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_DRAGON, @@ -10230,7 +10230,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BLACK_BELT, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -10263,7 +10263,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -10296,7 +10296,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -10329,7 +10329,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -10362,7 +10362,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAWST_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -10385,7 +10385,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GROUND, .catchRate = 150, .expYield = 175, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -10395,7 +10395,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAWST_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -10428,7 +10428,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -10461,7 +10461,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -10494,7 +10494,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -10550,7 +10550,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DARK, .catchRate = 60, .expYield = 177, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -10593,7 +10593,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SNOWBALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_MINERAL, @@ -10626,7 +10626,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_MINERAL, @@ -10659,7 +10659,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MOON_STONE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -10692,7 +10692,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SUN_STONE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -10725,7 +10725,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -10758,7 +10758,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_TANGA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -10791,7 +10791,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_TANGA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -10824,7 +10824,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CELL_BATTERY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -10857,7 +10857,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CELL_BATTERY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -10880,9 +10880,9 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FAIRY, .catchRate = 45, .expYield = 98, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, - .evYield_Defense = 2, + .evYield_Defense = 1, .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, @@ -10890,7 +10890,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_IRON_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -10923,7 +10923,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -10956,7 +10956,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -10989,7 +10989,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_DRAGON, @@ -11022,7 +11022,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_DRAGON, @@ -11055,7 +11055,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -11080,7 +11080,7 @@ const struct BaseStats gBaseStats[] = .expYield = 97, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 1, + .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 1, .evYield_Speed = 0, @@ -11115,7 +11115,7 @@ const struct BaseStats gBaseStats[] = .evYield_Attack = 0, .evYield_Defense = 1, .evYield_SpAttack = 0, - .evYield_SpDefense = 2, + .evYield_SpDefense = 1, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_SPELL_TAG, @@ -11147,14 +11147,14 @@ const struct BaseStats gBaseStats[] = .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 1, + .evYield_SpAttack = 2, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -11187,7 +11187,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -11220,7 +11220,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -11253,7 +11253,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -11286,7 +11286,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -11319,7 +11319,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -11352,7 +11352,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -11385,7 +11385,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHESTO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -11418,7 +11418,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHESTO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -11451,7 +11451,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHESTO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -11484,7 +11484,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BIG_PEARL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -11517,7 +11517,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_DEEP_SEA_TOOTH, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -11550,7 +11550,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_DEEP_SEA_SCALE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -11606,7 +11606,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GHOST, .catchRate = 225, .expYield = 97, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -11672,7 +11672,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_POISON, .catchRate = 90, .expYield = 165, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -11682,7 +11682,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_DRAGON, @@ -11715,7 +11715,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -11748,7 +11748,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_DEEP_SEA_SCALE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_2, @@ -11880,7 +11880,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -11913,7 +11913,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BRIGHT_POWDER, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -11946,7 +11946,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BRIGHT_POWDER, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -11979,7 +11979,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BIG_ROOT, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -12012,7 +12012,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BIG_ROOT, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -12035,7 +12035,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_BUG, .catchRate = 45, .expYield = 99, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -12045,7 +12045,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -12078,7 +12078,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -12200,7 +12200,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DRAGON, .catchRate = 45, .expYield = 89, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -12495,7 +12495,7 @@ const struct BaseStats gBaseStats[] = .baseSpeed = 90, .type1 = TYPE_WATER, .type2 = TYPE_WATER, - .catchRate = 5, + .catchRate = 3, .expYield = 218, .evYield_HP = 0, .evYield_Attack = 0, @@ -12528,7 +12528,7 @@ const struct BaseStats gBaseStats[] = .baseSpeed = 90, .type1 = TYPE_GROUND, .type2 = TYPE_GROUND, - .catchRate = 5, + .catchRate = 3, .expYield = 218, .evYield_HP = 0, .evYield_Attack = 3, @@ -12738,7 +12738,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CLEANSE_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -12794,7 +12794,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 225, .expYield = 61, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -12804,7 +12804,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -12837,7 +12837,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -12870,7 +12870,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -12903,7 +12903,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -12936,7 +12936,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -12969,7 +12969,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13002,7 +13002,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13035,7 +13035,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13068,7 +13068,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13101,7 +13101,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13134,7 +13134,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13167,7 +13167,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13200,7 +13200,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13233,7 +13233,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13266,7 +13266,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13299,7 +13299,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13332,7 +13332,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13365,7 +13365,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13398,7 +13398,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13431,7 +13431,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13464,7 +13464,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13497,7 +13497,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13530,7 +13530,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13563,7 +13563,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13596,7 +13596,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13629,7 +13629,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13662,7 +13662,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -13695,7 +13695,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -13728,7 +13728,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -13761,7 +13761,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -13794,7 +13794,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -13827,7 +13827,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -13850,7 +13850,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 45, .expYield = 209, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -13860,7 +13860,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -13886,14 +13886,14 @@ const struct BaseStats gBaseStats[] = .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 0, + .evYield_SpAttack = 1, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -13926,7 +13926,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -13959,7 +13959,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -13992,7 +13992,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_YACHE_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -14025,7 +14025,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_YACHE_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -14058,7 +14058,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_YACHE_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -14091,7 +14091,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -14115,7 +14115,7 @@ const struct BaseStats gBaseStats[] = .catchRate = 127, .expYield = 116, .evYield_HP = 0, - .evYield_Attack = 0, + .evYield_Attack = 2, .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, @@ -14124,7 +14124,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -14157,7 +14157,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METRONOME, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -14190,7 +14190,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METRONOME, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -14223,7 +14223,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -14289,7 +14289,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -14322,7 +14322,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -14348,14 +14348,14 @@ const struct BaseStats gBaseStats[] = .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 0, + .evYield_SpAttack = 3, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -14378,7 +14378,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ROCK, .catchRate = 45, .expYield = 99, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -14388,7 +14388,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -14421,7 +14421,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -14454,7 +14454,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -14487,7 +14487,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 0, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -14512,15 +14512,15 @@ const struct BaseStats gBaseStats[] = .expYield = 61, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 2, + .evYield_Defense = 0, .evYield_SpAttack = 0, - .evYield_SpDefense = 0, + .evYield_SpDefense = 1, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -14553,7 +14553,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SILVER_POWDER, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -14576,7 +14576,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 45, .expYield = 159, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -14586,7 +14586,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SILVER_POWDER, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -14619,7 +14619,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_HONEY, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -14652,7 +14652,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -14718,7 +14718,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_WACAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -14751,7 +14751,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_WACAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -14784,7 +14784,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -14817,7 +14817,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -14850,7 +14850,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -14883,7 +14883,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -14949,7 +14949,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -14982,7 +14982,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_AIR_BALLOON, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FLUCTUATING, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -15012,7 +15012,7 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 1, .item1 = ITEM_PECHA_BERRY, - .item2 = ITEM_PRISON_BOTTLE, + .item2 = ITEM_CHOPLE_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 0, @@ -15045,7 +15045,7 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 2, .item1 = ITEM_PECHA_BERRY, - .item2 = ITEM_PRISON_BOTTLE, + .item2 = ITEM_CHOPLE_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, .friendship = 140, @@ -15147,7 +15147,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHERI_BERRY, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -15180,7 +15180,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHERI_BERRY, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -15213,7 +15213,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CLEANSE_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -15246,7 +15246,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -15279,7 +15279,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -15312,7 +15312,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -15345,7 +15345,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -15378,7 +15378,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -15411,7 +15411,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LEPPA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -15467,7 +15467,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 30, .expYield = 107, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -15506,11 +15506,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 0, .evYield_SpDefense = 1, .evYield_Speed = 0, - .item1 = ITEM_NONE, + .item1 = ITEM_SMOKE_BALL, .item2 = ITEM_SMOKE_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -15533,7 +15533,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GROUND, .catchRate = 45, .expYield = 67, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -15543,7 +15543,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_HABAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -15573,10 +15573,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, - .item2 = ITEM_YELLOW_FLUTE, + .item2 = ITEM_HABAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -15609,7 +15609,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_HABAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -15642,7 +15642,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LEFTOVERS, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -15675,7 +15675,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -15698,7 +15698,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_STEEL, .catchRate = 45, .expYield = 204, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -15708,7 +15708,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -15733,7 +15733,7 @@ const struct BaseStats gBaseStats[] = .expYield = 95, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 2, + .evYield_Defense = 1, .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, @@ -15741,7 +15741,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -15774,7 +15774,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -15807,7 +15807,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_WATER_3, @@ -15840,7 +15840,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_WATER_3, @@ -15906,7 +15906,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -15939,7 +15939,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -15972,7 +15972,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RINDO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -16005,7 +16005,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RINDO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -16038,7 +16038,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -16061,7 +16061,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ICE, .catchRate = 120, .expYield = 131, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -16071,7 +16071,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -16094,7 +16094,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ICE, .catchRate = 60, .expYield = 214, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, @@ -16104,7 +16104,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -16127,7 +16127,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ICE, .catchRate = 45, .expYield = 199, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -16170,7 +16170,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METAL_COAT, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -16203,7 +16203,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LAGGING_TAIL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -16236,7 +16236,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -16269,10 +16269,10 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, - .eggGroup1 = EGG_GROUP_WATER_1, - .eggGroup2 = EGG_GROUP_WATER_1, + .eggGroup1 = EGG_GROUP_GRASS, + .eggGroup2 = EGG_GROUP_GRASS, .ability1 = ABILITY_CHLOROPHYLL, .ability2 = ABILITY_LEAFGUARD, .safariZoneFleeRate = 0, @@ -16302,7 +16302,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ELECTIRIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -16335,7 +16335,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MAGMARIZER, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -16368,7 +16368,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FAIRY, @@ -16401,10 +16401,10 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_WIDE_LENS, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, - .eggGroup1 = EGG_GROUP_WATER_1, - .eggGroup2 = EGG_GROUP_WATER_1, + .eggGroup1 = EGG_GROUP_BUG, + .eggGroup2 = EGG_GROUP_BUG, .ability1 = ABILITY_SPEEDBOOST, .ability2 = ABILITY_TINTEDLENS, .safariZoneFleeRate = 0, @@ -16500,8 +16500,8 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, - .growthRate = GROWTH_MEDIUM_FAST, + .friendship = 50, + .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, .ability1 = ABILITY_HYPERCUTTER, @@ -16533,8 +16533,8 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, - .growthRate = GROWTH_MEDIUM_FAST, + .friendship = 50, + .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, .ability1 = ABILITY_OBLIVIOUS, @@ -16566,8 +16566,8 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, - .growthRate = GROWTH_MEDIUM_SLOW, + .friendship = 50, + .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, .ability1 = ABILITY_ADAPTABILITY, @@ -16604,7 +16604,7 @@ const struct BaseStats gBaseStats[] = .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, .ability1 = ABILITY_STEADFAST, - .ability2 = ABILITY_NONE, + .ability2 = ABILITY_STEADFAST, .safariZoneFleeRate = 0, .hiddenAbility = ABILITY_JUSTIFIED, .noFlip = TRUE, @@ -16632,7 +16632,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MAGNET, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -16698,7 +16698,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BABIRI_BERRY, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_MINERAL, @@ -16724,14 +16724,14 @@ const struct BaseStats gBaseStats[] = .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 0, + .evYield_SpAttack = 1, .evYield_SpDefense = 0, .evYield_Speed = 1, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -16756,7 +16756,7 @@ const struct BaseStats gBaseStats[] = .expYield = 210, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 0, + .evYield_Defense = 2, .evYield_SpAttack = 0, .evYield_SpDefense = 1, .evYield_Speed = 0, @@ -16788,7 +16788,7 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 210, .evYield_HP = 0, - .evYield_Attack = 0, + .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 1, .evYield_SpDefense = 1, @@ -16797,7 +16797,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 80, - .friendship = 0, + .friendship = 140, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -16896,7 +16896,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 120, - .friendship = 70, + .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -16961,8 +16961,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, - .friendship = 70, + .eggCycles = 120, + .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -16985,8 +16985,8 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DRAGON, .catchRate = 3, .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 3, + .evYield_HP = 3, + .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, @@ -16995,7 +16995,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 120, - .friendship = 70, + .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -17027,7 +17027,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), - .eggCycles = 210, + .eggCycles = 120, .friendship = 100, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -17061,7 +17061,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FAIRY, @@ -17094,7 +17094,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FAIRY, @@ -17120,9 +17120,9 @@ const struct BaseStats gBaseStats[] = .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 1, + .evYield_SpAttack = 2, .evYield_SpDefense = 0, - .evYield_Speed = 2, + .evYield_Speed = 1, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, @@ -17159,7 +17159,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_LUM_BERRY, .item2 = ITEM_LUM_BERRY, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 100, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -17192,7 +17192,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -17225,7 +17225,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 100, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -17248,7 +17248,7 @@ const struct BaseStats gBaseStats[] = .type1 = TYPE_GRASS, .type2 = TYPE_GRASS, .catchRate = 45, - .expYield = 170, + .expYield = 62, .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, @@ -17258,8 +17258,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_GRASS, @@ -17281,7 +17281,7 @@ const struct BaseStats gBaseStats[] = .type1 = TYPE_GRASS, .type2 = TYPE_GRASS, .catchRate = 45, - .expYield = 170, + .expYield = 145, .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, @@ -17291,8 +17291,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_GRASS, @@ -17324,8 +17324,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_GRASS, @@ -17347,7 +17347,7 @@ const struct BaseStats gBaseStats[] = .type1 = TYPE_FIRE, .type2 = TYPE_FIRE, .catchRate = 45, - .expYield = 170, + .expYield = 62, .evYield_HP = 1, .evYield_Attack = 0, .evYield_Defense = 0, @@ -17357,8 +17357,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17380,7 +17380,7 @@ const struct BaseStats gBaseStats[] = .type1 = TYPE_FIRE, .type2 = TYPE_FIGHTING, .catchRate = 45, - .expYield = 142, + .expYield = 146, .evYield_HP = 0, .evYield_Attack = 2, .evYield_Defense = 0, @@ -17390,8 +17390,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17423,8 +17423,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17446,7 +17446,7 @@ const struct BaseStats gBaseStats[] = .type1 = TYPE_WATER, .type2 = TYPE_WATER, .catchRate = 45, - .expYield = 65, + .expYield = 62, .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, @@ -17456,8 +17456,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17479,7 +17479,7 @@ const struct BaseStats gBaseStats[] = .type1 = TYPE_WATER, .type2 = TYPE_WATER, .catchRate = 45, - .expYield = 142, + .expYield = 145, .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, @@ -17489,8 +17489,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17522,8 +17522,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17547,16 +17547,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 57, .evYield_HP = 0, - .evYield_Attack = 0, + .evYield_Attack = 1, .evYield_Defense = 0, - .evYield_SpAttack = 1, + .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17579,8 +17579,8 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_NORMAL, .catchRate = 255, .expYield = 116, - .evYield_HP = 1, - .evYield_Attack = 1, + .evYield_HP = 0, + .evYield_Attack = 2, .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, @@ -17588,8 +17588,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17612,7 +17612,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_NORMAL, .catchRate = 255, .expYield = 60, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -17621,8 +17621,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17654,8 +17654,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17687,8 +17687,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17720,8 +17720,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17753,8 +17753,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17786,8 +17786,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ORAN_BERRY, .item2 = ITEM_OCCA_BERRY, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17819,8 +17819,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ORAN_BERRY, .item2 = ITEM_OCCA_BERRY, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17852,8 +17852,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ORAN_BERRY, .item2 = ITEM_PASSHO_BERRY, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17885,8 +17885,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ORAN_BERRY, .item2 = ITEM_PASSHO_BERRY, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17918,8 +17918,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ORAN_BERRY, .item2 = ITEM_RINDO_BERRY, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17951,8 +17951,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ORAN_BERRY, .item2 = ITEM_RINDO_BERRY, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -17984,8 +17984,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 11, - .friendship = 70, + .eggCycles = 10, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -18017,8 +18017,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 11, - .friendship = 70, + .eggCycles = 10, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -18041,7 +18041,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 255, .expYield = 56, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -18050,8 +18050,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -18083,8 +18083,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -18116,8 +18116,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -18149,8 +18149,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_CHERI_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -18182,8 +18182,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_CHERI_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -18215,8 +18215,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_EVERSTONE, .item2 = ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -18248,8 +18248,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_EVERSTONE, .item2 = ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -18281,8 +18281,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_EVERSTONE, .item2 = ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -18314,8 +18314,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FLYING, @@ -18347,8 +18347,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FLYING, @@ -18371,7 +18371,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GROUND, .catchRate = 120, .expYield = 71, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -18380,8 +18380,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -18413,8 +18413,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -18446,8 +18446,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ORAN_BERRY, .item2 = ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -18470,7 +18470,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 180, .expYield = 75, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -18480,7 +18480,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, //70 in SwSh but most likely a bug .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -18513,7 +18513,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -18546,7 +18546,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -18578,8 +18578,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_PECHA_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -18611,8 +18611,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_PECHA_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -18644,8 +18644,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_PECHA_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -18677,8 +18677,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_EXPERT_BELT, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -18710,8 +18710,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_EXPERT_BELT, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -18743,8 +18743,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -18776,8 +18776,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -18809,8 +18809,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -18842,8 +18842,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_PECHA_BERRY, .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -18875,8 +18875,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_PECHA_BERRY, .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -18908,8 +18908,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_PECHA_BERRY, .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -18941,8 +18941,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -18974,8 +18974,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -19007,8 +19007,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(100), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -19040,8 +19040,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_ABSORB_BULB, .genderRatio = PERCENT_FEMALE(100), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -19073,8 +19073,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_DEEP_SEA_TOOTH, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, - .friendship = 70, + .eggCycles = 40, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -19097,7 +19097,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DARK, .catchRate = 180, .expYield = 58, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -19106,8 +19106,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_BLACK_GLASSES, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19139,8 +19139,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_BLACK_GLASSES, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19172,8 +19172,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_BLACK_GLASSES, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19205,8 +19205,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_RAWST_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19238,8 +19238,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_RAWST_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19271,8 +19271,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -19304,8 +19304,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_MINERAL, @@ -19337,8 +19337,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_HARD_STONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_MINERAL, @@ -19361,7 +19361,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 180, .expYield = 70, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -19370,7 +19370,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, + .eggCycles = 15, .friendship = 35, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_DRAGON, @@ -19403,8 +19403,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_SHED_SHELL, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_DRAGON, .eggGroup2 = EGG_GROUP_FIELD, @@ -19436,8 +19436,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -19469,8 +19469,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 26, - .friendship = 70, + .eggCycles = 25, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_MINERAL, @@ -19502,8 +19502,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 26, - .friendship = 70, + .eggCycles = 25, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_MINERAL, @@ -19535,8 +19535,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 31, - .friendship = 70, + .eggCycles = 30, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -19568,8 +19568,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 31, - .friendship = 70, + .eggCycles = 30, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -19601,8 +19601,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 31, - .friendship = 70, + .eggCycles = 30, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_WATER_3, @@ -19634,8 +19634,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 31, - .friendship = 70, + .eggCycles = 30, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_WATER_3, @@ -19667,8 +19667,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_BLACK_SLUDGE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -19700,8 +19700,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_BLACK_SLUDGE, .item2 = ITEM_NUGGET, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -19733,8 +19733,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 26, - .friendship = 70, + .eggCycles = 25, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19766,8 +19766,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19800,7 +19800,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19833,7 +19833,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -19864,9 +19864,9 @@ const struct BaseStats gBaseStats[] = .evYield_Speed = 0, .item1 = ITEM_PERSIM_BERRY, .item2 = ITEM_NONE, - .genderRatio = PERCENT_FEMALE(77.5), - .eggCycles = 21, - .friendship = 70, + .genderRatio = PERCENT_FEMALE(75), + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -19897,9 +19897,9 @@ const struct BaseStats gBaseStats[] = .evYield_Speed = 0, .item1 = ITEM_PERSIM_BERRY, .item2 = ITEM_NONE, - .genderRatio = PERCENT_FEMALE(78.5), - .eggCycles = 21, - .friendship = 70, + .genderRatio = PERCENT_FEMALE(75), + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -19930,9 +19930,9 @@ const struct BaseStats gBaseStats[] = .evYield_Speed = 0, .item1 = ITEM_PERSIM_BERRY, .item2 = ITEM_NONE, - .genderRatio = PERCENT_FEMALE(78.5), - .eggCycles = 21, - .friendship = 70, + .genderRatio = PERCENT_FEMALE(75), + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -19964,8 +19964,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_PERSIM_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -19996,9 +19996,9 @@ const struct BaseStats gBaseStats[] = .evYield_Speed = 0, .item1 = ITEM_PERSIM_BERRY, .item2 = ITEM_NONE, - .genderRatio = PERCENT_FEMALE(47.5), - .eggCycles = 21, - .friendship = 70, + .genderRatio = PERCENT_FEMALE(50), + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -20030,8 +20030,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_PERSIM_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -20061,10 +20061,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, - .item2 = ITEM_PRETTY_WING, + .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FLYING, @@ -20094,10 +20094,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 2, .item1 = ITEM_NONE, - .item2 = ITEM_PRETTY_WING, + .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_WATER_1, @@ -20127,10 +20127,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, - .item2 = ITEM_CASTELIACONE, + .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -20160,10 +20160,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, - .item2 = ITEM_CASTELIACONE, + .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -20193,10 +20193,10 @@ const struct BaseStats gBaseStats[] = .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NEVER_MELT_ICE, - .item2 = ITEM_CASTELIACONE, + .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -20228,8 +20228,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -20261,8 +20261,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -20294,8 +20294,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_CHERI_BERRY, .item2 = ITEM_CHERI_BERRY, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -20318,7 +20318,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_BUG, .catchRate = 200, .expYield = 63, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -20327,8 +20327,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -20360,8 +20360,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -20393,8 +20393,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_TINY_MUSHROOM, .item2 = ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -20426,8 +20426,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_TINY_MUSHROOM, .item2 = ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -20459,8 +20459,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -20492,8 +20492,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -20514,8 +20514,8 @@ const struct BaseStats gBaseStats[] = .baseSpeed = 65, .type1 = TYPE_WATER, .type2 = TYPE_WATER, - .catchRate = 0, - .expYield = 0, + .catchRate = 75, + .expYield = 165, .evYield_HP = 2, .evYield_Attack = 0, .evYield_Defense = 0, @@ -20525,8 +20525,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, - .friendship = 70, + .eggCycles = 40, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_2, @@ -20558,8 +20558,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -20591,8 +20591,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -20624,8 +20624,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_STICKY_BARB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_MINERAL, @@ -20657,8 +20657,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_STICKY_BARB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_MINERAL, @@ -20690,8 +20690,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -20723,8 +20723,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -20756,8 +20756,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -20789,8 +20789,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -20822,8 +20822,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -20855,8 +20855,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -20888,8 +20888,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -20921,8 +20921,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -20954,8 +20954,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -20987,8 +20987,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -21020,8 +21020,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -21053,7 +21053,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, + .eggCycles = 40, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, @@ -21086,7 +21086,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, + .eggCycles = 40, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, @@ -21119,7 +21119,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, + .eggCycles = 40, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, @@ -21152,8 +21152,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ASPEAR_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -21185,8 +21185,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_ASPEAR_BERRY, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -21218,8 +21218,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = MON_GENDERLESS, - .eggCycles = 26, - .friendship = 70, + .eggCycles = 25, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -21251,8 +21251,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -21284,8 +21284,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -21317,7 +21317,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, + .eggCycles = 20, .friendship = 70, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, @@ -21341,7 +21341,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 180, .expYield = 70, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -21350,8 +21350,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 26, - .friendship = 70, + .eggCycles = 25, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -21383,8 +21383,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 26, - .friendship = 70, + .eggCycles = 25, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -21416,8 +21416,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_DRAGON_FANG, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 31, - .friendship = 70, + .eggCycles = 30, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_DRAGON, .eggGroup2 = EGG_GROUP_MONSTER, @@ -21440,7 +21440,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GHOST, .catchRate = 190, .expYield = 61, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -21449,8 +21449,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_LIGHT_CLAY, .genderRatio = MON_GENDERLESS, - .eggCycles = 26, - .friendship = 70, + .eggCycles = 25, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -21482,8 +21482,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_LIGHT_CLAY, .genderRatio = MON_GENDERLESS, - .eggCycles = 26, - .friendship = 70, + .eggCycles = 25, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -21515,7 +21515,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, + .eggCycles = 20, .friendship = 35, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, @@ -21548,7 +21548,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, + .eggCycles = 20, .friendship = 35, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, @@ -21581,8 +21581,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -21605,7 +21605,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FLYING, .catchRate = 190, .expYield = 70, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -21614,8 +21614,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -21647,8 +21647,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -21680,7 +21680,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), - .eggCycles = 21, + .eggCycles = 20, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FLYING, @@ -21713,7 +21713,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), - .eggCycles = 21, + .eggCycles = 20, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FLYING, @@ -21746,8 +21746,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_FLAME_ORB, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -21779,8 +21779,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -21812,7 +21812,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, + .eggCycles = 40, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, @@ -21845,7 +21845,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, + .eggCycles = 40, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, @@ -21878,7 +21878,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, + .eggCycles = 40, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, @@ -21911,8 +21911,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, - .friendship = 70, + .eggCycles = 40, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -21944,8 +21944,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_SILVER_POWDER, .item2 = ITEM_SILVER_POWDER, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, - .friendship = 70, + .eggCycles = 40, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -21977,7 +21977,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 81, + .eggCycles = 80, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22010,7 +22010,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 81, + .eggCycles = 80, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22036,14 +22036,14 @@ const struct BaseStats gBaseStats[] = .expYield = 255, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 3, + .evYield_Defense = 0, .evYield_SpAttack = 0, - .evYield_SpDefense = 0, + .evYield_SpDefense = 3, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 81, + .eggCycles = 80, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22076,7 +22076,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 121, + .eggCycles = 120, .friendship = 90, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22109,7 +22109,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 121, + .eggCycles = 120, .friendship = 90, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22142,7 +22142,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22175,7 +22175,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22208,7 +22208,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 121, + .eggCycles = 120, .friendship = 90, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22241,7 +22241,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22274,7 +22274,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 81, + .eggCycles = 80, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22307,7 +22307,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_STAR_PIECE, .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 100, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22340,7 +22340,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22373,8 +22373,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -22406,8 +22406,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -22439,8 +22439,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -22499,13 +22499,13 @@ const struct BaseStats gBaseStats[] = .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .evYield_Speed = 1, + .evYield_SpDefense = 1, + .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -22532,13 +22532,13 @@ const struct BaseStats gBaseStats[] = .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .evYield_Speed = 1, + .evYield_SpDefense = 1, + .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -22563,15 +22563,15 @@ const struct BaseStats gBaseStats[] = .expYield = 148, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_SpAttack = 2, + .evYield_Defense = 2, + .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_SILVER_POWDER, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -22596,15 +22596,15 @@ const struct BaseStats gBaseStats[] = .expYield = 148, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, + .evYield_Defense = 1, + .evYield_SpAttack = 0, + .evYield_SpDefense = 1, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_SILVER_POWDER, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -22670,7 +22670,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -22703,7 +22703,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -22736,7 +22736,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -22769,7 +22769,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -22802,7 +22802,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -22835,7 +22835,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -22868,7 +22868,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 120, - .friendship = 70, + .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -22900,7 +22900,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 100, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22933,7 +22933,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22966,7 +22966,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -22999,7 +22999,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23032,7 +23032,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23065,7 +23065,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23098,7 +23098,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23131,7 +23131,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23164,7 +23164,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23197,7 +23197,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23230,7 +23230,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23263,7 +23263,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23296,7 +23296,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23329,7 +23329,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23362,7 +23362,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23395,7 +23395,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23428,7 +23428,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23461,8 +23461,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_DEEP_SEA_SCALE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 41, - .friendship = 70, + .eggCycles = 40, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -23494,8 +23494,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23527,8 +23527,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23560,8 +23560,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23593,8 +23593,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23626,8 +23626,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23659,8 +23659,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23692,8 +23692,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23726,7 +23726,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23759,7 +23759,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -23791,7 +23791,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 100, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23824,7 +23824,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23857,7 +23857,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23890,7 +23890,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23923,7 +23923,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -23950,14 +23950,14 @@ const struct BaseStats gBaseStats[] = .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, + .evYield_SpAttack = 2, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_GRASS, @@ -23989,7 +23989,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -24014,15 +24014,15 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 255, .evYield_HP = 0, - .evYield_Attack = 3, + .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 0, + .evYield_SpAttack = 3, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 121, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -24055,7 +24055,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 121, + .eggCycles = 120, .friendship = 90, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -24088,7 +24088,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 121, + .eggCycles = 120, .friendship = 90, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -24121,7 +24121,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), - .eggCycles = 121, + .eggCycles = 120, .friendship = 90, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -24154,7 +24154,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 81, + .eggCycles = 80, .friendship = 35, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -24187,8 +24187,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24220,8 +24220,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 19, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24244,7 +24244,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 45, .expYield = 239, - .evYield_HP = 3, + .evYield_HP = 0, .evYield_Attack = 0, .evYield_Defense = 3, .evYield_SpAttack = 0, @@ -24254,7 +24254,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24286,8 +24286,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24319,8 +24319,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24352,8 +24352,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24386,7 +24386,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -24419,7 +24419,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -24452,7 +24452,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -24484,8 +24484,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24508,8 +24508,8 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GROUND, .catchRate = 127, .expYield = 148, - .evYield_HP = 0, - .evYield_Attack = 2, + .evYield_HP = 2, + .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, @@ -24517,8 +24517,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24546,12 +24546,12 @@ const struct BaseStats gBaseStats[] = .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, - .evYield_Speed = 0, + .evYield_Speed = 1, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -24583,8 +24583,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -24616,8 +24616,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -24649,8 +24649,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -24682,13 +24682,13 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, .ability1 = ABILITY_SHEDSKIN, - .ability2 = ABILITY_NONE, + .ability2 = ABILITY_SHEDSKIN, .safariZoneFleeRate = 0, .hiddenAbility = ABILITY_FRIENDGUARD, .noFlip = TRUE, @@ -24715,8 +24715,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -24747,9 +24747,9 @@ const struct BaseStats gBaseStats[] = .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, - .genderRatio = PERCENT_FEMALE(75), + .genderRatio = PERCENT_FEMALE(87.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24780,9 +24780,9 @@ const struct BaseStats gBaseStats[] = .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, - .genderRatio = PERCENT_FEMALE(75), + .genderRatio = PERCENT_FEMALE(87.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24815,7 +24815,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -24848,7 +24848,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -24881,7 +24881,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -24914,7 +24914,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24947,7 +24947,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -24980,7 +24980,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 24, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -25013,7 +25013,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MENTAL_HERB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -25046,7 +25046,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -25079,7 +25079,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -25112,7 +25112,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -25145,7 +25145,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -25178,7 +25178,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -25211,7 +25211,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -25244,7 +25244,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -25277,7 +25277,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -25310,7 +25310,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -25343,7 +25343,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -25366,7 +25366,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_PSYCHIC, .catchRate = 190, .expYield = 58, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -25376,7 +25376,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_2, @@ -25409,7 +25409,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_2, @@ -25432,7 +25432,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_WATER, .catchRate = 120, .expYield = 61, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -25442,7 +25442,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -25475,7 +25475,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -25508,7 +25508,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_DRAGON, @@ -25541,7 +25541,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_DRAGON, @@ -25574,7 +25574,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -25606,8 +25606,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_3, @@ -25640,7 +25640,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -25673,7 +25673,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -25696,7 +25696,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_DRAGON, .catchRate = 45, .expYield = 72, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -25706,7 +25706,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -25739,7 +25739,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -25762,17 +25762,17 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ICE, .catchRate = 45, .expYield = 72, - .evYield_HP = 0, + .evYield_HP = 1, .evYield_Attack = 0, .evYield_Defense = 0, - .evYield_SpAttack = 3, + .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -25805,7 +25805,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 30, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -25838,12 +25838,12 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 37, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, .ability1 = ABILITY_CUTECHARM, - .ability2 = ABILITY_NONE, + .ability2 = ABILITY_CUTECHARM, .safariZoneFleeRate = 0, .hiddenAbility = ABILITY_PIXILATE, .noFlip = TRUE, @@ -25871,7 +25871,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_KINGS_ROCK, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -25904,7 +25904,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -25937,7 +25937,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_MINERAL, @@ -26069,7 +26069,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -26102,7 +26102,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -26135,7 +26135,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -26168,7 +26168,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -26201,7 +26201,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -26222,11 +26222,11 @@ const struct BaseStats gBaseStats[] = .baseSpeed = 28, .type1 = TYPE_ICE, .type2 = TYPE_ICE, - .catchRate = 50, - .expYield = 207, + .catchRate = 190, + .expYield = 61, .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, + .evYield_Attack = 0, + .evYield_Defense = 1, .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, @@ -26234,7 +26234,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MINERAL, @@ -26267,7 +26267,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MINERAL, @@ -26300,7 +26300,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_DRAGON, @@ -26333,7 +26333,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_DRAGON, @@ -26465,7 +26465,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -26490,15 +26490,15 @@ const struct BaseStats gBaseStats[] = .expYield = 255, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, + .evYield_Defense = 0, + .evYield_SpAttack = 3, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -26597,7 +26597,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -26630,7 +26630,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -26654,16 +26654,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 234, .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, + .evYield_Attack = 2, + .evYield_Defense = 0, + .evYield_SpAttack = 1, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -26695,7 +26695,7 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, - .eggCycles = 210, + .eggCycles = 120, .friendship = 0, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, @@ -26785,12 +26785,12 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GROUND, .catchRate = 3, .expYield = 255, - .evYield_HP = 0, + .evYield_HP = 3, .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, - .evYield_Speed = 3, + .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, @@ -26818,8 +26818,8 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_GROUND, .catchRate = 3, .expYield = 255, - .evYield_HP = 0, - .evYield_Attack = 3, + .evYield_HP = 3, + .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, @@ -26861,7 +26861,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -26894,7 +26894,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -26927,7 +26927,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -26960,7 +26960,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -26993,7 +26993,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27026,7 +27026,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27059,7 +27059,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27092,7 +27092,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27125,7 +27125,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27158,7 +27158,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27191,7 +27191,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27224,7 +27224,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27257,7 +27257,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27290,7 +27290,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -27323,7 +27323,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -27356,7 +27356,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -27389,7 +27389,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -27422,7 +27422,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -27455,7 +27455,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -27488,7 +27488,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -27521,7 +27521,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27554,7 +27554,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27587,7 +27587,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27620,7 +27620,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27653,7 +27653,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27686,7 +27686,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27719,7 +27719,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27752,7 +27752,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27785,7 +27785,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -27817,8 +27817,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -27851,7 +27851,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -27884,7 +27884,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -27917,7 +27917,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -27950,7 +27950,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -27983,7 +27983,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -28016,7 +28016,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -28049,7 +28049,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_TWISTED_SPOON, .genderRatio = PERCENT_FEMALE(25), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -28082,7 +28082,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -28115,7 +28115,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -28148,7 +28148,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -28181,7 +28181,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -28214,7 +28214,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 5, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_DRAGON, @@ -28247,7 +28247,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 35, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -28346,7 +28346,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_FIELD, @@ -28379,7 +28379,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_METAL_COAT, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -28412,7 +28412,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -28445,7 +28445,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -28544,7 +28544,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -28577,7 +28577,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -28610,7 +28610,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -28709,7 +28709,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -28775,7 +28775,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_HUMAN_LIKE, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -28808,7 +28808,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -28874,7 +28874,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAWST_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -28907,7 +28907,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_ERRATIC, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_DRAGON, @@ -29006,7 +29006,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NEVER_MELT_ICE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_MINERAL, @@ -29270,7 +29270,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_HUMAN_LIKE, @@ -29303,7 +29303,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, .eggGroup2 = EGG_GROUP_MONSTER, @@ -29327,19 +29327,19 @@ const struct BaseStats gBaseStats[] = .catchRate = 45, .expYield = 204, .evYield_HP = 0, - .evYield_Attack = 0, + .evYield_Attack = 1, .evYield_Defense = 0, - .evYield_SpAttack = 0, + .evYield_SpAttack = 1, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, - .eggGroup1 = EGG_GROUP_WATER_1, - .eggGroup2 = EGG_GROUP_WATER_1, + .eggGroup1 = EGG_GROUP_FIELD, + .eggGroup2 = EGG_GROUP_HUMAN_LIKE, .ability1 = ABILITY_ADAPTABILITY, .ability2 = ABILITY_ADAPTABILITY, .safariZoneFleeRate = 0, @@ -29359,17 +29359,17 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_ICE, .catchRate = 60, .expYield = 214, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, - .evYield_SpAttack = 0, + .evYield_SpAttack = 1, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_GRASS, @@ -29434,8 +29434,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 21, - .friendship = 70, + .eggCycles = 20, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FAIRY, .eggGroup2 = EGG_GROUP_FAIRY, @@ -29468,7 +29468,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -29500,8 +29500,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29533,8 +29533,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29566,8 +29566,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29599,8 +29599,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29632,8 +29632,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29665,8 +29665,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29698,8 +29698,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29731,8 +29731,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29764,8 +29764,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29797,8 +29797,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29830,8 +29830,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29863,8 +29863,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29896,8 +29896,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29929,8 +29929,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29962,8 +29962,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -29995,8 +29995,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -30028,8 +30028,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -30061,8 +30061,8 @@ const struct BaseStats gBaseStats[] = .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 16, - .friendship = 70, + .eggCycles = 15, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -30095,7 +30095,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -30128,7 +30128,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -30161,7 +30161,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -30194,7 +30194,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -30227,7 +30227,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -30260,7 +30260,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -30293,7 +30293,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -30326,7 +30326,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_WATER_1, @@ -30359,7 +30359,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_FIELD, @@ -30392,7 +30392,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ORAN_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -30425,7 +30425,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SITRUS_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -30458,7 +30458,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAWST_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -30482,16 +30482,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 255, .expYield = 57, .evYield_HP = 0, - .evYield_Attack = 0, + .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, - .evYield_SpDefense = 2, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -30524,7 +30524,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -30557,7 +30557,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -30582,15 +30582,15 @@ const struct BaseStats gBaseStats[] = .expYield = 145, .evYield_HP = 0, .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_SpAttack = 2, + .evYield_Defense = 2, + .evYield_SpAttack = 0, .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_CELL_BATTERY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -30623,7 +30623,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_BUG, @@ -30646,7 +30646,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 225, .expYield = 114, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -30656,7 +30656,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ASPEAR_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -30689,7 +30689,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHERI_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_3, .eggGroup2 = EGG_GROUP_WATER_3, @@ -30718,11 +30718,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 2, .evYield_SpDefense = 0, .evYield_Speed = 0, - .item1 = ITEM_RED_NECTAR, + .item1 = ITEM_NONE, .item2 = ITEM_HONEY, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -30755,7 +30755,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_HONEY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_FAIRY, @@ -30788,7 +30788,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_HONEY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_FAIRY, @@ -30821,7 +30821,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -30854,7 +30854,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -30887,7 +30887,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -30920,7 +30920,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -30953,7 +30953,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_POISON_BARB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -30986,7 +30986,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_CLAY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -31019,7 +31019,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_CLAY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -31052,7 +31052,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_BUG, @@ -31085,7 +31085,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MYSTIC_WATER, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_BUG, @@ -31118,7 +31118,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -31151,7 +31151,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MIRACLE_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -31184,7 +31184,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_BIG_MUSHROOM, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -31217,7 +31217,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_TINY_MUSHROOM, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -31250,7 +31250,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SMOKE_BALL, .genderRatio = PERCENT_FEMALE(12.5), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -31283,7 +31283,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SMOKE_BALL, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -31306,7 +31306,7 @@ const struct BaseStats gBaseStats[] = .type2 = TYPE_FIGHTING, .catchRate = 140, .expYield = 114, - .evYield_HP = 1, + .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, .evYield_SpAttack = 0, @@ -31316,7 +31316,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -31349,7 +31349,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -31382,7 +31382,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_GRASSY_SEED, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -31415,7 +31415,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_GRASSY_SEED, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -31448,7 +31448,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -31481,7 +31481,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_MISTY_SEED, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -31514,7 +31514,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -31547,7 +31547,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -31580,7 +31580,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_WATER_3, @@ -31613,7 +31613,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_BUG, .eggGroup2 = EGG_GROUP_WATER_3, @@ -31646,7 +31646,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -31679,7 +31679,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SPELL_TAG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -31712,7 +31712,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_1, .eggGroup2 = EGG_GROUP_WATER_1, @@ -31811,7 +31811,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -31844,7 +31844,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -31877,7 +31877,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHARCOAL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_DRAGON, @@ -31910,7 +31910,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ELECTRIC_SEED, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -31943,7 +31943,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHESTO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -31976,7 +31976,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAZOR_FANG, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -32009,7 +32009,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PERSIM_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -32042,7 +32042,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -32075,7 +32075,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAZOR_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, .eggGroup2 = EGG_GROUP_DRAGON, @@ -32108,7 +32108,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_RAZOR_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, .eggGroup2 = EGG_GROUP_DRAGON, @@ -32141,7 +32141,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 40, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_DRAGON, .eggGroup2 = EGG_GROUP_DRAGON, @@ -32174,7 +32174,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -32207,7 +32207,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 15, - .friendship = 35, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -32240,7 +32240,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -32273,7 +32273,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, @@ -32763,12 +32763,12 @@ const struct BaseStats gBaseStats[] = .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, - .evYield_Speed = 2, + .evYield_Speed = 1, .item1 = ITEM_NONE, .item2 = ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -32801,7 +32801,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_PECHA_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -32834,7 +32834,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -32867,7 +32867,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -32900,7 +32900,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -32933,7 +32933,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -32966,7 +32966,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -32999,7 +32999,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -33023,16 +33023,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 50, .expYield = 153, .evYield_HP = 0, - .evYield_Attack = 0, + .evYield_Attack = 2, .evYield_Defense = 0, .evYield_SpAttack = 0, .evYield_SpDefense = 0, - .evYield_Speed = 2, + .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_SOFT_SAND, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -33065,7 +33065,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -33098,7 +33098,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_QUICK_CLAW, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -33131,7 +33131,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -33164,7 +33164,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -33197,7 +33197,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -33230,7 +33230,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -33263,7 +33263,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -33296,7 +33296,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -33329,7 +33329,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_SLOW, .eggGroup1 = EGG_GROUP_GRASS, .eggGroup2 = EGG_GROUP_GRASS, @@ -33362,7 +33362,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_THICK_CLUB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -33395,7 +33395,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_THICK_CLUB, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_MONSTER, .eggGroup2 = EGG_GROUP_MONSTER, @@ -33455,7 +33455,7 @@ const struct BaseStats gBaseStats[] = .evYield_Attack = 0, .evYield_Defense = 2, .evYield_SpAttack = 0, - .evYield_SpDefense = 0, + .evYield_SpDefense = 1, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_NONE, @@ -33523,11 +33523,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 2, .evYield_SpDefense = 0, .evYield_Speed = 0, - .item1 = ITEM_YELLOW_NECTAR, + .item1 = ITEM_NONE, .item2 = ITEM_HONEY, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -33556,11 +33556,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 2, .evYield_SpDefense = 0, .evYield_Speed = 0, - .item1 = ITEM_PINK_NECTAR, + .item1 = ITEM_NONE, .item2 = ITEM_HONEY, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -33589,11 +33589,11 @@ const struct BaseStats gBaseStats[] = .evYield_SpAttack = 2, .evYield_SpDefense = 0, .evYield_Speed = 0, - .item1 = ITEM_PURPLE_NECTAR, + .item1 = ITEM_NONE, .item2 = ITEM_HONEY, .genderRatio = PERCENT_FEMALE(75), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FLYING, .eggGroup2 = EGG_GROUP_FLYING, @@ -33626,7 +33626,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -33659,7 +33659,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_FAST, .eggGroup1 = EGG_GROUP_WATER_2, .eggGroup2 = EGG_GROUP_WATER_2, @@ -34244,16 +34244,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 132, .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, + .evYield_Attack = 1, + .evYield_Defense = 0, + .evYield_SpAttack = 1, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -34277,16 +34277,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 132, .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, + .evYield_Attack = 1, + .evYield_Defense = 0, + .evYield_SpAttack = 1, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -34310,16 +34310,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 132, .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, + .evYield_Attack = 1, + .evYield_Defense = 0, + .evYield_SpAttack = 1, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -34343,16 +34343,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 132, .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, + .evYield_Attack = 1, + .evYield_Defense = 0, + .evYield_SpAttack = 1, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -34376,16 +34376,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 132, .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, + .evYield_Attack = 1, + .evYield_Defense = 0, + .evYield_SpAttack = 1, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -34409,16 +34409,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 132, .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, + .evYield_Attack = 1, + .evYield_Defense = 0, + .evYield_SpAttack = 1, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -34442,16 +34442,16 @@ const struct BaseStats gBaseStats[] = .catchRate = 30, .expYield = 132, .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, + .evYield_Attack = 1, + .evYield_Defense = 0, + .evYield_SpAttack = 1, + .evYield_SpDefense = 0, .evYield_Speed = 0, .item1 = ITEM_NONE, .item2 = ITEM_STAR_PIECE, .genderRatio = MON_GENDERLESS, .eggCycles = 25, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_SLOW, .eggGroup1 = EGG_GROUP_MINERAL, .eggGroup2 = EGG_GROUP_MINERAL, @@ -34484,7 +34484,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_CHESTO_BERRY, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 20, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_AMORPHOUS, .eggGroup2 = EGG_GROUP_AMORPHOUS, @@ -34508,7 +34508,7 @@ const struct BaseStats gBaseStats[] = .catchRate = 3, .expYield = 120, .evYield_HP = 0, - .evYield_Attack = 2, + .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 3, .evYield_SpDefense = 0, @@ -34544,8 +34544,8 @@ const struct BaseStats gBaseStats[] = .evYield_Attack = 0, .evYield_Defense = 0, .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .evYield_Speed = 0, + .evYield_SpDefense = 0, + .evYield_Speed = 1, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, @@ -34774,9 +34774,9 @@ const struct BaseStats gBaseStats[] = .evYield_HP = 0, .evYield_Attack = 1, .evYield_Defense = 0, - .evYield_SpAttack = 2, + .evYield_SpAttack = 1, .evYield_SpDefense = 0, - .evYield_Speed = 0, + .evYield_Speed = 1, .item1 = ITEM_NONE, .item2 = ITEM_NONE, .genderRatio = MON_GENDERLESS, @@ -34814,7 +34814,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_NONE, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 15, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FIELD, @@ -34824,7 +34824,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_MELTAN] = { .baseHP = 46, @@ -34857,7 +34857,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_MELMETAL] = { .baseHP = 135, @@ -34890,7 +34890,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_SURFING] = { .baseHP = 35, @@ -34913,7 +34913,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -34923,7 +34923,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_FLYING] = { .baseHP = 35, @@ -34946,7 +34946,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(50), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -34956,7 +34956,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_COSPLAY] = { .baseHP = 35, @@ -34979,7 +34979,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -34989,7 +34989,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_LIBRE] = { .baseHP = 35, @@ -35012,7 +35012,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35022,7 +35022,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_POP_STAR] = { .baseHP = 35, @@ -35045,7 +35045,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35055,7 +35055,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_ROCK_STAR] = { .baseHP = 35, @@ -35078,7 +35078,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35088,7 +35088,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_BELLE] = { .baseHP = 35, @@ -35111,7 +35111,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35121,7 +35121,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_PHD] = { .baseHP = 35, @@ -35144,7 +35144,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35154,7 +35154,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_NONE, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_CAP_ORIGINAL] = { .baseHP = 35, @@ -35177,7 +35177,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35187,7 +35187,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_CAP_HOENN] = { .baseHP = 35, @@ -35210,7 +35210,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35220,7 +35220,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_CAP_SINNOH] = { .baseHP = 35, @@ -35243,7 +35243,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35253,7 +35253,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_CAP_UNOVA] = { .baseHP = 35, @@ -35276,7 +35276,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35286,7 +35286,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_CAP_KALOS] = { .baseHP = 35, @@ -35309,7 +35309,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35319,7 +35319,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_CAP_ALOLA] = { .baseHP = 35, @@ -35342,7 +35342,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35352,7 +35352,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PIKACHU_CAP_PARTNER] = { .baseHP = 35, @@ -35375,7 +35375,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_LIGHT_BALL, .genderRatio = PERCENT_FEMALE(0), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_FIELD, .eggGroup2 = EGG_GROUP_FAIRY, @@ -35385,7 +35385,7 @@ const struct BaseStats gBaseStats[] = .hiddenAbility = ABILITY_LIGHTNINGROD, .noFlip = TRUE, }, - + [SPECIES_PICHU_SPIKY] = { .baseHP = 20, @@ -35408,7 +35408,7 @@ const struct BaseStats gBaseStats[] = .item2 = ITEM_ORAN_BERRY, .genderRatio = PERCENT_FEMALE(100), .eggCycles = 10, - .friendship = 70, + .friendship = 50, .growthRate = GROWTH_MEDIUM_FAST, .eggGroup1 = EGG_GROUP_UNDISCOVERED, .eggGroup2 = EGG_GROUP_UNDISCOVERED, diff --git a/src/Pokedex_Data_Table.c b/src/Pokedex_Data_Table.c index 429189a..2a05832 100644 --- a/src/Pokedex_Data_Table.c +++ b/src/Pokedex_Data_Table.c @@ -8084,7 +8084,7 @@ const struct PokedexEntry gPokedexEntries[NUM_DEX_ENTRIES + 1] = }, [NATIONAL_DEX_SOLOSIS] = { - .categoryName = {_C, _e, _l, _l, _END, _w, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, + .categoryName = {_C, _e, _l, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 10, .description = DEX_ENTRY_SOLOSIS, diff --git a/strings/Pokedex_Data.string b/strings/Pokedex_Data.string index 923efb6..cd6c388 100644 --- a/strings/Pokedex_Data.string +++ b/strings/Pokedex_Data.string @@ -275,7 +275,7 @@ It is said to take lost spirits into\nits pliant body and guide them home. Legends in snowy regions say that a\nwoman who was lost on an icy mountain\nwas reborn as Froslass. #org @DEX_ENTRY_ROTOM -Research continues on this Pok\emon,\nwhich could be the power source of a\nunique motor. +Its body is composed of plasma. It\nis known to infiltrate electronic\ndevices and wreak havoc. #org @DEX_ENTRY_UXIE Known as 'The Being of Knowledge.' It\nis said that it can wipe out the memory\nof those who see its eyes.