Pokemon Team Rocket Edition Base Stats

Pokemon Team Rocket Edition is a GBA ROM Hack based on Pokemon Emerald by Eric (DragonsdenTV) and his team. The original version (Pokemon Edición Team Rocket) is Spanish and you can play as Team Rocket. The new story is up to Hoenn now with the new DLC. Pokemon Team Rocket Edition Base Stats gives you full details about pokemon such as Stats, Type, Abilitites, Item holding, EggGroup and more.

Base Stats Documentation

BULBASAUR

    HP        = 45,
    Attack    = 49,
    Defense   = 49,
    Speed     = 45,
    SpAttack  = 65,
    SpDefense = 65,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 64,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_CHLOROPHYLL},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



IVYSAUR

    HP        = 60,
    Attack    = 62,
    Defense   = 63,
    Speed     = 60,
    SpAttack  = 80,
    SpDefense = 80,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 141,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_CHLOROPHYLL},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



VENUSAUR

    HP        = 90,
    Attack    = 85,
    Defense   = 93,
    Speed     = 60,
    SpAttack  = 110,
    SpDefense = 110,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 208,
    evYield_SpAttack  = 2,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_CHLOROPHYLL},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CHARMANDER

    HP        = 39,
    Attack    = 52,
    Defense   = 43,
    Speed     = 65,
    SpAttack  = 60,
    SpDefense = 50,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 65,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_SOLAR_POWER},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CHARMELEON

    HP        = 58,
    Attack    = 64,
    Defense   = 58,
    Speed     = 80,
    SpAttack  = 80,
    SpDefense = 65,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 142,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_SOLAR_POWER},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CHARIZARD

    HP        = 78,
    Attack    = 84,
    Defense   = 78,
    Speed     = 100,
    SpAttack  = 114,
    SpDefense = 95,
    type1 = TYPE_FIRE,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 209,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_SOLAR_POWER},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SQUIRTLE

    HP        = 44,
    Attack    = 48,
    Defense   = 65,
    Speed     = 43,
    SpAttack  = 50,
    SpDefense = 64,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 66,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



WARTORTLE

    HP        = 59,
    Attack    = 63,
    Defense   = 80,
    Speed     = 58,
    SpAttack  = 65,
    SpDefense = 80,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 143,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BLASTOISE

    HP        = 99,
    Attack    = 83,
    Defense   = 120,
    Speed     = 58,
    SpAttack  = 85,
    SpDefense = 105,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 210,
    evYield_SpDefense = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CATERPIE

    HP        = 45,
    Attack    = 30,
    Defense   = 35,
    Speed     = 45,
    SpAttack  = 20,
    SpDefense = 20,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 255,
    expYield = 53,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE, ABILITY_RUN_AWAY},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



METAPOD

    HP        = 50,
    Attack    = 20,
    Defense   = 55,
    Speed     = 30,
    SpAttack  = 25,
    SpDefense = 25,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 120,
    expYield = 72,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



BUTTERFREE

    HP        = 60,
    Attack    = 45,
    Defense   = 50,
    Speed     = 70,
    SpDefense = 80,
    #if P_UPDATED_STATS >= GEN_6
        SpAttack  = 90,
    #else
        SpAttack  = 80,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 160,
    evYield_SpAttack  = 2,
    evYield_SpDefense = 1,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_NONE, ABILITY_TINTED_LENS},
    #else
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



WEEDLE

    HP        = 40,
    Attack    = 35,
    Defense   = 30,
    Speed     = 50,
    SpAttack  = 20,
    SpDefense = 20,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 255,
    expYield = 52,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE, ABILITY_RUN_AWAY},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KAKUNA

    HP        = 45,
    Attack    = 25,
    Defense   = 50,
    Speed     = 35,
    SpAttack  = 25,
    SpDefense = 25,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 120,
    expYield = 71,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



BEEDRILL

    HP        = 65,
    Defense   = 40,
    Speed     = 75,
    SpAttack  = 45,
    SpDefense = 80,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 90,
    #else
        Attack    = 80,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 159,
    evYield_Attack    = 2,
    evYield_SpDefense = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_NONE, ABILITY_SNIPER},
    #else
        abilities = {ABILITY_SWARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PIDGEY

    HP        = 40,
    Attack    = 45,
    Defense   = 40,
    Speed     = 56,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 55,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_TANGLED_FEET, ABILITY_BIG_PECKS},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PIDGEOTTO

    HP        = 63,
    Attack    = 60,
    Defense   = 55,
    Speed     = 71,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 113,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_TANGLED_FEET, ABILITY_BIG_PECKS},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PIDGEOT

    HP        = 83,
    Attack    = 80,
    Defense   = 75,
    SpAttack  = 70,
    SpDefense = 70,
    #if P_UPDATED_STATS >= GEN_6
        Speed     = 101,
    #else
        Speed     = 91,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 172,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_TANGLED_FEET, ABILITY_BIG_PECKS},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



RATTATA

    HP        = 30,
    Attack    = 56,
    Defense   = 35,
    Speed     = 72,
    SpAttack  = 25,
    SpDefense = 35,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 57,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_RUN_AWAY, ABILITY_GUTS, ABILITY_HUSTLE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



RATICATE

    HP        = 55,
    Attack    = 81,
    Defense   = 60,
    Speed     = 97,
    SpAttack  = 50,
    SpDefense = 70,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 127,
    expYield = 116,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_RUN_AWAY, ABILITY_GUTS, ABILITY_HUSTLE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SPEAROW

    HP        = 40,
    Attack    = 60,
    Defense   = 30,
    Speed     = 70,
    SpAttack  = 31,
    SpDefense = 31,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 58,
    evYield_Speed     = 1,
    item2 = ITEM_SHARP_BEAK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_SNIPER},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



FEAROW

    HP        = 65,
    Attack    = 90,
    Defense   = 65,
    Speed     = 100,
    SpAttack  = 61,
    SpDefense = 61,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 90,
    expYield = 162,
    evYield_Speed     = 2,
    item2 = ITEM_SHARP_BEAK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_SNIPER},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



EKANS

    HP        = 35,
    Attack    = 60,
    Defense   = 44,
    Speed     = 55,
    SpAttack  = 40,
    SpDefense = 54,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 255,
    expYield = 62,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_SHED_SKIN, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_SHED_SKIN},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



ARBOK

    HP        = 60,
    Defense   = 69,
    Speed     = 80,
    SpAttack  = 65,
    SpDefense = 79,
    #if P_UPDATED_STATS >= GEN_7
        Attack    = 95,
    #else
        Attack    = 85,
    #endif
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 90,
    expYield = 147,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_SHED_SKIN, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_SHED_SKIN},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



PIKACHU

    HP        = 35,
    Attack    = 55,
    Speed     = 90,
    SpAttack  = 50,
    #if P_UPDATED_STATS >= GEN_6
        Defense   = 40,
        SpDefense = 50,
    #else
        Defense   = 30,
        SpDefense = 40,
    #endif
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 190,
    expYield = 82,
    evYield_Speed     = 2,
    item2 = ITEM_LIGHT_BALL,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_LIGHTNING_ROD},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



RAICHU

    HP        = 60,
    Attack    = 90,
    Defense   = 55,
    SpAttack  = 90,
    SpDefense = 80,
    #if P_UPDATED_STATS >= GEN_6
        Speed     = 110,
    #else
        Speed     = 100,
    #endif
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 75,
    expYield = 122,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_LIGHTNING_ROD},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SANDSHREW

    HP        = 50,
    Attack    = 75,
    Defense   = 85,
    Speed     = 40,
    SpAttack  = 20,
    SpDefense = 30,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 255,
    expYield = 93,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_GRIP_CLAW,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_VEIL, ABILITY_NONE, ABILITY_SAND_RUSH},
    #else
        abilities = {ABILITY_SAND_VEIL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SANDSLASH

    HP        = 75,
    Attack    = 100,
    Defense   = 110,
    Speed     = 65,
    SpAttack  = 45,
    SpDefense = 55,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 90,
    expYield = 163,
    evYield_Defense   = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_GRIP_CLAW,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_VEIL, ABILITY_NONE, ABILITY_SAND_RUSH},
    #else
        abilities = {ABILITY_SAND_VEIL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



NIDORAN_F

    HP        = 55,
    Attack    = 47,
    Defense   = 52,
    Speed     = 41,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 235,
    expYield = 59,
    evYield_HP        = 1,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_POINT, ABILITY_RIVALRY, ABILITY_HUSTLE},
    #else
        abilities = {ABILITY_POISON_POINT, ABILITY_NONE, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



NIDORINA

    HP        = 70,
    Attack    = 62,
    Defense   = 67,
    Speed     = 56,
    SpAttack  = 55,
    SpDefense = 55,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 120,
    expYield = 117,
    evYield_HP        = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_POINT, ABILITY_RIVALRY, ABILITY_HUSTLE},
    #else
        abilities = {ABILITY_POISON_POINT, ABILITY_NONE, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



NIDOQUEEN

    HP        = 100,
    Defense   = 92,
    Speed     = 76,
    SpAttack  = 80,
    SpDefense = 90,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 92,
    #else
        Attack    = 82,
    #endif
    type1 = TYPE_POISON,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 194,
    evYield_HP        = 3,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



NIDORAN_M

    HP        = 46,
    Attack    = 57,
    Defense   = 40,
    Speed     = 50,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 235,
    expYield = 60,
    evYield_Attack    = 1,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_POINT, ABILITY_RIVALRY, ABILITY_HUSTLE},
    #else
        abilities = {ABILITY_POISON_POINT, ABILITY_NONE, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



NIDORINO

    HP        = 61,
    Attack    = 72,
    Defense   = 57,
    Speed     = 65,
    SpAttack  = 55,
    SpDefense = 55,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 120,
    expYield = 118,
    evYield_Attack    = 2,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_POINT, ABILITY_RIVALRY, ABILITY_HUSTLE},
    #else
        abilities = {ABILITY_POISON_POINT, ABILITY_NONE, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



NIDOKING

    HP        = 91,
    Defense   = 77,
    Speed     = 95,
    SpAttack  = 90,
    SpDefense = 75,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 102,
    #else
        Attack    = 92,
    #endif
    type1 = TYPE_POISON,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 195,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CLEFAIRY

    HP        = 70,
    Attack    = 45,
    Defense   = 48,
    Speed     = 35,
    SpAttack  = 60,
    SpDefense = 65,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_FAIRY,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 150,
    expYield = 68,
    evYield_HP        = 2,
    item2 = ITEM_MOON_STONE,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 10,
    friendship = 140,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_MAGIC_GUARD, ABILITY_FRIEND_GUARD},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = TRUE,



CLEFABLE

    HP        = 95,
    Attack    = 70,
    Defense   = 73,
    Speed     = 60,
    SpDefense = 90,
    #if P_UPDATED_STATS >= GEN_6
        SpAttack  = 95,
    #else
        SpAttack  = 85,
    #endif
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_FAIRY,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 25,
    expYield = 129,
    evYield_HP        = 3,
    item2 = ITEM_MOON_STONE,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 10,
    friendship = 140,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_MAGIC_GUARD, ABILITY_UNAWARE},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = TRUE,



VULPIX

    HP        = 38,
    Attack    = 41,
    Defense   = 40,
    Speed     = 65,
    SpAttack  = 50,
    SpDefense = 65,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 190,
    expYield = 63,
    evYield_Speed     = 1,
    item2 = ITEM_CHARCOAL,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_FLASH_FIRE, ABILITY_NONE, ABILITY_DROUGHT},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



NINETALES

    HP        = 73,
    Attack    = 76,
    Defense   = 75,
    Speed     = 100,
    SpAttack  = 81,
    SpDefense = 100,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 75,
    expYield = 178,
    evYield_Speed     = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_CHARCOAL,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_DROUGHT, ABILITY_DROUGHT, ABILITY_DROUGHT},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



JIGGLYPUFF

    HP        = 115,
    Attack    = 45,
    Defense   = 20,
    Speed     = 20,
    SpAttack  = 45,
    SpDefense = 25,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_NORMAL,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 170,
    expYield = 76,
    evYield_HP        = 2,
    item2 = ITEM_MOON_STONE,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_COMPETITIVE, ABILITY_FRIEND_GUARD},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = TRUE,



WIGGLYTUFF

    HP        = 140,
    Attack    = 70,
    Defense   = 45,
    Speed     = 45,
    SpDefense = 50,
    #if P_UPDATED_STATS >= GEN_6
        SpAttack  = 85,
    #else
        SpAttack  = 75,
    #endif
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_NORMAL,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 50,
    expYield = 109,
    evYield_HP        = 3,
    item2 = ITEM_MOON_STONE,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_COMPETITIVE, ABILITY_FRISK},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = TRUE,



ZUBAT

    HP        = 50,
    Attack    = 55,
    Defense   = 45,
    Speed     = 65,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_POISON,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 54,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GOLBAT

    HP        = 75,
    Attack    = 80,
    Defense   = 70,
    Speed     = 90,
    SpAttack  = 65,
    SpDefense = 75,
    type1 = TYPE_POISON,
    type2 = TYPE_FLYING,
    catchRate = 90,
    expYield = 171,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



ODDISH

    HP        = 45,
    Attack    = 50,
    Defense   = 55,
    Speed     = 30,
    SpAttack  = 75,
    SpDefense = 65,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 255,
    expYield = 78,
    evYield_SpAttack  = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_RUN_AWAY},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GLOOM

    HP        = 60,
    Attack    = 65,
    Defense   = 70,
    Speed     = 40,
    SpAttack  = 85,
    SpDefense = 75,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 120,
    expYield = 132,
    evYield_SpAttack  = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_STENCH},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



VILEPLUME

    HP        = 75,
    Attack    = 80,
    Defense   = 85,
    Speed     = 50,
    SpDefense = 90,
    #if P_UPDATED_STATS >= GEN_6
        SpAttack  = 110,
    #else
        SpAttack  = 100,
    #endif
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 184,
    evYield_SpAttack  = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_EFFECT_SPORE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



PARAS

    HP        = 35,
    Attack    = 70,
    Defense   = 55,
    Speed     = 25,
    SpAttack  = 45,
    SpDefense = 55,
    type1 = TYPE_BUG,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 70,
    evYield_Attack    = 1,
    item1 = ITEM_TINY_MUSHROOM,
    item2 = ITEM_BIG_MUSHROOM,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_DRY_SKIN, ABILITY_DAMP},
    #else
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_NONE, ABILITY_DAMP},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



PARASECT

    HP        = 60,
    Attack    = 95,
    Defense   = 80,
    Speed     = 30,
    SpAttack  = 60,
    SpDefense = 80,
    type1 = TYPE_BUG,
    type2 = TYPE_GRASS,
    catchRate = 75,
    expYield = 128,
    evYield_Attack    = 2,
    evYield_Defense   = 1,
    item1 = ITEM_TINY_MUSHROOM,
    item2 = ITEM_BIG_MUSHROOM,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_DRY_SKIN, ABILITY_DAMP},
    #else
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_NONE, ABILITY_DAMP},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



VENONAT

    HP        = 60,
    Attack    = 55,
    Defense   = 50,
    Speed     = 45,
    SpAttack  = 40,
    SpDefense = 55,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 190,
    expYield = 75,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_TINTED_LENS, ABILITY_RUN_AWAY},
    #else
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_NONE, ABILITY_RUN_AWAY},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



VENOMOTH

    HP        = 70,
    Attack    = 65,
    Defense   = 60,
    Speed     = 90,
    SpAttack  = 90,
    SpDefense = 75,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 75,
    expYield = 138,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHIELD_DUST, ABILITY_TINTED_LENS, ABILITY_WONDER_SKIN},
    #else
        abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



DIGLETT

    HP        = 10,
    Attack    = 55,
    Defense   = 25,
    Speed     = 95,
    SpAttack  = 35,
    SpDefense = 45,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 255,
    expYield = 81,
    evYield_Speed     = 1,
    item2 = ITEM_SOFT_SAND,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DUGTRIO

    HP        = 35,
    Defense   = 50,
    Speed     = 120,
    SpAttack  = 50,
    SpDefense = 70,
    #if P_UPDATED_STATS >= GEN_7
        Attack    = 100,
    #else
        Attack    = 80,
    #endif
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 50,
    expYield = 153,
    evYield_Speed     = 2,
    item2 = ITEM_SOFT_SAND,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MEOWTH

    HP        = 40,
    Attack    = 45,
    Defense   = 35,
    Speed     = 90,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 69,
    evYield_Speed     = 1,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_TECHNICIAN, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PERSIAN

    HP        = 65,
    Attack    = 70,
    Defense   = 60,
    Speed     = 115,
    SpAttack  = 65,
    SpDefense = 65,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 90,
    expYield = 148,
    evYield_Speed     = 2,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIMBER, ABILITY_TECHNICIAN, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_LIMBER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PSYDUCK

    HP        = 50,
    Attack    = 52,
    Defense   = 48,
    Speed     = 55,
    SpAttack  = 65,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 80,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_CLOUD_NINE, ABILITY_CLOUD_NINE, ABILITY_SWIFT_SWIM},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



GOLDUCK

    HP        = 80,
    Attack    = 82,
    Defense   = 78,
    Speed     = 85,
    SpAttack  = 95,
    SpDefense = 80,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 75,
    expYield = 174,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_DAMP, ABILITY_CLOUD_NINE, ABILITY_SWIFT_SWIM},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MANKEY

    HP        = 40,
    Attack    = 80,
    Defense   = 35,
    Speed     = 70,
    SpAttack  = 35,
    SpDefense = 45,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 190,
    expYield = 74,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VITAL_SPIRIT, ABILITY_ANGER_POINT, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_VITAL_SPIRIT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PRIMEAPE

    HP        = 65,
    Attack    = 105,
    Defense   = 60,
    Speed     = 95,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 75,
    expYield = 149,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VITAL_SPIRIT, ABILITY_ANGER_POINT, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_VITAL_SPIRIT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GROWLITHE

    HP        = 55,
    Attack    = 70,
    Defense   = 45,
    Speed     = 60,
    SpAttack  = 70,
    SpDefense = 50,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 190,
    expYield = 91,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE, ABILITY_JUSTIFIED},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



ARCANINE

    HP        = 90,
    Attack    = 110,
    Defense   = 80,
    Speed     = 95,
    SpAttack  = 100,
    SpDefense = 80,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 75,
    expYield = 213,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE, ABILITY_JUSTIFIED},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



POLIWAG

    HP        = 40,
    Attack    = 50,
    Defense   = 40,
    Speed     = 90,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 255,
    expYield = 77,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_WATER_ABSORB, ABILITY_DAMP, ABILITY_SWIFT_SWIM},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



POLIWHIRL

    HP        = 65,
    Attack    = 65,
    Defense   = 65,
    Speed     = 90,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 120,
    expYield = 131,
    evYield_Speed     = 2,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_WATER_ABSORB, ABILITY_DAMP, ABILITY_SWIFT_SWIM},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



POLIWRATH

    HP        = 90,
    Defense   = 95,
    Speed     = 70,
    SpAttack  = 70,
    SpDefense = 90,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 95,
    #else
        Attack    = 85,
    #endif
    type1 = TYPE_WATER,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 185,
    evYield_Defense   = 3,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_WATER_ABSORB, ABILITY_DAMP, ABILITY_SWIFT_SWIM},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



ABRA

    HP        = 25,
    Attack    = 20,
    Defense   = 15,
    Speed     = 90,
    SpAttack  = 105,
    SpDefense = 55,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 200,
    expYield = 73,
    evYield_SpAttack  = 1,
    item2 = ITEM_TWISTED_SPOON,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KADABRA

    HP        = 40,
    Attack    = 35,
    Defense   = 30,
    Speed     = 105,
    SpAttack  = 120,
    SpDefense = 70,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 100,
    expYield = 145,
    evYield_SpAttack  = 2,
    item2 = ITEM_TWISTED_SPOON,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



ALAKAZAM

    HP        = 55,
    Attack    = 50,
    Defense   = 45,
    Speed     = 120,
    SpAttack  = 135,
    #if P_UPDATED_STATS >= GEN_6
        SpDefense = 95,
    #else
        SpDefense = 85,
    #endif
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 50,
    expYield = 186,
    evYield_SpAttack  = 3,
    item2 = ITEM_TWISTED_SPOON,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MACHOP

    HP        = 70,
    Attack    = 80,
    Defense   = 50,
    Speed     = 35,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 180,
    expYield = 88,
    evYield_Attack    = 1,
    item2 = ITEM_FOCUS_BAND,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_NO_GUARD, ABILITY_STEADFAST},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MACHOKE

    HP        = 80,
    Attack    = 100,
    Defense   = 70,
    Speed     = 45,
    SpAttack  = 50,
    SpDefense = 60,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 90,
    expYield = 146,
    evYield_Attack    = 2,
    item2 = ITEM_FOCUS_BAND,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_NO_GUARD, ABILITY_STEADFAST},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



MACHAMP

    HP        = 100,
    Attack    = 136,
    Defense   = 110,
    Speed     = 55,
    SpAttack  = 65,
    SpDefense = 85,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 193,
    evYield_Attack    = 3,
    item2 = ITEM_FOCUS_BAND,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_NO_GUARD, ABILITY_STEADFAST},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



BELLSPROUT

    HP        = 50,
    Attack    = 75,
    Defense   = 35,
    Speed     = 40,
    SpAttack  = 70,
    SpDefense = 30,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 255,
    expYield = 84,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



WEEPINBELL

    HP        = 65,
    Attack    = 90,
    Defense   = 50,
    Speed     = 55,
    SpAttack  = 85,
    SpDefense = 45,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 120,
    expYield = 151,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



VICTREEBEL

    HP        = 80,
    Attack    = 105,
    Defense   = 65,
    Speed     = 70,
    SpAttack  = 100,
    #if P_UPDATED_STATS >= GEN_6
        SpDefense = 70,
    #else
        SpDefense = 60,
    #endif
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 191,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



TENTACOOL

    HP        = 40,
    Attack    = 40,
    Defense   = 35,
    Speed     = 70,
    SpAttack  = 50,
    SpDefense = 100,
    type1 = TYPE_WATER,
    type2 = TYPE_POISON,
    catchRate = 190,
    expYield = 105,
    evYield_SpDefense = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    abilities = {ABILITY_CLEAR_BODY, ABILITY_LIQUID_OOZE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



TENTACRUEL

    HP        = 80,
    Attack    = 70,
    Defense   = 65,
    Speed     = 100,
    SpAttack  = 80,
    SpDefense = 120,
    type1 = TYPE_WATER,
    type2 = TYPE_POISON,
    catchRate = 60,
    expYield = 205,
    evYield_SpDefense = 2,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    abilities = {ABILITY_CLEAR_BODY, ABILITY_LIQUID_OOZE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GEODUDE

    HP        = 40,
    Attack    = 80,
    Defense   = 100,
    Speed     = 20,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_ROCK,
    type2 = TYPE_GROUND,
    catchRate = 255,
    expYield = 86,
    evYield_Defense   = 1,
    item2 = ITEM_EVERSTONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_ROCK_HEAD, ABILITY_STURDY, ABILITY_SAND_VEIL},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GRAVELER

    HP        = 55,
    Attack    = 95,
    Defense   = 115,
    Speed     = 35,
    SpAttack  = 45,
    SpDefense = 45,
    type1 = TYPE_ROCK,
    type2 = TYPE_GROUND,
    catchRate = 120,
    expYield = 134,
    evYield_Defense   = 2,
    item2 = ITEM_EVERSTONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_ROCK_HEAD, ABILITY_STURDY, ABILITY_SAND_VEIL},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GOLEM

    HP        = 80,
    Defense   = 130,
    Speed     = 45,
    SpAttack  = 55,
    SpDefense = 65,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 120,
    #else
        Attack    = 110,
    #endif
    type1 = TYPE_ROCK,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 177,
    evYield_Defense   = 3,
    item2 = ITEM_EVERSTONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_ROCK_HEAD, ABILITY_STURDY, ABILITY_SAND_VEIL},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PONYTA

    HP        = 50,
    Attack    = 85,
    Defense   = 55,
    Speed     = 90,
    SpAttack  = 65,
    SpDefense = 65,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 190,
    expYield = 152,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_RUN_AWAY, ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



RAPIDASH

    HP        = 65,
    Attack    = 100,
    Defense   = 70,
    Speed     = 105,
    SpAttack  = 80,
    SpDefense = 80,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 60,
    expYield = 192,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_RUN_AWAY, ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SLOWPOKE

    HP        = 90,
    Attack    = 65,
    Defense   = 65,
    Speed     = 15,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_WATER,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 99,
    evYield_HP        = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LAGGING_TAIL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



SLOWBRO

    HP        = 95,
    Attack    = 75,
    Defense   = 110,
    Speed     = 30,
    SpAttack  = 100,
    SpDefense = 80,
    type1 = TYPE_WATER,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 164,
    evYield_Defense   = 2,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



MAGNEMITE

    HP        = 25,
    Attack    = 35,
    Defense   = 70,
    Speed     = 45,
    SpAttack  = 95,
    SpDefense = 55,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_STEEL,
    catchRate = 190,
    expYield = 89,
    evYield_SpAttack  = 1,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MAGNETON

    HP        = 50,
    Attack    = 60,
    Defense   = 95,
    Speed     = 70,
    SpAttack  = 120,
    SpDefense = 70,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_STEEL,
    catchRate = 60,
    expYield = 161,
    evYield_SpAttack  = 2,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



FARFETCHD

    HP        = 52,
    Defense   = 55,
    Speed     = 60,
    SpAttack  = 58,
    SpDefense = 62,
    #if P_UPDATED_STATS >= GEN_7
        Attack    = 90,
    #else
        Attack    = 65,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 94,
    evYield_Attack    = 1,
    item2 = ITEM_LEEK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_INNER_FOCUS, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DODUO

    HP        = 35,
    Attack    = 85,
    Defense   = 45,
    Speed     = 75,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 190,
    expYield = 96,
    evYield_Attack    = 1,
    item2 = ITEM_SHARP_BEAK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_EARLY_BIRD, ABILITY_TANGLED_FEET},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DODRIO

    HP        = 60,
    Attack    = 110,
    Defense   = 70,
    SpAttack  = 60,
    SpDefense = 60,
    #if P_UPDATED_STATS >= GEN_7
        Speed     = 110,
    #else
        Speed     = 100,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 158,
    evYield_Attack    = 2,
    item2 = ITEM_SHARP_BEAK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_EARLY_BIRD, ABILITY_TANGLED_FEET},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SEEL

    HP        = 65,
    Attack    = 45,
    Defense   = 55,
    Speed     = 45,
    SpAttack  = 45,
    SpDefense = 70,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 100,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_HYDRATION, ABILITY_ICE_BODY},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



DEWGONG

    HP        = 90,
    Attack    = 70,
    Defense   = 80,
    Speed     = 70,
    SpAttack  = 70,
    SpDefense = 95,
    type1 = TYPE_WATER,
    type2 = TYPE_ICE,
    catchRate = 75,
    expYield = 176,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_HYDRATION, ABILITY_ICE_BODY},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



GRIMER

    HP        = 80,
    Attack    = 80,
    Defense   = 50,
    Speed     = 25,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 190,
    expYield = 90,
    evYield_HP        = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_BLACK_SLUDGE,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STENCH, ABILITY_STICKY_HOLD, ABILITY_POISON_TOUCH},
    #else
        abilities = {ABILITY_STENCH, ABILITY_STICKY_HOLD},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MUK

    HP        = 105,
    Attack    = 105,
    Defense   = 75,
    Speed     = 50,
    SpAttack  = 65,
    SpDefense = 100,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 75,
    expYield = 157,
    evYield_HP        = 1,
    evYield_Attack    = 1,
    #ifdef ITEM_EXPANSION
        item1 = ITEM_BLACK_SLUDGE,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STENCH, ABILITY_STICKY_HOLD, ABILITY_POISON_TOUCH},
    #else
        abilities = {ABILITY_STENCH, ABILITY_STICKY_HOLD},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SHELLDER

    HP        = 30,
    Attack    = 65,
    Defense   = 100,
    Speed     = 40,
    SpAttack  = 45,
    SpDefense = 25,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 97,
    evYield_Defense   = 1,
    item1 = ITEM_PEARL,
    item2 = ITEM_BIG_PEARL,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHELL_ARMOR, ABILITY_SKILL_LINK, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_SHELL_ARMOR, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CLOYSTER

    HP        = 50,
    Attack    = 95,
    Defense   = 180,
    Speed     = 70,
    SpAttack  = 85,
    SpDefense = 45,
    type1 = TYPE_WATER,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 203,
    evYield_Defense   = 2,
    item1 = ITEM_PEARL,
    item2 = ITEM_BIG_PEARL,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHELL_ARMOR, ABILITY_SKILL_LINK, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_SHELL_ARMOR, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GASTLY

    HP        = 30,
    Attack    = 35,
    Defense   = 30,
    Speed     = 80,
    SpAttack  = 100,
    SpDefense = 35,
    type1 = TYPE_GHOST,
    type2 = TYPE_POISON,
    catchRate = 190,
    expYield = 95,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



HAUNTER

    HP        = 45,
    Attack    = 50,
    Defense   = 45,
    Speed     = 95,
    SpAttack  = 115,
    SpDefense = 55,
    type1 = TYPE_GHOST,
    type2 = TYPE_POISON,
    catchRate = 90,
    expYield = 126,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GENGAR

    HP        = 60,
    Attack    = 65,
    Defense   = 60,
    Speed     = 110,
    SpAttack  = 140,
    SpDefense = 97,
    type1 = TYPE_GHOST,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 190,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #if P_UPDATED_ABILITIES >= GEN_7
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_CURSED_BODY, ABILITY_NONE},
        #else
            abilities = {ABILITY_NONE, ABILITY_NONE},
        #endif
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



ONIX

    HP        = 35,
    Attack    = 45,
    Defense   = 160,
    Speed     = 70,
    SpAttack  = 30,
    SpDefense = 45,
    type1 = TYPE_ROCK,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 108,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROCK_HEAD, ABILITY_STURDY, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_ROCK_HEAD, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



DROWZEE

    HP        = 60,
    Attack    = 48,
    Defense   = 45,
    Speed     = 42,
    SpAttack  = 43,
    SpDefense = 90,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 102,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_FOREWARN, ABILITY_INNER_FOCUS},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_NONE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



HYPNO

    HP        = 85,
    Attack    = 73,
    Defense   = 70,
    Speed     = 67,
    SpAttack  = 73,
    SpDefense = 115,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 165,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_FOREWARN, ABILITY_INNER_FOCUS},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_NONE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



KRABBY

    HP        = 30,
    Attack    = 105,
    Defense   = 90,
    Speed     = 50,
    SpAttack  = 25,
    SpDefense = 25,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 225,
    expYield = 115,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



KINGLER

    HP        = 55,
    Attack    = 130,
    Defense   = 115,
    Speed     = 75,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 206,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



VOLTORB

    HP        = 40,
    Attack    = 30,
    Defense   = 50,
    Speed     = 100,
    SpAttack  = 55,
    SpDefense = 55,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 190,
    expYield = 103,
    evYield_Speed     = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_STATIC, ABILITY_AFTERMATH},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_STATIC},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ELECTRODE

    HP        = 60,
    Attack    = 50,
    Defense   = 70,
    SpAttack  = 80,
    SpDefense = 80,
    #if P_UPDATED_STATS >= GEN_7
        Speed     = 150,
    #else
        Speed     = 140,
    #endif
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 60,
    expYield = 150,
    evYield_Speed     = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_STATIC, ABILITY_AFTERMATH},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_STATIC},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



EXEGGCUTE

    HP        = 60,
    Attack    = 40,
    Defense   = 80,
    Speed     = 40,
    SpAttack  = 60,
    SpDefense = 45,
    type1 = TYPE_GRASS,
    type2 = TYPE_PSYCHIC,
    catchRate = 90,
    expYield = 98,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_PSYCHIC_SEED,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_HARVEST},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



EXEGGUTOR

    HP        = 95,
    Attack    = 95,
    Defense   = 85,
    Speed     = 55,
    SpAttack  = 125,
    #if P_UPDATED_STATS >= GEN_7
        SpDefense = 75,
    #else
        SpDefense = 65,
    #endif
    type1 = TYPE_GRASS,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 212,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_HARVEST},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



CUBONE

    HP        = 50,
    Attack    = 50,
    Defense   = 95,
    Speed     = 35,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 190,
    expYield = 87,
    evYield_Defense   = 1,
    item2 = ITEM_THICK_CLUB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_ROCK_HEAD, ABILITY_LIGHTNING_ROD, ABILITY_BATTLE_ARMOR},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MAROWAK

    HP        = 60,
    Attack    = 80,
    Defense   = 110,
    Speed     = 45,
    SpAttack  = 50,
    SpDefense = 80,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 75,
    expYield = 124,
    evYield_Defense   = 2,
    item2 = ITEM_THICK_CLUB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_ROCK_HEAD, ABILITY_LIGHTNING_ROD, ABILITY_BATTLE_ARMOR},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



HITMONLEE

    HP        = 50,
    Attack    = 120,
    Defense   = 73,
    Speed     = 87,
    SpAttack  = 35,
    SpDefense = 110,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 139,
    evYield_Attack    = 2,
    genderRatio = MON_MALE,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIMBER, ABILITY_RECKLESS, ABILITY_UNBURDEN},
    #else
        abilities = {ABILITY_LIMBER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



HITMONCHAN

    HP        = 50,
    Attack    = 105,
    Defense   = 99,
    Speed     = 76,
    SpAttack  = 35,
    SpDefense = 110,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 140,
    evYield_SpDefense = 2,
    genderRatio = MON_MALE,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_IRON_FIST, ABILITY_INNER_FOCUS},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LICKITUNG

    HP        = 90,
    Attack    = 55,
    Defense   = 75,
    Speed     = 30,
    SpAttack  = 60,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 127,
    evYield_HP        = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LAGGING_TAIL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_OWN_TEMPO, ABILITY_OBLIVIOUS, ABILITY_CLOUD_NINE},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



KOFFING

    HP        = 40,
    Attack    = 65,
    Defense   = 95,
    Speed     = 35,
    SpAttack  = 60,
    SpDefense = 45,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 190,
    expYield = 114,
    evYield_Defense   = 1,
    item2 = ITEM_SMOKE_BALL,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_NEUTRALIZING_GAS, ABILITY_STENCH},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_NONE, ABILITY_STENCH},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



WEEZING

    HP        = 65,
    Attack    = 90,
    Defense   = 120,
    Speed     = 60,
    SpAttack  = 85,
    SpDefense = 70,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 60,
    expYield = 173,
    evYield_Defense   = 2,
    item2 = ITEM_SMOKE_BALL,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_NEUTRALIZING_GAS, ABILITY_STENCH},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_NONE, ABILITY_STENCH},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = TRUE,



RHYHORN

    HP        = 80,
    Attack    = 85,
    Defense   = 95,
    Speed     = 25,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_GROUND,
    type2 = TYPE_ROCK,
    catchRate = 120,
    expYield = 135,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_ROCK_HEAD, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



RHYDON

    HP        = 105,
    Attack    = 130,
    Defense   = 120,
    Speed     = 40,
    SpAttack  = 45,
    SpDefense = 45,
    type1 = TYPE_GROUND,
    type2 = TYPE_ROCK,
    catchRate = 60,
    expYield = 204,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_ROCK_HEAD, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



CHANSEY

    HP        = 250,
    Attack    = 5,
    Defense   = 5,
    Speed     = 50,
    SpAttack  = 35,
    SpDefense = 105,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 30,
    expYield = 255,
    evYield_HP        = 2,
    item1 = ITEM_LUCKY_PUNCH,
    genderRatio = MON_FEMALE,
    eggCycles = 40,
    friendship = 140,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE, ABILITY_HEALER},
    #else
        abilities = {ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



TANGELA

    HP        = 65,
    Attack    = 55,
    Defense   = 115,
    Speed     = 60,
    SpAttack  = 100,
    SpDefense = 40,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 166,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_LEAF_GUARD, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



KANGASKHAN

    HP        = 105,
    Attack    = 95,
    Defense   = 80,
    Speed     = 90,
    SpAttack  = 40,
    SpDefense = 80,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 175,
    evYield_HP        = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EARLY_BIRD, ABILITY_SCRAPPY, ABILITY_INNER_FOCUS},
    #else
        abilities = {ABILITY_EARLY_BIRD, ABILITY_NONE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



HORSEA

    HP        = 30,
    Attack    = 40,
    Defense   = 70,
    Speed     = 60,
    SpAttack  = 70,
    SpDefense = 25,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 225,
    expYield = 83,
    evYield_SpAttack  = 1,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_SNIPER, ABILITY_DAMP},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_DAMP},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SEADRA

    HP        = 55,
    Attack    = 65,
    Defense   = 95,
    Speed     = 85,
    SpAttack  = 95,
    SpDefense = 45,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 75,
    expYield = 155,
    evYield_Defense   = 1,
    evYield_SpAttack  = 1,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_POINT, ABILITY_SNIPER, ABILITY_DAMP},
    #else
        abilities = {ABILITY_POISON_POINT, ABILITY_NONE, ABILITY_DAMP},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GOLDEEN

    HP        = 45,
    Attack    = 67,
    Defense   = 60,
    Speed     = 63,
    SpAttack  = 35,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 225,
    expYield = 111,
    evYield_Attack    = 1,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_WATER_VEIL, ABILITY_LIGHTNING_ROD},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SEAKING

    HP        = 80,
    Attack    = 92,
    Defense   = 65,
    Speed     = 68,
    SpAttack  = 65,
    SpDefense = 80,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 170,
    evYield_Attack    = 2,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_WATER_VEIL, ABILITY_LIGHTNING_ROD},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



STARYU

    HP        = 30,
    Attack    = 45,
    Defense   = 55,
    Speed     = 85,
    SpAttack  = 70,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 225,
    expYield = 106,
    evYield_Speed     = 1,
    item1 = ITEM_STARDUST,
    item2 = ITEM_STAR_PIECE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ILLUMINATE, ABILITY_NATURAL_CURE, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_ILLUMINATE, ABILITY_NATURAL_CURE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



STARMIE

    HP        = 60,
    Attack    = 75,
    Defense   = 85,
    Speed     = 115,
    SpAttack  = 100,
    SpDefense = 85,
    type1 = TYPE_WATER,
    type2 = TYPE_PSYCHIC,
    catchRate = 60,
    expYield = 207,
    evYield_Speed     = 2,
    item1 = ITEM_STARDUST,
    item2 = ITEM_STAR_PIECE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ILLUMINATE, ABILITY_NATURAL_CURE, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_ILLUMINATE, ABILITY_NATURAL_CURE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MR_MIME

    HP        = 40,
    Attack    = 45,
    Defense   = 65,
    Speed     = 90,
    SpAttack  = 100,
    SpDefense = 120,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_PSYCHIC,
    #endif
    catchRate = 45,
    expYield = 136,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_FILTER, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



SCYTHER

    HP        = 70,
    Attack    = 110,
    Defense   = 80,
    Speed     = 105,
    SpAttack  = 55,
    SpDefense = 80,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 187,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_TECHNICIAN, ABILITY_STEADFAST},
    #else
        abilities = {ABILITY_SWARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



JYNX

    HP        = 65,
    Attack    = 50,
    Defense   = 35,
    Speed     = 95,
    SpAttack  = 115,
    SpDefense = 95,
    type1 = TYPE_ICE,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 137,
    evYield_SpAttack  = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_FOREWARN, ABILITY_DRY_SKIN},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ELECTABUZZ

    HP        = 65,
    Attack    = 83,
    Defense   = 57,
    Speed     = 105,
    SpAttack  = 95,
    SpDefense = 85,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 156,
    evYield_Speed     = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ELECTIRIZER,
    #endif
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_VITAL_SPIRIT},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = TRUE,



MAGMAR

    HP        = 65,
    Attack    = 95,
    Defense   = 57,
    Speed     = 93,
    SpAttack  = 100,
    SpDefense = 85,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 167,
    evYield_SpAttack  = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_MAGMARIZER,
    #endif
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    abilities = {ABILITY_FLAME_BODY, ABILITY_NONE, ABILITY_VITAL_SPIRIT},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



PINSIR

    HP        = 65,
    Attack    = 125,
    Defense   = 100,
    Speed     = 85,
    SpAttack  = 55,
    SpDefense = 70,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 45,
    expYield = 200,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_MOLD_BREAKER, ABILITY_MOXIE},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



TAUROS

    HP        = 75,
    Attack    = 100,
    Defense   = 95,
    Speed     = 110,
    SpAttack  = 40,
    SpDefense = 70,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 211,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_ANGER_POINT, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MAGIKARP

    HP        = 20,
    Attack    = 10,
    Defense   = 55,
    Speed     = 80,
    SpAttack  = 15,
    SpDefense = 20,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 255,
    expYield = 20,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 5,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



GYARADOS

    HP        = 95,
    Attack    = 125,
    Defense   = 79,
    Speed     = 81,
    SpAttack  = 60,
    SpDefense = 100,
    type1 = TYPE_WATER,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 214,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 5,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE, ABILITY_MOXIE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LAPRAS

    HP        = 140,
    Attack    = 85,
    Defense   = 80,
    Speed     = 60,
    SpAttack  = 90,
    SpDefense = 95,
    type1 = TYPE_WATER,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 219,
    evYield_HP        = 2,
    item1 = ITEM_MYSTIC_WATER,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_ABSORB, ABILITY_SHELL_ARMOR, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_WATER_ABSORB, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DITTO

    HP        = 48,
    Attack    = 48,
    Defense   = 48,
    Speed     = 48,
    SpAttack  = 48,
    SpDefense = 48,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 35,
    expYield = 61,
    evYield_HP        = 1,
    #ifdef ITEM_EXPANSION
        item1 = ITEM_QUICK_POWDER,
    #endif
    item2 = ITEM_METAL_POWDER,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_DITTO,
    eggGroup2 = EGG_GROUP_DITTO,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIMBER, ABILITY_NONE, ABILITY_IMPOSTER},
    #else
        abilities = {ABILITY_LIMBER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



EEVEE

    HP        = 55,
    Attack    = 55,
    Defense   = 50,
    Speed     = 55,
    SpAttack  = 45,
    SpDefense = 65,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 92,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_ADAPTABILITY, ABILITY_ANTICIPATION},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



VAPOREON

    HP        = 130,
    Attack    = 65,
    Defense   = 60,
    Speed     = 65,
    SpAttack  = 110,
    SpDefense = 95,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 196,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_ABSORB, ABILITY_WATER_ABSORB, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_WATER_ABSORB, ABILITY_WATER_ABSORB},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



JOLTEON

    HP        = 65,
    Attack    = 65,
    Defense   = 60,
    Speed     = 130,
    SpAttack  = 110,
    SpDefense = 95,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 197,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VOLT_ABSORB, ABILITY_VOLT_ABSORB, ABILITY_QUICK_FEET},
    #else
        abilities = {ABILITY_VOLT_ABSORB, ABILITY_VOLT_ABSORB},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



FLAREON

    HP        = 65,
    Attack    = 130,
    Defense   = 60,
    Speed     = 65,
    SpAttack  = 95,
    SpDefense = 110,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 198,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_FLASH_FIRE, ABILITY_FLASH_FIRE, ABILITY_GUTS},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



PORYGON

    HP        = 65,
    Attack    = 60,
    Defense   = 70,
    Speed     = 40,
    SpAttack  = 85,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 130,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TRACE, ABILITY_DOWNLOAD, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_TRACE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



OMANYTE

    HP        = 35,
    Attack    = 40,
    Defense   = 100,
    Speed     = 35,
    SpAttack  = 90,
    SpDefense = 55,
    type1 = TYPE_ROCK,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 120,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_SHELL_ARMOR, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



OMASTAR

    HP        = 70,
    Attack    = 60,
    Defense   = 125,
    Speed     = 55,
    SpAttack  = 115,
    SpDefense = 70,
    type1 = TYPE_ROCK,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 199,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_SHELL_ARMOR, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



KABUTO

    HP        = 30,
    Attack    = 80,
    Defense   = 90,
    Speed     = 55,
    SpAttack  = 55,
    SpDefense = 45,
    type1 = TYPE_ROCK,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 119,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KABUTOPS

    HP        = 60,
    Attack    = 115,
    Defense   = 105,
    Speed     = 80,
    SpAttack  = 65,
    SpDefense = 70,
    type1 = TYPE_ROCK,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 201,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



AERODACTYL

    HP        = 80,
    Attack    = 105,
    Defense   = 65,
    Speed     = 130,
    SpAttack  = 60,
    SpDefense = 75,
    type1 = TYPE_ROCK,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 202,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROCK_HEAD, ABILITY_PRESSURE, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_ROCK_HEAD, ABILITY_PRESSURE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SNORLAX

    HP        = 160,
    Attack    = 110,
    Defense   = 65,
    Speed     = 30,
    SpAttack  = 65,
    SpDefense = 110,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 25,
    expYield = 154,
    evYield_HP        = 2,
    item1 = ITEM_LEFTOVERS,
    item2 = ITEM_LEFTOVERS,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IMMUNITY, ABILITY_THICK_FAT, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_IMMUNITY, ABILITY_THICK_FAT},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



ARTICUNO

    HP        = 90,
    Attack    = 85,
    Defense   = 100,
    Speed     = 85,
    SpAttack  = 95,
    SpDefense = 125,
    type1 = TYPE_ICE,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 235,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ZAPDOS

    HP        = 90,
    Attack    = 85,
    Defense   = 90,
    Speed     = 100,
    SpAttack  = 125,
    SpDefense = 90,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 236,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #if P_UPDATED_ABILITIES >= GEN_6
        abilities = {ABILITY_DOWNLOAD, ABILITY_DOWNLOAD, ABILITY_DOWNLOAD},
    #else
        abilities = {ABILITY_DOWNLOAD, ABILITY_DOWNLOAD, ABILITY_DOWNLOAD},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MOLTRES

    HP        = 90,
    Attack    = 100,
    Defense   = 90,
    Speed     = 90,
    SpAttack  = 125,
    SpDefense = 85,
    type1 = TYPE_FIRE,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 237,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



DRATINI

    HP        = 41,
    Attack    = 64,
    Defense   = 45,
    Speed     = 50,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 67,
    evYield_Attack    = 1,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_MARVEL_SCALE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DRAGONAIR

    HP        = 61,
    Attack    = 84,
    Defense   = 65,
    Speed     = 70,
    SpAttack  = 70,
    SpDefense = 70,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 144,
    evYield_Attack    = 2,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_MARVEL_SCALE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DRAGONITE

    HP        = 91,
    Attack    = 134,
    Defense   = 95,
    Speed     = 80,
    SpAttack  = 100,
    SpDefense = 100,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 248,
    evYield_Attack    = 3,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MULTISCALE, ABILITY_MULTISCALE, ABILITY_MULTISCALE},
    #else
        abilities = {ABILITY_MULTISCALE, ABILITY_MULTISCALE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MEWTWO

    HP        = 106,
    Attack    = 110,
    Defense   = 90,
    Speed     = 130,
    SpAttack  = 154,
    SpDefense = 90,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 306,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_INSOMNIA, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MEW

    HP        = 100,
    Attack    = 50,
    Defense   = 100,
    Speed     = 100,
    SpAttack  = 125,
    SpDefense = 125,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 270,
    evYield_HP        = 3,
    item1 = ITEM_LUM_BERRY,
    item2 = ITEM_LUM_BERRY,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



CHIKORITA

    HP        = 45,
    Attack    = 49,
    Defense   = 65,
    Speed     = 45,
    SpAttack  = 49,
    SpDefense = 65,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 64,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_LEAF_GUARD},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



BAYLEEF

    HP        = 60,
    Attack    = 62,
    Defense   = 80,
    Speed     = 60,
    SpAttack  = 63,
    SpDefense = 80,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 141,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_LEAF_GUARD},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



MEGANIUM

    HP        = 90,
    Attack    = 82,
    Defense   = 112,
    Speed     = 50,
    SpAttack  = 83,
    SpDefense = 116,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 208,
    evYield_Defense   = 1,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_LEAF_GUARD},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CYNDAQUIL

    HP        = 39,
    Attack    = 52,
    Defense   = 43,
    Speed     = 65,
    SpAttack  = 60,
    SpDefense = 50,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 65,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_FLASH_FIRE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



QUILAVA

    HP        = 58,
    Attack    = 64,
    Defense   = 58,
    Speed     = 80,
    SpAttack  = 80,
    SpDefense = 65,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 142,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_FLASH_FIRE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



TYPHLOSION

    HP        = 78,
    Attack    = 69,
    Defense   = 78,
    Speed     = 100,
    SpAttack  = 119,
    SpDefense = 90,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 209,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_FLASH_FIRE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



TOTODILE

    HP        = 50,
    Attack    = 65,
    Defense   = 64,
    Speed     = 43,
    SpAttack  = 44,
    SpDefense = 48,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 66,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CROCONAW

    HP        = 65,
    Attack    = 80,
    Defense   = 80,
    Speed     = 58,
    SpAttack  = 59,
    SpDefense = 63,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 143,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



FERALIGATR

    HP        = 95,
    Attack    = 115,
    Defense   = 100,
    Speed     = 78,
    SpAttack  = 64,
    SpDefense = 83,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 210,
    evYield_Attack    = 2,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SENTRET

    HP        = 35,
    Attack    = 46,
    Defense   = 34,
    Speed     = 20,
    SpAttack  = 35,
    SpDefense = 45,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 57,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_KEEN_EYE, ABILITY_FRISK},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



FURRET

    HP        = 85,
    Attack    = 90,
    Defense   = 70,
    Speed     = 100,
    SpAttack  = 35,
    SpDefense = 70,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 90,
    expYield = 116,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SCRAPPY, ABILITY_KEEN_EYE, ABILITY_FRISK},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



HOOTHOOT

    HP        = 60,
    Attack    = 30,
    Defense   = 30,
    Speed     = 50,
    SpAttack  = 36,
    SpDefense = 56,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 58,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_KEEN_EYE, ABILITY_TINTED_LENS},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



NOCTOWL

    HP        = 100,
    Attack    = 50,
    Defense   = 50,
    Speed     = 70,
    SpDefense = 106,
    #if P_UPDATED_STATS >= GEN_7
        SpAttack  = 96,
    #else
        SpAttack  = 96,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 90,
    expYield = 162,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_KEEN_EYE, ABILITY_TINTED_LENS},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LEDYBA

    HP        = 40,
    Attack    = 20,
    Defense   = 30,
    Speed     = 55,
    SpAttack  = 40,
    SpDefense = 80,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 54,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_EARLY_BIRD, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_SWARM, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



LEDIAN

    HP        = 55,
    Attack    = 35,
    Defense   = 50,
    Speed     = 85,
    SpAttack  = 55,
    SpDefense = 110,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 90,
    expYield = 134,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_EARLY_BIRD, ABILITY_IRON_FIST},
    #else
        abilities = {ABILITY_SWARM, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SPINARAK

    HP        = 40,
    Attack    = 60,
    Defense   = 40,
    Speed     = 30,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 255,
    expYield = 54,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_INSOMNIA, ABILITY_SNIPER},
    #else
        abilities = {ABILITY_SWARM, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ARIADOS

    HP        = 70,
    Attack    = 90,
    Defense   = 70,
    Speed     = 40,
    SpAttack  = 60,
    #if P_UPDATED_STATS >= GEN_7
        SpDefense = 70,
    #else
        SpDefense = 60,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 90,
    expYield = 134,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_INSOMNIA, ABILITY_SNIPER},
    #else
        abilities = {ABILITY_SWARM, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CROBAT

    HP        = 85,
    Attack    = 90,
    Defense   = 80,
    Speed     = 130,
    SpAttack  = 70,
    SpDefense = 80,
    type1 = TYPE_POISON,
    type2 = TYPE_FLYING,
    catchRate = 90,
    expYield = 204,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CHINCHOU

    HP        = 75,
    Attack    = 38,
    Defense   = 38,
    Speed     = 67,
    SpAttack  = 56,
    SpDefense = 56,
    type1 = TYPE_WATER,
    type2 = TYPE_ELECTRIC,
    catchRate = 190,
    expYield = 90,
    evYield_HP        = 1,
    item2 = ITEM_DEEP_SEA_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_VOLT_ABSORB, ABILITY_ILLUMINATE, ABILITY_WATER_ABSORB},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LANTURN

    HP        = 125,
    Attack    = 58,
    Defense   = 58,
    Speed     = 67,
    SpAttack  = 76,
    SpDefense = 76,
    type1 = TYPE_WATER,
    type2 = TYPE_ELECTRIC,
    catchRate = 75,
    expYield = 156,
    evYield_HP        = 2,
    item2 = ITEM_DEEP_SEA_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_VOLT_ABSORB, ABILITY_ILLUMINATE, ABILITY_WATER_ABSORB},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



PICHU

    HP        = 20,
    Attack    = 40,
    Defense   = 15,
    Speed     = 60,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 190,
    expYield = 42,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_LIGHTNING_ROD},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



CLEFFA

    HP        = 50,
    Attack    = 25,
    Defense   = 28,
    Speed     = 15,
    SpAttack  = 45,
    SpDefense = 55,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_FAIRY,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 150,
    expYield = 37,
    evYield_SpDefense = 1,
    item2 = ITEM_MOON_STONE,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 10,
    friendship = 140,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_MAGIC_GUARD, ABILITY_FRIEND_GUARD},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = TRUE,



IGGLYBUFF

    HP        = 90,
    Attack    = 30,
    Defense   = 15,
    Speed     = 15,
    SpAttack  = 40,
    SpDefense = 20,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_NORMAL,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 170,
    expYield = 39,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_COMPETITIVE, ABILITY_FRIEND_GUARD},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = TRUE,



TOGEPI

    HP        = 35,
    Attack    = 20,
    Defense   = 65,
    Speed     = 20,
    SpAttack  = 40,
    SpDefense = 65,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_FAIRY,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 190,
    expYield = 74,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HUSTLE, ABILITY_SERENE_GRACE, ABILITY_SUPER_LUCK},
    #else
        abilities = {ABILITY_HUSTLE, ABILITY_SERENE_GRACE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



TOGETIC

    HP        = 55,
    Attack    = 40,
    Defense   = 85,
    Speed     = 40,
    SpAttack  = 80,
    SpDefense = 105,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_FAIRY,
        type2 = TYPE_FLYING,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_FLYING,
    #endif
    catchRate = 75,
    expYield = 114,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HUSTLE, ABILITY_SERENE_GRACE, ABILITY_SUPER_LUCK},
    #else
        abilities = {ABILITY_HUSTLE, ABILITY_SERENE_GRACE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



NATU

    HP        = 40,
    Attack    = 50,
    Defense   = 45,
    Speed     = 70,
    SpAttack  = 70,
    SpDefense = 45,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 190,
    expYield = 73,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_EARLY_BIRD, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



XATU

    HP        = 65,
    Attack    = 75,
    Defense   = 70,
    Speed     = 95,
    SpAttack  = 95,
    SpDefense = 70,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 75,
    expYield = 171,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_EARLY_BIRD, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



MAREEP

    HP        = 55,
    Attack    = 40,
    Defense   = 40,
    Speed     = 35,
    SpAttack  = 65,
    SpDefense = 45,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 235,
    expYield = 59,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_PLUS},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



FLAAFFY

    HP        = 70,
    Attack    = 55,
    Defense   = 55,
    Speed     = 45,
    SpAttack  = 80,
    SpDefense = 60,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 120,
    expYield = 117,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_PLUS},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



AMPHAROS

    HP        = 90,
    Attack    = 75,
    Speed     = 55,
    SpAttack  = 115,
    SpDefense = 90,
    #if P_UPDATED_STATS >= GEN_6
        Defense   = 85,
    #else
        Defense   = 75,
    #endif
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 194,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_PLUS},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



BELLOSSOM

    HP        = 75,
    Attack    = 80,
    Speed     = 50,
    SpAttack  = 90,
    SpDefense = 100,
    #if P_UPDATED_STATS >= GEN_6
        Defense   = 95,
    #else
        Defense   = 85,
    #endif
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 184,
    evYield_SpDefense = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_HEALER},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



MARILL

    HP        = 70,
    Attack    = 20,
    Defense   = 50,
    Speed     = 40,
    SpAttack  = 20,
    SpDefense = 50,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_WATER,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_WATER,
        type2 = TYPE_WATER,
    #endif
    catchRate = 190,
    expYield = 58,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_HUGE_POWER, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_HUGE_POWER},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



AZUMARILL

    HP        = 100,
    Attack    = 50,
    Defense   = 80,
    Speed     = 50,
    SpDefense = 80,
    #if P_UPDATED_STATS >= GEN_6
        SpAttack  = 60,
    #else
        SpAttack  = 50,
    #endif
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_WATER,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_WATER,
        type2 = TYPE_WATER,
    #endif
    catchRate = 75,
    expYield = 153,
    evYield_HP        = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_HUGE_POWER, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_HUGE_POWER},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SUDOWOODO

    HP        = 70,
    Attack    = 100,
    Defense   = 115,
    Speed     = 30,
    SpAttack  = 30,
    SpDefense = 65,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 65,
    expYield = 184,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



POLITOED

    HP        = 90,
    Attack    = 75,
    Defense   = 75,
    Speed     = 70,
    SpAttack  = 90,
    SpDefense = 100,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 185,
    evYield_SpDefense = 3,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_WATER_ABSORB, ABILITY_DAMP, ABILITY_DRIZZLE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



HOPPIP

    HP        = 35,
    Attack    = 35,
    Defense   = 40,
    Speed     = 50,
    SpAttack  = 65,
    SpDefense = 55,
    type1 = TYPE_GRASS,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 74,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_LEAF_GUARD, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



SKIPLOOM

    HP        = 55,
    Attack    = 45,
    Defense   = 50,
    Speed     = 80,
    SpAttack  = 75,
    SpDefense = 65,
    type1 = TYPE_GRASS,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 136,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_LEAF_GUARD, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



JUMPLUFF

    HP        = 75,
    Attack    = 55,
    Defense   = 70,
    Speed     = 110,
    SpAttack  = 95,
    #if P_UPDATED_STATS >= GEN_6
        SpDefense = 95,
    #else
        SpDefense = 85,
    #endif
    type1 = TYPE_GRASS,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 176,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_LEAF_GUARD, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



AIPOM

    HP        = 55,
    Attack    = 70,
    Defense   = 55,
    Speed     = 85,
    SpAttack  = 40,
    SpDefense = 55,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 94,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_PICKUP, ABILITY_SKILL_LINK},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_PICKUP},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SUNKERN

    HP        = 30,
    Attack    = 30,
    Defense   = 30,
    Speed     = 30,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 235,
    expYield = 52,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_SOLAR_POWER, ABILITY_EARLY_BIRD},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SUNFLORA

    HP        = 75,
    Attack    = 75,
    Defense   = 55,
    Speed     = 30,
    SpAttack  = 105,
    SpDefense = 85,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 146,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_SOLAR_POWER, ABILITY_EARLY_BIRD},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



YANMA

    HP        = 65,
    Attack    = 65,
    Defense   = 45,
    Speed     = 95,
    SpAttack  = 75,
    SpDefense = 45,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 75,
    expYield = 147,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_WIDE_LENS,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SPEED_BOOST, ABILITY_COMPOUND_EYES, ABILITY_FRISK},
    #else
        abilities = {ABILITY_SPEED_BOOST, ABILITY_COMPOUND_EYES},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



WOOPER

    HP        = 55,
    Attack    = 45,
    Defense   = 45,
    Speed     = 15,
    SpAttack  = 25,
    SpDefense = 25,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 255,
    expYield = 52,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DAMP, ABILITY_WATER_ABSORB, ABILITY_UNAWARE},
    #else
        abilities = {ABILITY_DAMP, ABILITY_WATER_ABSORB},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



QUAGSIRE

    HP        = 95,
    Attack    = 85,
    Defense   = 85,
    Speed     = 35,
    SpAttack  = 65,
    SpDefense = 65,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 90,
    expYield = 137,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DAMP, ABILITY_WATER_ABSORB, ABILITY_UNAWARE},
    #else
        abilities = {ABILITY_DAMP, ABILITY_WATER_ABSORB},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ESPEON

    HP        = 65,
    Attack    = 65,
    Defense   = 60,
    Speed     = 110,
    SpAttack  = 130,
    SpDefense = 95,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 197,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_SYNCHRONIZE, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_SYNCHRONIZE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



UMBREON

    HP        = 95,
    Attack    = 65,
    Defense   = 110,
    Speed     = 65,
    SpAttack  = 60,
    SpDefense = 130,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 197,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_SYNCHRONIZE, ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS},
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



MURKROW

    HP        = 60,
    Attack    = 85,
    Defense   = 42,
    Speed     = 91,
    SpAttack  = 85,
    SpDefense = 42,
    type1 = TYPE_DARK,
    type2 = TYPE_FLYING,
    catchRate = 30,
    expYield = 107,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_SUPER_LUCK, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



SLOWKING

    HP        = 95,
    Attack    = 75,
    Defense   = 80,
    Speed     = 30,
    SpAttack  = 110,
    SpDefense = 110,
    type1 = TYPE_WATER,
    type2 = TYPE_PSYCHIC,
    catchRate = 70,
    expYield = 164,
    evYield_SpDefense = 3,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



MISDREAVUS

    HP        = 60,
    Attack    = 60,
    Defense   = 60,
    Speed     = 85,
    SpAttack  = 85,
    SpDefense = 85,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 147,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



UNOWN

    HP        = 48,
    Attack    = 72,
    Defense   = 48,
    Speed     = 48,
    SpAttack  = 72,
    SpDefense = 48,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 225,
    expYield = 61,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



WOBBUFFET

    HP        = 190,
    Attack    = 33,
    Defense   = 58,
    Speed     = 33,
    SpAttack  = 33,
    SpDefense = 58,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 177,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHADOW_TAG, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_SHADOW_TAG, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GIRAFARIG

    HP        = 70,
    Attack    = 80,
    Defense   = 65,
    Speed     = 85,
    SpAttack  = 90,
    SpDefense = 65,
    type1 = TYPE_NORMAL,
    type2 = TYPE_PSYCHIC,
    catchRate = 60,
    expYield = 149,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_EARLY_BIRD, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PINECO

    HP        = 50,
    Attack    = 65,
    Defense   = 90,
    Speed     = 15,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 190,
    expYield = 60,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_NONE, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_STURDY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



FORRETRESS

    HP        = 75,
    Attack    = 90,
    Defense   = 140,
    Speed     = 40,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 75,
    expYield = 118,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_NONE, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_STURDY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



DUNSPARCE

    HP        = 100,
    Attack    = 70,
    Defense   = 70,
    Speed     = 45,
    SpAttack  = 65,
    SpDefense = 65,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 190,
    expYield = 75,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SERENE_GRACE, ABILITY_RUN_AWAY, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_SERENE_GRACE, ABILITY_RUN_AWAY},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



GLIGAR

    HP        = 65,
    Attack    = 75,
    Defense   = 105,
    Speed     = 85,
    SpAttack  = 35,
    SpDefense = 65,
    type1 = TYPE_GROUND,
    type2 = TYPE_FLYING,
    catchRate = 60,
    expYield = 108,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_HYPER_CUTTER, ABILITY_SAND_VEIL, ABILITY_IMMUNITY},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



STEELIX

    HP        = 75,
    Attack    = 85,
    Defense   = 200,
    Speed     = 30,
    SpAttack  = 55,
    SpDefense = 65,
    type1 = TYPE_STEEL,
    type2 = TYPE_GROUND,
    catchRate = 25,
    expYield = 196,
    evYield_Defense   = 2,
    item2 = ITEM_METAL_COAT,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROCK_HEAD, ABILITY_STURDY, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_ROCK_HEAD, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SNUBBULL

    HP        = 60,
    Attack    = 80,
    Defense   = 50,
    Speed     = 30,
    SpAttack  = 40,
    SpDefense = 40,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_FAIRY,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 190,
    expYield = 63,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_RUN_AWAY, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_RUN_AWAY},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



GRANBULL

    HP        = 90,
    Attack    = 120,
    Defense   = 75,
    Speed     = 45,
    SpAttack  = 60,
    SpDefense = 60,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_FAIRY,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 75,
    expYield = 178,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_QUICK_FEET, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



QWILFISH

    HP        = 65,
    Attack    = 95,
    Speed     = 85,
    SpAttack  = 55,
    SpDefense = 55,
    #if P_UPDATED_STATS >= GEN_7
        Defense   = 85,
    #else
        Defense   = 75,
    #endif
    type1 = TYPE_WATER,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 100,
    evYield_Attack    = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_POISON_POINT, ABILITY_SWIFT_SWIM, ABILITY_INTIMIDATE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SCIZOR

    HP        = 80,
    Attack    = 130,
    Defense   = 100,
    Speed     = 75,
    SpAttack  = 55,
    SpDefense = 90,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 25,
    expYield = 200,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_TECHNICIAN, ABILITY_LIGHT_METAL},
    #else
        abilities = {ABILITY_SWARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SHUCKLE

    HP        = 20,
    Attack    = 10,
    Defense   = 230,
    Speed     = 5,
    SpAttack  = 10,
    SpDefense = 230,
    type1 = TYPE_BUG,
    type2 = TYPE_ROCK,
    catchRate = 190,
    expYield = 80,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    item1 = ITEM_BERRY_JUICE,
    item2 = ITEM_BERRY_JUICE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_GLUTTONY, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_STURDY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



HERACROSS

    HP        = 80,
    Attack    = 125,
    Defense   = 75,
    Speed     = 85,
    SpAttack  = 40,
    SpDefense = 95,
    type1 = TYPE_BUG,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 200,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_GUTS, ABILITY_MOXIE},
    #else
        abilities = {ABILITY_SWARM, ABILITY_GUTS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SNEASEL

    HP        = 55,
    Attack    = 95,
    Defense   = 55,
    Speed     = 115,
    SpAttack  = 35,
    SpDefense = 75,
    type1 = TYPE_DARK,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 132,
    evYield_Speed     = 1,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_KEEN_EYE, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = TRUE,



TEDDIURSA

    HP        = 70,
    Attack    = 80,
    Defense   = 50,
    Speed     = 40,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 120,
    expYield = 124,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_QUICK_FEET, ABILITY_HONEY_GATHER},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



URSARING

    HP        = 110,
    Attack    = 130,
    Defense   = 75,
    Speed     = 70,
    SpAttack  = 50,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 60,
    expYield = 189,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_QUICK_FEET, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SLUGMA

    HP        = 40,
    Attack    = 40,
    Defense   = 40,
    Speed     = 20,
    SpAttack  = 70,
    SpDefense = 40,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 190,
    expYield = 78,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGMA_ARMOR, ABILITY_FLAME_BODY, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_MAGMA_ARMOR, ABILITY_FLAME_BODY},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



MAGCARGO

    SpDefense = 80,
    Attack    = 50,
    Defense   = 120,
    Speed     = 30,
    #if P_UPDATED_STATS >= GEN_7
        HP        = 60,
        SpAttack  = 90,
    #else
        HP        = 50,
        SpAttack  = 80,
    #endif
    type1 = TYPE_FIRE,
    type2 = TYPE_ROCK,
    catchRate = 75,
    expYield = 154,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGMA_ARMOR, ABILITY_FLAME_BODY, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_MAGMA_ARMOR, ABILITY_FLAME_BODY},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



SWINUB

    HP        = 50,
    Attack    = 50,
    Defense   = 40,
    Speed     = 50,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_ICE,
    type2 = TYPE_GROUND,
    catchRate = 225,
    expYield = 78,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_SNOW_CLOAK, ABILITY_THICK_FAT},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE, ABILITY_THICK_FAT},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PILOSWINE

    HP        = 100,
    Attack    = 100,
    Defense   = 80,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_ICE,
    type2 = TYPE_GROUND,
    catchRate = 75,
    expYield = 160,
    evYield_HP        = 1,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_SNOW_CLOAK, ABILITY_THICK_FAT},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE, ABILITY_THICK_FAT},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



CORSOLA

    Attack    = 55,
    Speed     = 35,
    SpAttack  = 65,
    #if P_UPDATED_STATS >= GEN_7
        HP        = 65,
        Defense   = 95,
        SpDefense = 95,
    #else
        HP        = 55,
        Defense   = 85,
        SpDefense = 85,
    #endif
    type1 = TYPE_WATER,
    type2 = TYPE_ROCK,
    catchRate = 60,
    expYield = 113,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LUMINOUS_MOSS,
    #endif
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HUSTLE, ABILITY_NATURAL_CURE, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_HUSTLE, ABILITY_NATURAL_CURE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



REMORAID

    HP        = 35,
    Attack    = 65,
    Defense   = 35,
    Speed     = 65,
    SpAttack  = 65,
    SpDefense = 35,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 78,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HUSTLE, ABILITY_SNIPER, ABILITY_MOODY},
    #else
        abilities = {ABILITY_HUSTLE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



OCTILLERY

    HP        = 75,
    Attack    = 105,
    Defense   = 75,
    Speed     = 45,
    SpAttack  = 105,
    SpDefense = 75,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 75,
    expYield = 164,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SUCTION_CUPS, ABILITY_SNIPER, ABILITY_MOODY},
    #else
        abilities = {ABILITY_SUCTION_CUPS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DELIBIRD

    HP        = 45,
    Attack    = 55,
    Defense   = 45,
    Speed     = 75,
    SpAttack  = 65,
    SpDefense = 45,
    type1 = TYPE_ICE,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 183,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_VITAL_SPIRIT, ABILITY_HUSTLE, ABILITY_INSOMNIA},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



MANTINE

    Attack    = 40,
    Defense   = 70,
    Speed     = 70,
    SpAttack  = 80,
    SpDefense = 140,
    #if P_UPDATED_STATS >= GEN_7
        HP        = 85,
    #else
        HP        = 65,
    #endif
    type1 = TYPE_WATER,
    type2 = TYPE_FLYING,
    catchRate = 25,
    expYield = 168,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_WATER_ABSORB, ABILITY_WATER_VEIL},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SKARMORY

    HP        = 65,
    Attack    = 80,
    Defense   = 140,
    Speed     = 70,
    SpAttack  = 40,
    SpDefense = 70,
    type1 = TYPE_STEEL,
    type2 = TYPE_FLYING,
    catchRate = 25,
    expYield = 168,
    evYield_Defense   = 2,
    item2 = ITEM_METAL_COAT,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_STURDY, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



HOUNDOUR

    HP        = 45,
    Attack    = 60,
    Defense   = 40,
    Speed     = 65,
    SpAttack  = 80,
    SpDefense = 50,
    type1 = TYPE_DARK,
    type2 = TYPE_FIRE,
    catchRate = 120,
    expYield = 114,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EARLY_BIRD, ABILITY_FLASH_FIRE, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_EARLY_BIRD, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



HOUNDOOM

    HP        = 85,
    Attack    = 80,
    Defense   = 60,
    Speed     = 95,
    SpAttack  = 110,
    SpDefense = 80,
    type1 = TYPE_DARK,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 204,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EARLY_BIRD, ABILITY_FLASH_FIRE, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_EARLY_BIRD, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



KINGDRA

    HP        = 75,
    Attack    = 95,
    Defense   = 95,
    Speed     = 85,
    SpAttack  = 95,
    SpDefense = 95,
    type1 = TYPE_WATER,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 207,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_SNIPER, ABILITY_DAMP},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_DAMP},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



PHANPY

    HP        = 90,
    Attack    = 60,
    Defense   = 60,
    Speed     = 40,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 120,
    expYield = 124,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_SAND_VEIL},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DONPHAN

    HP        = 90,
    Attack    = 120,
    Defense   = 120,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 60,
    expYield = 189,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_STURDY, ABILITY_NONE, ABILITY_SAND_VEIL},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



PORYGON2

    HP        = 85,
    Attack    = 80,
    Defense   = 90,
    Speed     = 60,
    SpAttack  = 105,
    SpDefense = 95,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 180,
    evYield_SpAttack  = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TRACE, ABILITY_DOWNLOAD, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_TRACE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



STANTLER

    HP        = 73,
    Attack    = 95,
    Defense   = 62,
    Speed     = 85,
    SpAttack  = 85,
    SpDefense = 65,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 165,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_FRISK, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SMEARGLE

    HP        = 55,
    Attack    = 20,
    Defense   = 35,
    Speed     = 75,
    SpAttack  = 20,
    SpDefense = 45,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 106,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OWN_TEMPO, ABILITY_TECHNICIAN, ABILITY_MOODY},
    #else
        abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



TYROGUE

    HP        = 35,
    Attack    = 35,
    Defense   = 35,
    Speed     = 35,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 75,
    expYield = 91,
    evYield_Attack    = 1,
    genderRatio = MON_MALE,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_STEADFAST, ABILITY_VITAL_SPIRIT},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE, ABILITY_VITAL_SPIRIT},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



HITMONTOP

    HP        = 60,
    Attack    = 95,
    Defense   = 115,
    Speed     = 70,
    SpAttack  = 35,
    SpDefense = 110,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 138,
    evYield_SpDefense = 2,
    genderRatio = MON_MALE,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_TECHNICIAN, ABILITY_STEADFAST},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SMOOCHUM

    HP        = 45,
    Attack    = 30,
    Defense   = 15,
    Speed     = 65,
    SpAttack  = 85,
    SpDefense = 65,
    type1 = TYPE_ICE,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 87,
    evYield_SpAttack  = 1,
    genderRatio = MON_FEMALE,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_FOREWARN, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



ELEKID

    HP        = 45,
    Attack    = 63,
    Defense   = 37,
    Speed     = 95,
    SpAttack  = 65,
    SpDefense = 55,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 106,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ELECTIRIZER,
    #endif
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_VITAL_SPIRIT},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = TRUE,



MAGBY

    HP        = 45,
    Attack    = 75,
    Defense   = 37,
    Speed     = 83,
    SpAttack  = 70,
    SpDefense = 55,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 117,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_MAGMARIZER,
    #endif
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_FLAME_BODY, ABILITY_NONE, ABILITY_VITAL_SPIRIT},
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



MILTANK

    HP        = 95,
    Attack    = 80,
    Defense   = 105,
    Speed     = 100,
    SpAttack  = 40,
    SpDefense = 70,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 200,
    evYield_Defense   = 2,
    item1 = ITEM_MOOMOO_MILK,
    item2 = ITEM_MOOMOO_MILK,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_SCRAPPY, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



BLISSEY

    HP        = 255,
    Attack    = 10,
    Defense   = 10,
    Speed     = 55,
    SpAttack  = 75,
    SpDefense = 135,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 30,
    expYield = 255,
    evYield_HP        = 3,
    item2 = ITEM_LUCKY_EGG,
    genderRatio = MON_FEMALE,
    eggCycles = 40,
    friendship = 140,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE, ABILITY_HEALER},
    #else
        abilities = {ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



RAIKOU

    HP        = 90,
    Attack    = 75,
    Defense   = 85,
    Speed     = 115,
    SpAttack  = 115,
    SpDefense = 100,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 3,
    expYield = 236,
    evYield_Speed     = 2,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #if P_UPDATED_ABILITIES >= GEN_7
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ENTEI

    HP        = 115,
    Attack    = 115,
    Defense   = 85,
    Speed     = 100,
    SpAttack  = 75,
    SpDefense = 90,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 3,
    expYield = 237,
    evYield_HP        = 1,
    evYield_Attack    = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #if P_UPDATED_ABILITIES >= GEN_7
        abilities = {ABILITY_ROCK_HEAD, ABILITY_ROCK_HEAD, ABILITY_ROCK_HEAD},
    #else
        abilities = {ABILITY_ROCK_HEAD, ABILITY_ROCK_HEAD, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SUICUNE

    HP        = 100,
    Attack    = 75,
    Defense   = 115,
    Speed     = 85,
    SpAttack  = 90,
    SpDefense = 115,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 3,
    expYield = 235,
    evYield_Defense   = 1,
    evYield_SpDefense = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #if P_UPDATED_ABILITIES >= GEN_7
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LARVITAR

    HP        = 50,
    Attack    = 64,
    Defense   = 50,
    Speed     = 41,
    SpAttack  = 45,
    SpDefense = 50,
    type1 = TYPE_ROCK,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 67,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_GUTS, ABILITY_NONE, ABILITY_SAND_VEIL},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



PUPITAR

    HP        = 70,
    Attack    = 84,
    Defense   = 70,
    Speed     = 51,
    SpAttack  = 65,
    SpDefense = 70,
    type1 = TYPE_ROCK,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 144,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



TYRANITAR

    HP        = 100,
    Attack    = 134,
    Defense   = 110,
    Speed     = 61,
    SpAttack  = 95,
    SpDefense = 100,
    type1 = TYPE_ROCK,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 248,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_STREAM, ABILITY_NONE, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_SAND_STREAM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



LUGIA

    HP        = 106,
    Attack    = 90,
    Defense   = 130,
    Speed     = 110,
    SpAttack  = 90,
    SpDefense = 154,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 306,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MULTISCALE, ABILITY_MULTISCALE, ABILITY_MULTISCALE},
    #else
        abilities = {ABILITY_MULTISCALE, ABILITY_MULTISCALE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



HO_OH

    HP        = 106,
    Attack    = 130,
    Defense   = 90,
    Speed     = 90,
    SpAttack  = 110,
    SpDefense = 154,
    type1 = TYPE_FIRE,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 306,
    evYield_SpDefense = 3,
    item1 = ITEM_SACRED_ASH,
    item2 = ITEM_SACRED_ASH,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CELEBI

    HP        = 110,
    Attack    = 50,
    Defense   = 110,
    Speed     = 110,
    SpAttack  = 110,
    SpDefense = 110,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 270,
    evYield_HP        = 3,
    item1 = ITEM_LUM_BERRY,
    item2 = ITEM_LUM_BERRY,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,





TREECKO

    HP        = 40,
    Attack    = 45,
    Defense   = 35,
    Speed     = 70,
    SpAttack  = 65,
    SpDefense = 55,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 65,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_UNBURDEN},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



GROVYLE

    HP        = 50,
    Attack    = 65,
    Defense   = 45,
    Speed     = 95,
    SpAttack  = 85,
    SpDefense = 65,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 141,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_UNBURDEN},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SCEPTILE

    HP        = 70,
    Attack    = 85,
    Defense   = 65,
    Speed     = 120,
    SpAttack  = 105,
    SpDefense = 85,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 208,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_UNBURDEN},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



TORCHIC

    HP        = 45,
    Attack    = 60,
    Defense   = 40,
    Speed     = 45,
    SpAttack  = 70,
    SpDefense = 50,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 65,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_SPEED_BOOST},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



COMBUSKEN

    HP        = 60,
    Attack    = 85,
    Defense   = 60,
    Speed     = 55,
    SpAttack  = 85,
    SpDefense = 60,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 142,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_SPEED_BOOST},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



BLAZIKEN

    HP        = 80,
    Attack    = 120,
    Defense   = 70,
    Speed     = 80,
    SpAttack  = 110,
    SpDefense = 70,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 209,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_SPEED_BOOST, ABILITY_SPEED_BOOST, ABILITY_SPEED_BOOST},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



MUDKIP

    HP        = 50,
    Attack    = 70,
    Defense   = 50,
    Speed     = 40,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 65,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_DAMP},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MARSHTOMP

    HP        = 70,
    Attack    = 85,
    Defense   = 70,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 143,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_DAMP},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SWAMPERT

    HP        = 100,
    Attack    = 110,
    Defense   = 90,
    Speed     = 60,
    SpAttack  = 85,
    SpDefense = 90,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 210,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_DAMP},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



POOCHYENA

    HP        = 35,
    Attack    = 55,
    Defense   = 35,
    Speed     = 35,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 255,
    expYield = 55,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_QUICK_FEET, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MIGHTYENA

    HP        = 70,
    Attack    = 90,
    Defense   = 70,
    Speed     = 70,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 127,
    expYield = 128,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_QUICK_FEET, ABILITY_MOXIE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



ZIGZAGOON

    HP        = 38,
    Attack    = 30,
    Defense   = 41,
    Speed     = 60,
    SpAttack  = 30,
    SpDefense = 41,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 60,
    evYield_Speed     = 1,
    item1 = ITEM_POTION,
    item2 = ITEM_REVIVE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_GLUTTONY, ABILITY_QUICK_FEET},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LINOONE

    HP        = 78,
    Attack    = 70,
    Defense   = 61,
    Speed     = 100,
    SpAttack  = 50,
    SpDefense = 61,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 90,
    expYield = 128,
    evYield_Speed     = 2,
    item1 = ITEM_POTION,
    item2 = ITEM_MAX_REVIVE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_GLUTTONY, ABILITY_QUICK_FEET},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



WURMPLE

    HP        = 45,
    Attack    = 45,
    Defense   = 35,
    Speed     = 20,
    SpAttack  = 20,
    SpDefense = 30,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 255,
    expYield = 54,
    evYield_HP        = 1,
    item1 = ITEM_PECHA_BERRY,
    item2 = ITEM_BRIGHT_POWDER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE, ABILITY_RUN_AWAY},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SILCOON

    HP        = 50,
    Attack    = 35,
    Defense   = 55,
    Speed     = 15,
    SpAttack  = 25,
    SpDefense = 25,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 120,
    expYield = 71,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



BEAUTIFLY

    HP        = 60,
    Attack    = 70,
    Defense   = 50,
    Speed     = 65,
    SpDefense = 50,
    #if P_UPDATED_STATS >= GEN_6
        SpAttack  = 100,
    #else
        SpAttack  = 90,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 161,
    evYield_SpAttack  = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_NONE, ABILITY_RIVALRY},
    #else
        abilities = {ABILITY_SWARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



CASCOON

    HP        = 50,
    Attack    = 35,
    Defense   = 55,
    Speed     = 15,
    SpAttack  = 25,
    SpDefense = 25,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 120,
    expYield = 72,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



DUSTOX

    HP        = 60,
    Attack    = 50,
    Defense   = 70,
    Speed     = 65,
    SpAttack  = 50,
    SpDefense = 90,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 160,
    evYield_SpDefense = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE, ABILITY_COMPOUND_EYES},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



LOTAD

    HP        = 40,
    Attack    = 30,
    Defense   = 30,
    Speed     = 30,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_GRASS,
    catchRate = 255,
    expYield = 74,
    evYield_SpDefense = 1,
    item2 = ITEM_MENTAL_HERB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_RAIN_DISH, ABILITY_OWN_TEMPO},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



LOMBRE

    HP        = 60,
    Attack    = 50,
    Defense   = 50,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_WATER,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 141,
    evYield_SpDefense = 2,
    item2 = ITEM_MENTAL_HERB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_RAIN_DISH, ABILITY_OWN_TEMPO},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



LUDICOLO

    HP        = 80,
    Attack    = 70,
    Defense   = 70,
    Speed     = 70,
    SpAttack  = 90,
    SpDefense = 100,
    type1 = TYPE_WATER,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 181,
    evYield_SpDefense = 3,
    item2 = ITEM_MENTAL_HERB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_RAIN_DISH, ABILITY_OWN_TEMPO},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SEEDOT

    HP        = 40,
    Attack    = 40,
    Defense   = 50,
    Speed     = 30,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 255,
    expYield = 74,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_POWER_HERB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_EARLY_BIRD, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



NUZLEAF

    HP        = 70,
    Attack    = 70,
    Defense   = 40,
    Speed     = 60,
    SpAttack  = 60,
    SpDefense = 40,
    type1 = TYPE_GRASS,
    type2 = TYPE_DARK,
    catchRate = 120,
    expYield = 141,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_POWER_HERB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_EARLY_BIRD, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SHIFTRY

    HP        = 90,
    Attack    = 100,
    Defense   = 60,
    Speed     = 80,
    SpAttack  = 90,
    SpDefense = 60,
    type1 = TYPE_GRASS,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 181,
    evYield_Attack    = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_POWER_HERB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_EARLY_BIRD, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



TAILLOW

    HP        = 40,
    Attack    = 55,
    Defense   = 30,
    Speed     = 85,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 200,
    expYield = 59,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_NONE, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SWELLOW

    HP        = 60,
    Attack    = 85,
    Defense   = 60,
    Speed     = 125,
    SpDefense = 50,
    #if P_UPDATED_STATS >= GEN_7
        SpAttack  = 75,
    #else
        SpAttack  = 50,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 162,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_NONE, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



WINGULL

    HP        = 40,
    Attack    = 30,
    Defense   = 30,
    Speed     = 85,
    SpAttack  = 55,
    SpDefense = 30,
    type1 = TYPE_WATER,
    type2 = TYPE_FLYING,
    catchRate = 190,
    expYield = 64,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item1 = ITEM_PRETTY_FEATHER,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_HYDRATION, ABILITY_RAIN_DISH},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_RAIN_DISH},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



PELIPPER

    HP        = 60,
    Attack    = 50,
    Defense   = 100,
    Speed     = 65,
    SpDefense = 70,
    #if P_UPDATED_STATS >= GEN_7
        SpAttack  = 95,
    #else
        SpAttack  = 85,
    #endif
    type1 = TYPE_WATER,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 164,
    evYield_Defense   = 2,
    #ifdef ITEM_EXPANSION
        item1 = ITEM_PRETTY_FEATHER,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FLYING,
    abilities = {ABILITY_KEEN_EYE, ABILITY_DRIZZLE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



RALTS

    HP        = 28,
    Attack    = 25,
    Defense   = 25,
    Speed     = 40,
    SpAttack  = 45,
    SpDefense = 35,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_PSYCHIC,
    #endif
    catchRate = 235,
    expYield = 70,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    #else
        eggGroup1 = EGG_GROUP_AMORPHOUS,
    #endif
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_TRACE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_TRACE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



KIRLIA

    HP        = 38,
    Attack    = 35,
    Defense   = 35,
    Speed     = 50,
    SpAttack  = 65,
    SpDefense = 55,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_PSYCHIC,
    #endif
    catchRate = 120,
    expYield = 140,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    #else
        eggGroup1 = EGG_GROUP_AMORPHOUS,
    #endif
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_TRACE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_TRACE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



GARDEVOIR

    HP        = 68,
    Attack    = 65,
    Defense   = 65,
    Speed     = 80,
    SpAttack  = 125,
    SpDefense = 115,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_PSYCHIC,
    #endif
    catchRate = 45,
    expYield = 208,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    #else
        eggGroup1 = EGG_GROUP_AMORPHOUS,
    #endif
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_TRACE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_TRACE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SURSKIT

    HP        = 40,
    Attack    = 30,
    Defense   = 32,
    Speed     = 65,
    SpAttack  = 50,
    SpDefense = 52,
    type1 = TYPE_BUG,
    type2 = TYPE_WATER,
    catchRate = 200,
    expYield = 63,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item1 = ITEM_HONEY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MASQUERAIN

    HP        = 70,
    Attack    = 60,
    Defense   = 62,
    SpDefense = 82,
    #if P_UPDATED_STATS >= GEN_7
        Speed     = 80,
        SpAttack  = 100,
    #else
        Speed     = 60,
        SpAttack  = 80,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 75,
    expYield = 128,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SHROOMISH

    HP        = 60,
    Attack    = 40,
    Defense   = 60,
    Speed     = 35,
    SpAttack  = 40,
    SpDefense = 60,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 255,
    expYield = 65,
    evYield_HP        = 1,
    item1 = ITEM_TINY_MUSHROOM,
    item2 = ITEM_BIG_MUSHROOM,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_POISON_HEAL, ABILITY_QUICK_FEET},
    #else
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



BRELOOM

    HP        = 60,
    Attack    = 130,
    Defense   = 80,
    Speed     = 70,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_GRASS,
    type2 = TYPE_FIGHTING,
    catchRate = 90,
    expYield = 165,
    evYield_Attack    = 2,
    item1 = ITEM_TINY_MUSHROOM,
    item2 = ITEM_BIG_MUSHROOM,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_POISON_HEAL, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SLAKOTH

    HP        = 60,
    Attack    = 60,
    Defense   = 60,
    Speed     = 30,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 83,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_TRUANT, ABILITY_NONE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



VIGOROTH

    HP        = 80,
    Attack    = 80,
    Defense   = 80,
    Speed     = 90,
    SpAttack  = 55,
    SpDefense = 55,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 120,
    expYield = 126,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_VITAL_SPIRIT, ABILITY_NONE},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SLAKING

    HP        = 150,
    Attack    = 160,
    Defense   = 100,
    Speed     = 100,
    SpAttack  = 95,
    SpDefense = 65,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 210,
    evYield_HP        = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_TRUANT, ABILITY_NONE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



NINCADA

    HP        = 31,
    Attack    = 45,
    Defense   = 90,
    Speed     = 40,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_BUG,
    type2 = TYPE_GROUND,
    catchRate = 255,
    expYield = 65,
    evYield_Defense   = 1,
    item2 = ITEM_SOFT_SAND,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_COMPOUND_EYES, ABILITY_NONE, ABILITY_RUN_AWAY},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



NINJASK

    HP        = 61,
    Attack    = 90,
    Defense   = 45,
    Speed     = 160,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 155,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SPEED_BOOST, ABILITY_NONE, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_SPEED_BOOST, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SHEDINJA

    HP        = 1,
    Attack    = 90,
    Defense   = 45,
    Speed     = 40,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_BUG,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 95,
    evYield_HP        = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_WONDER_GUARD, ABILITY_NONE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



WHISMUR

    HP        = 64,
    Attack    = 51,
    Defense   = 23,
    Speed     = 28,
    SpAttack  = 51,
    SpDefense = 23,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 190,
    expYield = 68,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_NONE, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



LOUDRED

    HP        = 84,
    Attack    = 71,
    Defense   = 43,
    Speed     = 48,
    SpAttack  = 71,
    SpDefense = 43,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 120,
    expYield = 126,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_NONE, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



EXPLOUD

    HP        = 104,
    Attack    = 91,
    Defense   = 63,
    Speed     = 68,
    SpAttack  = 91,
    #if P_UPDATED_STATS >= GEN_6
        SpDefense = 73,
    #else
        SpDefense = 63,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 184,
    evYield_HP        = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_NONE, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MAKUHITA

    HP        = 72,
    Attack    = 60,
    Defense   = 30,
    Speed     = 25,
    SpAttack  = 20,
    SpDefense = 30,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 180,
    expYield = 87,
    evYield_HP        = 1,
    item2 = ITEM_BLACK_BELT,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_GUTS, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_GUTS},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



HARIYAMA

    HP        = 144,
    Attack    = 120,
    Defense   = 60,
    Speed     = 50,
    SpAttack  = 40,
    SpDefense = 60,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 200,
    expYield = 184,
    evYield_HP        = 2,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_GUTS, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_GUTS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



AZURILL

    HP        = 50,
    Attack    = 20,
    Defense   = 40,
    Speed     = 20,
    SpAttack  = 20,
    SpDefense = 40,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_NORMAL,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_NORMAL,
    #endif
    catchRate = 150,
    expYield = 33,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_HUGE_POWER, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_HUGE_POWER},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



NOSEPASS

    HP        = 30,
    Attack    = 45,
    Defense   = 135,
    Speed     = 30,
    SpAttack  = 45,
    SpDefense = 90,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 255,
    expYield = 108,
    evYield_Defense   = 1,
    item2 = ITEM_MAGNET,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_MAGNET_PULL, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STURDY, ABILITY_MAGNET_PULL},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SKITTY

    HP        = 50,
    Attack    = 45,
    Defense   = 45,
    Speed     = 50,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 65,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NORMALIZE, ABILITY_WONDER_SKIN},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



DELCATTY

    HP        = 70,
    Attack    = 65,
    Defense   = 65,
    SpAttack  = 55,
    SpDefense = 55,
    #if P_UPDATED_STATS >= GEN_7
        Speed     = 90,
    #else
        Speed     = 70,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 60,
    expYield = 138,
    evYield_HP        = 1,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NORMALIZE, ABILITY_WONDER_SKIN},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SABLEYE

    HP        = 50,
    Attack    = 75,
    Defense   = 75,
    Speed     = 50,
    SpAttack  = 65,
    SpDefense = 65,
    type1 = TYPE_DARK,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 98,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_WIDE_LENS,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_STALL, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MAWILE

    HP        = 50,
    Attack    = 85,
    Defense   = 85,
    Speed     = 50,
    SpAttack  = 55,
    SpDefense = 55,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_STEEL,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_STEEL,
        type2 = TYPE_STEEL,
    #endif
    catchRate = 45,
    expYield = 98,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_IRON_BALL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_INTIMIDATE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_INTIMIDATE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



ARON

    HP        = 50,
    Attack    = 70,
    Defense   = 100,
    Speed     = 30,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_STEEL,
    type2 = TYPE_ROCK,
    catchRate = 180,
    expYield = 96,
    evYield_Defense   = 1,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 35,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD, ABILITY_HEAVY_METAL},
    #else
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



LAIRON

    HP        = 60,
    Attack    = 90,
    Defense   = 140,
    Speed     = 40,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_STEEL,
    type2 = TYPE_ROCK,
    catchRate = 90,
    expYield = 152,
    evYield_Defense   = 2,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 35,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD, ABILITY_HEAVY_METAL},
    #else
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



AGGRON

    HP        = 70,
    Attack    = 110,
    Defense   = 180,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_STEEL,
    type2 = TYPE_ROCK,
    catchRate = 45,
    expYield = 205,
    evYield_Defense   = 3,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 35,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD, ABILITY_HEAVY_METAL},
    #else
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MEDITITE

    HP        = 30,
    Attack    = 40,
    Defense   = 55,
    Speed     = 60,
    SpAttack  = 40,
    SpDefense = 55,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_PSYCHIC,
    catchRate = 180,
    expYield = 91,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PURE_POWER, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_PURE_POWER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MEDICHAM

    HP        = 60,
    Attack    = 60,
    Defense   = 75,
    Speed     = 80,
    SpAttack  = 60,
    SpDefense = 75,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_PSYCHIC,
    catchRate = 90,
    expYield = 153,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PURE_POWER, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_PURE_POWER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ELECTRIKE

    HP        = 40,
    Attack    = 45,
    Defense   = 40,
    Speed     = 65,
    SpAttack  = 65,
    SpDefense = 40,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 120,
    expYield = 104,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_STATIC, ABILITY_LIGHTNING_ROD, ABILITY_MINUS},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



MANECTRIC

    HP        = 70,
    Attack    = 75,
    Defense   = 60,
    Speed     = 105,
    SpAttack  = 105,
    SpDefense = 60,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 168,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_STATIC, ABILITY_LIGHTNING_ROD, ABILITY_MINUS},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PLUSLE

    HP        = 60,
    Attack    = 50,
    Defense   = 40,
    Speed     = 95,
    SpAttack  = 85,
    SpDefense = 75,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 200,
    expYield = 120,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_CELL_BATTERY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    abilities = {ABILITY_PLUS, ABILITY_NONE, ABILITY_LIGHTNING_ROD},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MINUN

    HP        = 60,
    Attack    = 40,
    Defense   = 50,
    Speed     = 95,
    SpAttack  = 75,
    SpDefense = 85,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 200,
    expYield = 120,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_CELL_BATTERY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    abilities = {ABILITY_MINUS, ABILITY_NONE, ABILITY_VOLT_ABSORB},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



VOLBEAT

    HP        = 65,
    Attack    = 73,
    Speed     = 85,
    SpAttack  = 47,
    #if P_UPDATED_STATS >= GEN_7
        Defense   = 75,
        SpDefense = 85,
    #else
        Defense   = 55,
        SpDefense = 75,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 150,
    expYield = 146,
    evYield_Speed     = 1,
    item2 = ITEM_BRIGHT_POWDER,
    genderRatio = MON_MALE,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ILLUMINATE, ABILITY_SWARM, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_ILLUMINATE, ABILITY_SWARM},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



ILLUMISE

    HP        = 65,
    Attack    = 47,
    Speed     = 85,
    SpAttack  = 73,
    #if P_UPDATED_STATS >= GEN_7
        Defense   = 75,
        SpDefense = 85,
    #else
        Defense   = 55,
        SpDefense = 75,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 150,
    expYield = 146,
    evYield_Speed     = 1,
    item2 = ITEM_BRIGHT_POWDER,
    genderRatio = MON_FEMALE,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_TINTED_LENS, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



ROSELIA

    HP        = 50,
    Attack    = 60,
    Defense   = 45,
    Speed     = 65,
    SpAttack  = 100,
    SpDefense = 80,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 150,
    expYield = 152,
    evYield_SpAttack  = 2,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NATURAL_CURE, ABILITY_POISON_POINT, ABILITY_LEAF_GUARD},
    #else
        abilities = {ABILITY_NATURAL_CURE, ABILITY_POISON_POINT},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



GULPIN

    HP        = 70,
    Attack    = 43,
    Defense   = 53,
    Speed     = 40,
    SpAttack  = 43,
    SpDefense = 53,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 225,
    expYield = 75,
    evYield_HP        = 1,
    item1 = ITEM_ORAN_BERRY,
    item2 = ITEM_SITRUS_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIQUID_OOZE, ABILITY_STICKY_HOLD, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_LIQUID_OOZE, ABILITY_STICKY_HOLD},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SWALOT

    HP        = 100,
    Attack    = 73,
    Defense   = 83,
    Speed     = 55,
    SpAttack  = 73,
    SpDefense = 83,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 75,
    expYield = 168,
    evYield_HP        = 2,
    item1 = ITEM_ORAN_BERRY,
    item2 = ITEM_SITRUS_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIQUID_OOZE, ABILITY_STICKY_HOLD, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_LIQUID_OOZE, ABILITY_STICKY_HOLD},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CARVANHA

    HP        = 45,
    Attack    = 90,
    Defense   = 20,
    Speed     = 65,
    SpAttack  = 65,
    SpDefense = 20,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 225,
    expYield = 88,
    evYield_Attack    = 1,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_ROUGH_SKIN, ABILITY_NONE, ABILITY_SPEED_BOOST},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SHARPEDO

    HP        = 70,
    Attack    = 140,
    Defense   = 70,
    Speed     = 115,
    SpAttack  = 75,
    SpDefense = 70,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 60,
    expYield = 175,
    evYield_Attack    = 2,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_ROUGH_SKIN, ABILITY_NONE, ABILITY_SPEED_BOOST},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



WAILMER

    HP        = 130,
    Attack    = 70,
    Defense   = 35,
    Speed     = 60,
    SpAttack  = 70,
    SpDefense = 35,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 125,
    expYield = 137,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_WATER_VEIL, ABILITY_OBLIVIOUS, ABILITY_PRESSURE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



WAILORD

    HP        = 170,
    Attack    = 90,
    Defense   = 90,
    Speed     = 20,
    SpAttack  = 90,
    SpDefense = 90,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 206,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_WATER_VEIL, ABILITY_OBLIVIOUS, ABILITY_PRESSURE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



NUMEL

    HP        = 60,
    Attack    = 60,
    Defense   = 40,
    Speed     = 35,
    SpAttack  = 65,
    SpDefense = 45,
    type1 = TYPE_FIRE,
    type2 = TYPE_GROUND,
    catchRate = 255,
    expYield = 88,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_SIMPLE, ABILITY_OWN_TEMPO},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



CAMERUPT

    HP        = 70,
    Attack    = 100,
    Defense   = 100,
    Speed     = 20,
    SpAttack  = 145,
    SpDefense = 105,
    type1 = TYPE_FIRE,
    type2 = TYPE_GROUND,
    catchRate = 150,
    expYield = 175,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGMA_ARMOR, ABILITY_SOLID_ROCK, ABILITY_ANGER_POINT},
    #else
        abilities = {ABILITY_MAGMA_ARMOR, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



TORKOAL

    HP        = 70,
    Attack    = 85,
    Defense   = 140,
    Speed     = 1,
    SpAttack  = 85,
    SpDefense = 89,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 90,
    expYield = 161,
    evYield_Defense   = 2,
    item2 = ITEM_CHARCOAL,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_WHITE_SMOKE, ABILITY_DROUGHT, ABILITY_SHELL_ARMOR},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SPOINK

    HP        = 60,
    Attack    = 25,
    Defense   = 35,
    Speed     = 60,
    SpAttack  = 70,
    SpDefense = 80,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 255,
    expYield = 89,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_OWN_TEMPO, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



GRUMPIG

    HP        = 80,
    Attack    = 45,
    Defense   = 65,
    Speed     = 80,
    SpAttack  = 90,
    SpDefense = 110,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 60,
    expYield = 164,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_OWN_TEMPO, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SPINDA

    HP        = 60,
    Attack    = 60,
    Defense   = 60,
    Speed     = 60,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 85,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OWN_TEMPO, ABILITY_TANGLED_FEET, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



TRAPINCH

    HP        = 45,
    Attack    = 100,
    Defense   = 45,
    Speed     = 10,
    SpAttack  = 45,
    SpDefense = 45,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 255,
    expYield = 73,
    evYield_Attack    = 1,
    item2 = ITEM_SOFT_SAND,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_DRAGON,
    #else
        eggGroup2 = EGG_GROUP_BUG,
    #endif
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_ARENA_TRAP, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_ARENA_TRAP},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



VIBRAVA

    HP        = 50,
    Attack    = 70,
    Defense   = 50,
    Speed     = 70,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_GROUND,
    type2 = TYPE_DRAGON,
    catchRate = 120,
    expYield = 126,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_DRAGON,
    #else
        eggGroup2 = EGG_GROUP_BUG,
    #endif
    abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE, ABILITY_LEVITATE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



FLYGON

    HP        = 110,
    Attack    = 100,
    Defense   = 80,
    Speed     = 100,
    SpAttack  = 100,
    SpDefense = 80,
    type1 = TYPE_GROUND,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 197,
    evYield_Attack    = 1,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_DRAGON,
    #else
        eggGroup2 = EGG_GROUP_BUG,
    #endif
    abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE, ABILITY_LEVITATE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CACNEA

    HP        = 50,
    Attack    = 85,
    Defense   = 40,
    Speed     = 35,
    SpAttack  = 85,
    SpDefense = 40,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 97,
    evYield_SpAttack  = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_STICKY_BARB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    abilities = {ABILITY_SAND_VEIL, ABILITY_NONE, ABILITY_WATER_ABSORB},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CACTURNE

    HP        = 70,
    Attack    = 115,
    Defense   = 60,
    Speed     = 55,
    SpAttack  = 115,
    SpDefense = 60,
    type1 = TYPE_GRASS,
    type2 = TYPE_DARK,
    catchRate = 60,
    expYield = 177,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_STICKY_BARB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    abilities = {ABILITY_SAND_VEIL, ABILITY_NONE, ABILITY_WATER_ABSORB},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SWABLU

    HP        = 45,
    Attack    = 40,
    Defense   = 60,
    Speed     = 50,
    SpAttack  = 40,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 74,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_NATURAL_CURE, ABILITY_NONE, ABILITY_CLOUD_NINE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ALTARIA

    HP        = 75,
    Attack    = 80,
    Defense   = 90,
    Speed     = 85,
    SpAttack  = 80,
    SpDefense = 130,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 188,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_NATURAL_CURE, ABILITY_NONE, ABILITY_CLOUD_NINE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ZANGOOSE

    HP        = 73,
    Attack    = 115,
    Defense   = 60,
    Speed     = 90,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 90,
    expYield = 165,
    evYield_Attack    = 2,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IMMUNITY, ABILITY_NONE, ABILITY_TOXIC_BOOST},
    #else
        abilities = {ABILITY_IMMUNITY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,



SEVIPER

    HP        = 73,
    Attack    = 100,
    Defense   = 60,
    Speed     = 65,
    SpAttack  = 100,
    SpDefense = 60,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 90,
    expYield = 165,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = TRUE,



LUNATONE

    Attack    = 55,
    Defense   = 95,
    Speed     = 70,
    SpAttack  = 105,
    SpDefense = 95,
    #if P_UPDATED_STATS >= GEN_7
        HP        = 100,
    #else
        HP        = 100,
    #endif
    type1 = TYPE_ROCK,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 150,
    evYield_SpAttack  = 2,
    item1 = ITEM_STARDUST,
    item2 = ITEM_MOON_STONE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SOLROCK

    Attack    = 105,
    Defense   = 95,
    Speed     = 70,
    SpAttack  = 55,
    SpDefense = 95,
    #if P_UPDATED_STATS >= GEN_7
        HP        = 100,
    #else
        HP        = 100,
    #endif
    type1 = TYPE_ROCK,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 150,
    evYield_Attack    = 2,
    item1 = ITEM_STARDUST,
    item2 = ITEM_SUN_STONE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



BARBOACH

    HP        = 50,
    Attack    = 48,
    Defense   = 43,
    Speed     = 60,
    SpAttack  = 46,
    SpDefense = 41,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 190,
    expYield = 92,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_ANTICIPATION, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



WHISCASH

    HP        = 110,
    Attack    = 78,
    Defense   = 73,
    Speed     = 60,
    SpAttack  = 76,
    SpDefense = 71,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 75,
    expYield = 158,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_ANTICIPATION, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CORPHISH

    HP        = 43,
    Attack    = 80,
    Defense   = 65,
    Speed     = 35,
    SpAttack  = 50,
    SpDefense = 35,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 205,
    expYield = 111,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CRAWDAUNT

    HP        = 63,
    Attack    = 120,
    Defense   = 85,
    Speed     = 55,
    SpAttack  = 90,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 155,
    expYield = 161,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



BALTOY

    HP        = 40,
    Attack    = 40,
    Defense   = 55,
    Speed     = 55,
    SpAttack  = 40,
    SpDefense = 70,
    type1 = TYPE_GROUND,
    type2 = TYPE_PSYCHIC,
    catchRate = 255,
    expYield = 58,
    evYield_SpDefense = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LIGHT_CLAY,
    #endif
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



CLAYDOL

    HP        = 60,
    Attack    = 70,
    Defense   = 105,
    Speed     = 75,
    SpAttack  = 70,
    SpDefense = 120,
    type1 = TYPE_GROUND,
    type2 = TYPE_PSYCHIC,
    catchRate = 90,
    expYield = 189,
    evYield_SpDefense = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LIGHT_CLAY,
    #endif
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



LILEEP

    HP        = 66,
    Attack    = 41,
    Defense   = 77,
    Speed     = 23,
    SpAttack  = 61,
    SpDefense = 87,
    type1 = TYPE_ROCK,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 121,
    evYield_SpDefense = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_BIG_ROOT,
    #endif
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SUCTION_CUPS, ABILITY_NONE, ABILITY_STORM_DRAIN},
    #else
        abilities = {ABILITY_SUCTION_CUPS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CRADILY

    HP        = 86,
    Attack    = 81,
    Defense   = 97,
    Speed     = 43,
    SpAttack  = 81,
    SpDefense = 107,
    type1 = TYPE_ROCK,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 201,
    evYield_SpDefense = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_BIG_ROOT,
    #endif
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SUCTION_CUPS, ABILITY_NONE, ABILITY_STORM_DRAIN},
    #else
        abilities = {ABILITY_SUCTION_CUPS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ANORITH

    HP        = 45,
    Attack    = 95,
    Defense   = 50,
    Speed     = 75,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_ROCK,
    type2 = TYPE_BUG,
    catchRate = 45,
    expYield = 119,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    abilities = {ABILITY_BATTLE_ARMOR, ABILITY_NONE, ABILITY_SWIFT_SWIM},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



ARMALDO

    HP        = 75,
    Attack    = 125,
    Defense   = 100,
    Speed     = 45,
    SpAttack  = 70,
    SpDefense = 80,
    type1 = TYPE_ROCK,
    type2 = TYPE_BUG,
    catchRate = 45,
    expYield = 200,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    abilities = {ABILITY_BATTLE_ARMOR, ABILITY_NONE, ABILITY_SWIFT_SWIM},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



FEEBAS

    HP        = 20,
    Attack    = 15,
    Defense   = 20,
    Speed     = 80,
    SpAttack  = 10,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 255,
    expYield = 61,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_OBLIVIOUS, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_OBLIVIOUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MILOTIC

    HP        = 105,
    Attack    = 60,
    Defense   = 79,
    Speed     = 81,
    SpAttack  = 110,
    SpDefense = 135,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 213,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MARVEL_SCALE, ABILITY_COMPETITIVE, ABILITY_CUTE_CHARM},
    #else
        abilities = {ABILITY_MARVEL_SCALE, ABILITY_NONE, ABILITY_CUTE_CHARM},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



CASTFORM

    HP        = 95,
    Attack    = 105,
    Defense   = 70,
    Speed     = 105,
    SpAttack  = 70,
    SpDefense = 105,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 145,
    evYield_HP        = 1,
    item1 = ITEM_MYSTIC_WATER,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_FORECAST, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



KECLEON

    HP        = 60,
    Attack    = 90,
    Defense   = 70,
    Speed     = 40,
    SpAttack  = 60,
    SpDefense = 120,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 200,
    expYield = 132,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COLOR_CHANGE, ABILITY_NONE, ABILITY_PROTEAN},
    #else
        abilities = {ABILITY_COLOR_CHANGE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SHUPPET

    HP        = 44,
    Attack    = 75,
    Defense   = 35,
    Speed     = 45,
    SpAttack  = 63,
    SpDefense = 33,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 225,
    expYield = 97,
    evYield_Attack    = 1,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_FRISK, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



BANETTE

    HP        = 64,
    Attack    = 115,
    Defense   = 65,
    Speed     = 65,
    SpAttack  = 83,
    SpDefense = 63,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 179,
    evYield_Attack    = 2,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_FRISK, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



DUSKULL

    HP        = 20,
    Attack    = 40,
    Defense   = 90,
    Speed     = 25,
    SpAttack  = 30,
    SpDefense = 90,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 190,
    expYield = 97,
    evYield_SpDefense = 1,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_NONE, ABILITY_FRISK},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



DUSCLOPS

    HP        = 40,
    Attack    = 70,
    Defense   = 130,
    Speed     = 25,
    SpAttack  = 60,
    SpDefense = 130,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 90,
    expYield = 179,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_FRISK},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



TROPIUS

    HP        = 99,
    Attack    = 68,
    Defense   = 83,
    Speed     = 51,
    SpAttack  = 72,
    SpDefense = 87,
    type1 = TYPE_GRASS,
    type2 = TYPE_FLYING,
    catchRate = 200,
    expYield = 169,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_SOLAR_POWER, ABILITY_HARVEST},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CHIMECHO

    Attack    = 50,
    Speed     = 65,
    SpAttack  = 95,
    #if P_UPDATED_STATS >= GEN_7
        HP        = 75,
        Defense   = 80,
        SpDefense = 90,
    #else
        HP        = 65,
        Defense   = 70,
        SpDefense = 80,
    #endif
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 147,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_CLEANSE_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ABSOL

    HP        = 65,
    Attack    = 130,
    Defense   = 80,
    Speed     = 115,
    SpAttack  = 75,
    SpDefense = 80,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 30,
    expYield = 174,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_SUPER_LUCK, ABILITY_JUSTIFIED},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,



WYNAUT

    HP        = 95,
    Attack    = 23,
    Defense   = 48,
    Speed     = 23,
    SpAttack  = 23,
    SpDefense = 48,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 125,
    expYield = 44,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHADOW_TAG, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_SHADOW_TAG, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SNORUNT

    HP        = 50,
    Attack    = 50,
    Defense   = 50,
    Speed     = 50,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 190,
    expYield = 74,
    evYield_HP        = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SNOWBALL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_ICE_BODY, ABILITY_MOODY},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



GLALIE

    HP        = 80,
    Attack    = 80,
    Defense   = 80,
    Speed     = 80,
    SpAttack  = 80,
    SpDefense = 80,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 75,
    expYield = 187,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_ICE_BODY, ABILITY_MOODY},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SPHEAL

    HP        = 70,
    Attack    = 40,
    Defense   = 50,
    Speed     = 25,
    SpAttack  = 55,
    SpDefense = 50,
    type1 = TYPE_ICE,
    type2 = TYPE_WATER,
    catchRate = 255,
    expYield = 75,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_ICE_BODY, ABILITY_OBLIVIOUS},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_NONE, ABILITY_OBLIVIOUS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SEALEO

    HP        = 90,
    Attack    = 60,
    Defense   = 70,
    Speed     = 45,
    SpAttack  = 75,
    SpDefense = 70,
    type1 = TYPE_ICE,
    type2 = TYPE_WATER,
    catchRate = 120,
    expYield = 128,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_ICE_BODY, ABILITY_OBLIVIOUS},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_NONE, ABILITY_OBLIVIOUS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



WALREIN

    HP        = 110,
    Attack    = 80,
    Defense   = 90,
    Speed     = 65,
    SpAttack  = 95,
    SpDefense = 90,
    type1 = TYPE_ICE,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 192,
    evYield_HP        = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_ICE_BODY, ABILITY_OBLIVIOUS},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_NONE, ABILITY_OBLIVIOUS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CLAMPERL

    HP        = 35,
    Attack    = 64,
    Defense   = 85,
    Speed     = 32,
    SpAttack  = 74,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 255,
    expYield = 142,
    evYield_Defense   = 1,
    item1 = ITEM_PEARL,
    item2 = ITEM_BIG_PEARL,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHELL_ARMOR, ABILITY_NONE, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_SHELL_ARMOR, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



HUNTAIL

    HP        = 55,
    Attack    = 104,
    Defense   = 105,
    Speed     = 52,
    SpAttack  = 94,
    SpDefense = 75,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 178,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_WATER_VEIL},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GOREBYSS

    HP        = 55,
    Attack    = 84,
    Defense   = 105,
    Speed     = 52,
    SpAttack  = 114,
    SpDefense = 75,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 178,
    evYield_SpAttack  = 2,
    item2 = ITEM_DEEP_SEA_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



RELICANTH

    HP        = 100,
    Attack    = 90,
    Defense   = 130,
    Speed     = 55,
    SpAttack  = 45,
    SpDefense = 65,
    type1 = TYPE_WATER,
    type2 = TYPE_ROCK,
    catchRate = 25,
    expYield = 198,
    evYield_HP        = 1,
    evYield_Defense   = 1,
    item2 = ITEM_DEEP_SEA_SCALE,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_ROCK_HEAD, ABILITY_STURDY},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



LUVDISC

    HP        = 43,
    Attack    = 30,
    Defense   = 55,
    Speed     = 97,
    SpAttack  = 40,
    SpDefense = 65,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 225,
    expYield = 110,
    evYield_Speed     = 1,
    item1 = ITEM_HEART_SCALE,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



BAGON

    HP        = 45,
    Attack    = 75,
    Defense   = 60,
    Speed     = 50,
    SpAttack  = 40,
    SpDefense = 30,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 89,
    evYield_Attack    = 1,
    item2 = ITEM_DRAGON_FANG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROCK_HEAD, ABILITY_NONE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_ROCK_HEAD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SHELGON

    HP        = 65,
    Attack    = 95,
    Defense   = 100,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 50,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 144,
    evYield_Defense   = 2,
    item2 = ITEM_DRAGON_FANG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROCK_HEAD, ABILITY_NONE, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_ROCK_HEAD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SALAMENCE

    HP        = 95,
    Attack    = 135,
    Defense   = 80,
    Speed     = 100,
    SpAttack  = 110,
    SpDefense = 80,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 248,
    evYield_Attack    = 3,
    item2 = ITEM_DRAGON_FANG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE, ABILITY_MOXIE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BELDUM

    HP        = 40,
    Attack    = 55,
    Defense   = 80,
    Speed     = 30,
    SpAttack  = 35,
    SpDefense = 60,
    type1 = TYPE_STEEL,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 103,
    evYield_Defense   = 1,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE, ABILITY_LIGHT_METAL},
    #else
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



METANG

    HP        = 60,
    Attack    = 75,
    Defense   = 100,
    Speed     = 50,
    SpAttack  = 55,
    SpDefense = 80,
    type1 = TYPE_STEEL,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 153,
    evYield_Defense   = 2,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE, ABILITY_LIGHT_METAL},
    #else
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



METAGROSS

    HP        = 80,
    Attack    = 135,
    Defense   = 130,
    Speed     = 70,
    SpAttack  = 95,
    SpDefense = 90,
    type1 = TYPE_STEEL,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 240,
    evYield_Defense   = 3,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE, ABILITY_LIGHT_METAL},
    #else
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



REGIROCK

    HP        = 80,
    Attack    = 100,
    Defense   = 200,
    Speed     = 50,
    SpAttack  = 50,
    SpDefense = 100,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 3,
    expYield = 237,
    evYield_Defense   = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



REGICE

    HP        = 80,
    Attack    = 50,
    Defense   = 100,
    Speed     = 50,
    SpAttack  = 100,
    SpDefense = 200,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 3,
    expYield = 236,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



REGISTEEL

    HP        = 80,
    Attack    = 75,
    Defense   = 150,
    Speed     = 50,
    SpAttack  = 75,
    SpDefense = 150,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 235,
    evYield_Defense   = 2,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



LATIAS

    HP        = 80,
    Attack    = 80,
    Defense   = 90,
    Speed     = 110,
    SpAttack  = 110,
    SpDefense = 130,
    type1 = TYPE_DRAGON,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 270,
    evYield_SpDefense = 3,
    genderRatio = MON_FEMALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



LATIOS

    HP        = 80,
    Attack    = 90,
    Defense   = 80,
    Speed     = 110,
    SpAttack  = 130,
    SpDefense = 110,
    type1 = TYPE_DRAGON,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 270,
    evYield_SpAttack  = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



KYOGRE

    HP        = 100,
    Attack    = 100,
    Defense   = 90,
    Speed     = 90,
    SpAttack  = 150,
    SpDefense = 140,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 3,
    expYield = 302,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_DRIZZLE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GROUDON

    HP        = 100,
    Attack    = 150,
    Defense   = 140,
    Speed     = 90,
    SpAttack  = 100,
    SpDefense = 90,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 3,
    expYield = 302,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_DROUGHT, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



RAYQUAZA

    HP        = 105,
    Attack    = 150,
    Defense   = 90,
    Speed     = 95,
    SpAttack  = 150,
    SpDefense = 90,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 306,
    evYield_Attack    = 2,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_AIR_LOCK, ABILITY_NONE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



JIRACHI

    HP        = 100,
    Attack    = 50,
    Defense   = 125,
    Speed     = 90,
    SpAttack  = 110,
    SpDefense = 125,
    type1 = TYPE_STEEL,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 270,
    evYield_HP        = 3,
    item1 = ITEM_STAR_PIECE,
    item2 = ITEM_STAR_PIECE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_SERENE_GRACE, ABILITY_NONE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



DEOXYS

    HP        = 50,
    Attack    = 150,
    Defense   = 50,
    Speed     = 150,
    SpAttack  = 150,
    SpDefense = 50,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 270,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



TURTWIG

    HP        = 55,
    Attack    = 68,
    Defense   = 64,
    Speed     = 31,
    SpAttack  = 45,
    SpDefense = 55,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 64,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_SHELL_ARMOR},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



GROTLE

    HP        = 75,
    Attack    = 89,
    Defense   = 85,
    Speed     = 36,
    SpAttack  = 55,
    SpDefense = 65,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 141,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_SHELL_ARMOR},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



TORTERRA

    HP        = 95,
    Attack    = 109,
    Defense   = 105,
    Speed     = 56,
    SpAttack  = 75,
    SpDefense = 85,
    type1 = TYPE_GRASS,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 208,
    evYield_Attack    = 2,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_SHELL_ARMOR},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



CHIMCHAR

    HP        = 44,
    Attack    = 58,
    Defense   = 44,
    Speed     = 61,
    SpAttack  = 58,
    SpDefense = 44,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 65,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_IRON_FIST},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



MONFERNO

    HP        = 64,
    Attack    = 78,
    Defense   = 52,
    Speed     = 81,
    SpAttack  = 78,
    SpDefense = 52,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 142,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_IRON_FIST},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



INFERNAPE

    HP        = 76,
    Attack    = 104,
    Defense   = 71,
    Speed     = 108,
    SpAttack  = 104,
    SpDefense = 71,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 209,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_IRON_FIST},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PIPLUP

    HP        = 53,
    Attack    = 51,
    Defense   = 53,
    Speed     = 40,
    SpAttack  = 61,
    SpDefense = 56,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 66,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



PRINPLUP

    HP        = 64,
    Attack    = 66,
    Defense   = 68,
    Speed     = 50,
    SpAttack  = 81,
    SpDefense = 76,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 143,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



EMPOLEON

    HP        = 84,
    Attack    = 86,
    Defense   = 88,
    Speed     = 60,
    SpAttack  = 111,
    SpDefense = 101,
    type1 = TYPE_WATER,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 210,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



STARLY

    HP        = 40,
    Attack    = 55,
    Defense   = 30,
    Speed     = 60,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 56,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



STARAVIA

    HP        = 55,
    Attack    = 75,
    Defense   = 50,
    Speed     = 80,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 113,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



STARAPTOR

    HP        = 85,
    Attack    = 120,
    Defense   = 70,
    Speed     = 100,
    SpAttack  = 50,
    #if P_UPDATED_STATS >= GEN_6
        SpDefense = 60,
    #else
        SpDefense = 50,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 172,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



BIDOOF

    HP        = 59,
    Attack    = 45,
    Defense   = 40,
    Speed     = 31,
    SpAttack  = 35,
    SpDefense = 40,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 58,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SIMPLE, ABILITY_UNAWARE, ABILITY_MOODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



BIBAREL

    HP        = 79,
    Attack    = 85,
    Defense   = 60,
    Speed     = 71,
    SpAttack  = 55,
    SpDefense = 60,
    type1 = TYPE_NORMAL,
    type2 = TYPE_WATER,
    catchRate = 127,
    expYield = 116,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SIMPLE, ABILITY_UNAWARE, ABILITY_MOODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KRICKETOT

    HP        = 37,
    Attack    = 25,
    Defense   = 41,
    Speed     = 25,
    SpAttack  = 25,
    SpDefense = 41,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 255,
    expYield = 54,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_METRONOME,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_RUN_AWAY},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



KRICKETUNE

    HP        = 77,
    Attack    = 85,
    Defense   = 51,
    Speed     = 65,
    SpAttack  = 55,
    SpDefense = 51,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 45,
    expYield = 159,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_METRONOME,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_NONE, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_SWARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SHINX

    HP        = 45,
    Attack    = 65,
    Defense   = 34,
    Speed     = 45,
    SpAttack  = 40,
    SpDefense = 34,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 235,
    expYield = 60,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIVALRY, ABILITY_INTIMIDATE, ABILITY_GUTS},
    #else
        abilities = {ABILITY_NONE, ABILITY_INTIMIDATE, ABILITY_GUTS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LUXIO

    HP        = 60,
    Attack    = 85,
    Defense   = 49,
    Speed     = 60,
    SpAttack  = 60,
    SpDefense = 49,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 120,
    expYield = 117,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 100,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIVALRY, ABILITY_INTIMIDATE, ABILITY_GUTS},
    #else
        abilities = {ABILITY_NONE, ABILITY_INTIMIDATE, ABILITY_GUTS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LUXRAY

    HP        = 80,
    Attack    = 120,
    Defense   = 79,
    Speed     = 70,
    SpAttack  = 95,
    SpDefense = 79,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 194,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIVALRY, ABILITY_INTIMIDATE, ABILITY_GUTS},
    #else
        abilities = {ABILITY_NONE, ABILITY_INTIMIDATE, ABILITY_GUTS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BUDEW

    HP        = 40,
    Attack    = 30,
    Defense   = 35,
    Speed     = 55,
    SpAttack  = 50,
    SpDefense = 70,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 255,
    expYield = 68,
    evYield_SpAttack  = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NATURAL_CURE, ABILITY_POISON_POINT, ABILITY_LEAF_GUARD},
    #else
        abilities = {ABILITY_NATURAL_CURE, ABILITY_POISON_POINT},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



ROSERADE

    HP        = 60,
    Attack    = 70,
    Speed     = 90,
    SpAttack  = 125,
    SpDefense = 105,
    #if P_UPDATED_STATS >= GEN_6
        Defense   = 65,
    #else
        Defense   = 55,
    #endif
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 75,
    expYield = 204,
    evYield_SpAttack  = 3,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NATURAL_CURE, ABILITY_POISON_POINT, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_NATURAL_CURE, ABILITY_POISON_POINT},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



CRANIDOS

    HP        = 67,
    Attack    = 125,
    Defense   = 40,
    Speed     = 58,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 45,
    expYield = 99,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOLD_BREAKER, ABILITY_NONE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



RAMPARDOS

    HP        = 97,
    Attack    = 165,
    Defense   = 60,
    Speed     = 58,
    SpAttack  = 65,
    SpDefense = 50,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 45,
    expYield = 199,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOLD_BREAKER, ABILITY_NONE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SHIELDON

    HP        = 30,
    Attack    = 42,
    Defense   = 118,
    Speed     = 30,
    SpAttack  = 42,
    SpDefense = 88,
    type1 = TYPE_ROCK,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 99,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_STURDY, ABILITY_NONE, ABILITY_SOUNDPROOF},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



BASTIODON

    HP        = 60,
    Attack    = 52,
    Defense   = 168,
    Speed     = 30,
    SpAttack  = 47,
    SpDefense = 138,
    type1 = TYPE_ROCK,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 199,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_STURDY, ABILITY_NONE, ABILITY_SOUNDPROOF},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



BURMY

    HP        = 40,
    Attack    = 29,
    Defense   = 45,
    Speed     = 36,
    SpAttack  = 29,
    SpDefense = 45,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 120,
    expYield = 61,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



WORMADAM

    HP        = 60,
    Attack    = 59,
    Defense   = 85,
    Speed     = 36,
    SpAttack  = 79,
    SpDefense = 105,
    type1 = TYPE_BUG,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 159,
    evYield_SpDefense = 2,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = MON_FEMALE,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ANTICIPATION, ABILITY_NONE, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



MOTHIM

    HP        = 70,
    Attack    = 94,
    Defense   = 50,
    Speed     = 66,
    SpAttack  = 94,
    SpDefense = 50,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 159,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = MON_MALE,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_NONE, ABILITY_TINTED_LENS},
    #else
        abilities = {ABILITY_SWARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



COMBEE

    HP        = 30,
    Attack    = 30,
    Defense   = 42,
    Speed     = 70,
    SpAttack  = 30,
    SpDefense = 42,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 63,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_HONEY,
    #endif
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HONEY_GATHER, ABILITY_NONE, ABILITY_HUSTLE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



VESPIQUEN

    HP        = 70,
    Attack    = 80,
    Defense   = 102,
    Speed     = 40,
    SpAttack  = 80,
    SpDefense = 102,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 188,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = MON_FEMALE,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PACHIRISU

    HP        = 60,
    Attack    = 45,
    Defense   = 70,
    Speed     = 95,
    SpAttack  = 45,
    SpDefense = 90,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 200,
    expYield = 120,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 100,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    abilities = {ABILITY_RUN_AWAY, ABILITY_PICKUP, ABILITY_VOLT_ABSORB},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



BUIZEL

    HP        = 55,
    Attack    = 65,
    Defense   = 35,
    Speed     = 85,
    SpAttack  = 60,
    SpDefense = 30,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 75,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_WATER_VEIL},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



FLOATZEL

    HP        = 85,
    Attack    = 105,
    Defense   = 55,
    Speed     = 115,
    SpAttack  = 85,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 75,
    expYield = 178,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_WATER_VEIL},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



CHERUBI

    HP        = 45,
    Attack    = 35,
    Defense   = 45,
    Speed     = 35,
    SpAttack  = 62,
    SpDefense = 53,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 68,
    evYield_SpAttack  = 1,
    item2 = ITEM_MIRACLE_SEED,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



CHERRIM

    HP        = 70,
    Attack    = 60,
    Defense   = 70,
    Speed     = 85,
    SpAttack  = 87,
    SpDefense = 78,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 75,
    expYield = 133,
    evYield_SpAttack  = 2,
    item2 = ITEM_MIRACLE_SEED,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLOWER_GIFT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SHELLOS

    HP        = 76,
    Attack    = 48,
    Defense   = 48,
    Speed     = 34,
    SpAttack  = 57,
    SpDefense = 62,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 73,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STICKY_HOLD, ABILITY_STORM_DRAIN, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STICKY_HOLD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GASTRODON

    HP        = 111,
    Attack    = 83,
    Defense   = 68,
    Speed     = 39,
    SpAttack  = 92,
    SpDefense = 82,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 75,
    expYield = 176,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STICKY_HOLD, ABILITY_STORM_DRAIN, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STICKY_HOLD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



AMBIPOM

    HP        = 75,
    Attack    = 100,
    Defense   = 66,
    Speed     = 115,
    SpAttack  = 60,
    SpDefense = 66,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 186,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 100,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TECHNICIAN, ABILITY_PICKUP, ABILITY_SKILL_LINK},
    #else
        abilities = {ABILITY_NONE, ABILITY_PICKUP},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



DRIFLOON

    HP        = 90,
    Attack    = 50,
    Defense   = 34,
    Speed     = 70,
    SpAttack  = 60,
    SpDefense = 44,
    type1 = TYPE_GHOST,
    type2 = TYPE_FLYING,
    catchRate = 125,
    expYield = 127,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AFTERMATH, ABILITY_UNBURDEN, ABILITY_FLARE_BOOST},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



DRIFBLIM

    HP        = 150,
    Attack    = 80,
    Defense   = 44,
    Speed     = 80,
    SpAttack  = 90,
    SpDefense = 54,
    type1 = TYPE_GHOST,
    type2 = TYPE_FLYING,
    catchRate = 60,
    expYield = 204,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_FLUCTUATING,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AFTERMATH, ABILITY_UNBURDEN, ABILITY_FLARE_BOOST},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



BUNEARY

    HP        = 55,
    Attack    = 66,
    Defense   = 44,
    Speed     = 85,
    SpAttack  = 44,
    SpDefense = 56,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 190,
    expYield = 84,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 0,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_KLUTZ, ABILITY_LIMBER},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_NONE, ABILITY_LIMBER},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LOPUNNY

    HP        = 65,
    Attack    = 76,
    Defense   = 84,
    Speed     = 105,
    SpAttack  = 54,
    SpDefense = 96,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 60,
    expYield = 178,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 140,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_KLUTZ, ABILITY_LIMBER},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE, ABILITY_LIMBER},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MISMAGIUS

    HP        = 60,
    Attack    = 60,
    Defense   = 60,
    Speed     = 105,
    SpAttack  = 115,
    SpDefense = 105,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 187,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



HONCHKROW

    HP        = 100,
    Attack    = 125,
    Defense   = 79,
    Speed     = 81,
    SpAttack  = 52,
    SpDefense = 79,
    type1 = TYPE_DARK,
    type2 = TYPE_FLYING,
    catchRate = 30,
    expYield = 187,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INSOMNIA, ABILITY_SUPER_LUCK, ABILITY_MOXIE},
    #else
        abilities = {ABILITY_INSOMNIA, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



GLAMEOW

    HP        = 49,
    Attack    = 55,
    Defense   = 42,
    Speed     = 85,
    SpAttack  = 42,
    SpDefense = 37,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 190,
    expYield = 71,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_LIMBER, ABILITY_OWN_TEMPO, ABILITY_KEEN_EYE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



PURUGLY

    HP        = 71,
    Attack    = 82,
    Defense   = 64,
    Speed     = 112,
    SpAttack  = 64,
    SpDefense = 59,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 75,
    expYield = 183,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_THICK_FAT, ABILITY_OWN_TEMPO, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_THICK_FAT, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



CHINGLING

    HP        = 45,
    Attack    = 30,
    Defense   = 50,
    Speed     = 45,
    SpAttack  = 65,
    SpDefense = 50,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 120,
    expYield = 74,
    evYield_SpAttack  = 1,
    item2 = ITEM_CLEANSE_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



STUNKY

    HP        = 63,
    Attack    = 63,
    Defense   = 47,
    Speed     = 74,
    SpAttack  = 41,
    SpDefense = 41,
    type1 = TYPE_POISON,
    type2 = TYPE_DARK,
    catchRate = 225,
    expYield = 79,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STENCH, ABILITY_AFTERMATH, ABILITY_KEEN_EYE},
    #else
        abilities = {ABILITY_STENCH, ABILITY_NONE, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SKUNTANK

    HP        = 103,
    Attack    = 93,
    Defense   = 67,
    Speed     = 84,
    SpAttack  = 71,
    SpDefense = 61,
    type1 = TYPE_POISON,
    type2 = TYPE_DARK,
    catchRate = 60,
    expYield = 209,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STENCH, ABILITY_AFTERMATH, ABILITY_KEEN_EYE},
    #else
        abilities = {ABILITY_STENCH, ABILITY_NONE, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



BRONZOR

    HP        = 57,
    Attack    = 24,
    Defense   = 86,
    Speed     = 23,
    SpAttack  = 24,
    SpDefense = 86,
    type1 = TYPE_STEEL,
    type2 = TYPE_PSYCHIC,
    catchRate = 255,
    expYield = 72,
    evYield_Defense   = 1,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_HEATPROOF, ABILITY_HEAVY_METAL},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



BRONZONG

    HP        = 67,
    Attack    = 89,
    Defense   = 116,
    Speed     = 33,
    SpAttack  = 79,
    SpDefense = 116,
    type1 = TYPE_STEEL,
    type2 = TYPE_PSYCHIC,
    catchRate = 90,
    expYield = 188,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_HEATPROOF, ABILITY_HEAVY_METAL},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



BONSLY

    HP        = 50,
    Attack    = 80,
    Defense   = 95,
    Speed     = 10,
    SpAttack  = 10,
    SpDefense = 45,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 255,
    expYield = 68,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_STURDY, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MIME_JR

    HP        = 20,
    Attack    = 25,
    Defense   = 45,
    Speed     = 60,
    SpAttack  = 70,
    SpDefense = 90,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_PSYCHIC,
        type2 = TYPE_PSYCHIC,
    #endif
    catchRate = 145,
    expYield = 78,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_FILTER, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



HAPPINY

    HP        = 100,
    Attack    = 5,
    Defense   = 5,
    Speed     = 30,
    SpAttack  = 15,
    SpDefense = 65,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 130,
    expYield = 255,
    evYield_HP        = 1,
    #ifdef ITEM_EXPANSION
        item1 = ITEM_OVAL_STONE,
    #endif
    genderRatio = MON_FEMALE,
    eggCycles = 40,
    friendship = 140,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE, ABILITY_FRIEND_GUARD},
    #else
        abilities = {ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



CHATOT

    HP        = 76,
    Attack    = 65,
    Defense   = 45,
    Speed     = 91,
    SpAttack  = 92,
    SpDefense = 42,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 30,
    expYield = 107,
    evYield_Attack    = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_METRONOME,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_TANGLED_FEET, ABILITY_BIG_PECKS},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



SPIRITOMB

    HP        = 50,
    Attack    = 92,
    Defense   = 108,
    Speed     = 35,
    SpAttack  = 92,
    SpDefense = 108,
    type1 = TYPE_GHOST,
    type2 = TYPE_DARK,
    catchRate = 100,
    expYield = 168,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GIBLE

    HP        = 58,
    Attack    = 70,
    Defense   = 45,
    Speed     = 42,
    SpAttack  = 40,
    SpDefense = 45,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 67,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_SAND_VEIL, ABILITY_NONE, ABILITY_ROUGH_SKIN},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GABITE

    HP        = 68,
    Attack    = 90,
    Defense   = 65,
    Speed     = 82,
    SpAttack  = 50,
    SpDefense = 55,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 144,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_SAND_VEIL, ABILITY_NONE, ABILITY_ROUGH_SKIN},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GARCHOMP

    HP        = 108,
    Attack    = 130,
    Defense   = 95,
    Speed     = 102,
    SpAttack  = 80,
    SpDefense = 85,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 248,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_SAND_VEIL, ABILITY_NONE, ABILITY_ROUGH_SKIN},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MUNCHLAX

    HP        = 135,
    Attack    = 85,
    Defense   = 40,
    Speed     = 5,
    SpAttack  = 40,
    SpDefense = 85,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 50,
    expYield = 94,
    evYield_HP        = 1,
    item1 = ITEM_LEFTOVERS,
    item2 = ITEM_LEFTOVERS,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_THICK_FAT, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_THICK_FAT},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



RIOLU

    HP        = 40,
    Attack    = 70,
    Defense   = 40,
    Speed     = 60,
    SpAttack  = 35,
    SpDefense = 40,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 75,
    expYield = 72,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEADFAST, ABILITY_INNER_FOCUS, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_NONE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LUCARIO

    HP        = 70,
    Attack    = 110,
    Defense   = 70,
    Speed     = 90,
    SpAttack  = 115,
    SpDefense = 70,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 204,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEADFAST, ABILITY_INNER_FOCUS, ABILITY_JUSTIFIED},
    #else
        abilities = {ABILITY_NONE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



HIPPOPOTAS

    HP        = 68,
    Attack    = 72,
    Defense   = 78,
    Speed     = 32,
    SpAttack  = 38,
    SpDefense = 42,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 140,
    expYield = 95,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_STREAM, ABILITY_NONE, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_SAND_STREAM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



HIPPOWDON

    HP        = 108,
    Attack    = 112,
    Defense   = 118,
    Speed     = 47,
    SpAttack  = 68,
    SpDefense = 72,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 60,
    expYield = 198,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_STREAM, ABILITY_NONE, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_SAND_STREAM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SKORUPI

    HP        = 40,
    Attack    = 50,
    Defense   = 90,
    Speed     = 65,
    SpAttack  = 30,
    SpDefense = 55,
    type1 = TYPE_POISON,
    type2 = TYPE_BUG,
    catchRate = 120,
    expYield = 114,
    evYield_Defense   = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BATTLE_ARMOR, ABILITY_SNIPER, ABILITY_KEEN_EYE},
    #else
        abilities = {ABILITY_BATTLE_ARMOR, ABILITY_NONE, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



DRAPION

    HP        = 70,
    Attack    = 90,
    Defense   = 110,
    Speed     = 95,
    SpAttack  = 60,
    SpDefense = 75,
    type1 = TYPE_POISON,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 204,
    evYield_Defense   = 2,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BATTLE_ARMOR, ABILITY_SNIPER, ABILITY_KEEN_EYE},
    #else
        abilities = {ABILITY_BATTLE_ARMOR, ABILITY_NONE, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CROAGUNK

    HP        = 48,
    Attack    = 61,
    Defense   = 40,
    Speed     = 50,
    SpAttack  = 61,
    SpDefense = 40,
    type1 = TYPE_POISON,
    type2 = TYPE_FIGHTING,
    catchRate = 140,
    expYield = 83,
    evYield_Attack    = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_BLACK_SLUDGE,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 100,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ANTICIPATION, ABILITY_DRY_SKIN, ABILITY_POISON_TOUCH},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



TOXICROAK

    HP        = 83,
    Attack    = 106,
    Defense   = 65,
    Speed     = 85,
    SpAttack  = 86,
    SpDefense = 65,
    type1 = TYPE_POISON,
    type2 = TYPE_FIGHTING,
    catchRate = 75,
    expYield = 181,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_BLACK_SLUDGE,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ANTICIPATION, ABILITY_DRY_SKIN, ABILITY_POISON_TOUCH},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CARNIVINE

    HP        = 74,
    Attack    = 100,
    Defense   = 72,
    Speed     = 46,
    SpAttack  = 90,
    SpDefense = 72,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 200,
    expYield = 164,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



FINNEON

    HP        = 49,
    Attack    = 49,
    Defense   = 56,
    Speed     = 66,
    SpAttack  = 49,
    SpDefense = 61,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 90,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_STORM_DRAIN, ABILITY_WATER_VEIL},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_WATER_VEIL},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LUMINEON

    HP        = 69,
    Attack    = 69,
    Defense   = 76,
    Speed     = 91,
    SpAttack  = 69,
    SpDefense = 86,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 75,
    expYield = 156,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_STORM_DRAIN, ABILITY_WATER_VEIL},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_WATER_VEIL},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MANTYKE

    HP        = 45,
    Attack    = 20,
    Defense   = 50,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 120,
    type1 = TYPE_WATER,
    type2 = TYPE_FLYING,
    catchRate = 25,
    expYield = 108,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_WATER_ABSORB, ABILITY_WATER_VEIL},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SNOVER

    HP        = 60,
    Attack    = 62,
    Defense   = 50,
    Speed     = 40,
    SpAttack  = 62,
    SpDefense = 60,
    type1 = TYPE_GRASS,
    type2 = TYPE_ICE,
    catchRate = 120,
    expYield = 131,
    evYield_Attack    = 1,
    item2 = ITEM_NEVER_MELT_ICE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_WARNING, ABILITY_NONE, ABILITY_SOUNDPROOF},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SOUNDPROOF},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



ABOMASNOW

    HP        = 90,
    Attack    = 92,
    Defense   = 75,
    Speed     = 60,
    SpAttack  = 92,
    SpDefense = 85,
    type1 = TYPE_GRASS,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 214,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    item2 = ITEM_NEVER_MELT_ICE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_WARNING, ABILITY_NONE, ABILITY_SOUNDPROOF},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SOUNDPROOF},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



WEAVILE

    HP        = 70,
    Attack    = 120,
    Defense   = 65,
    Speed     = 125,
    SpAttack  = 45,
    SpDefense = 85,
    type1 = TYPE_DARK,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 199,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



MAGNEZONE

    HP        = 70,
    Attack    = 70,
    Defense   = 115,
    Speed     = 60,
    SpAttack  = 130,
    SpDefense = 90,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_STEEL,
    catchRate = 30,
    expYield = 211,
    evYield_SpAttack  = 3,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



LICKILICKY

    HP        = 110,
    Attack    = 85,
    Defense   = 95,
    Speed     = 50,
    SpAttack  = 80,
    SpDefense = 95,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 30,
    expYield = 193,
    evYield_HP        = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LAGGING_TAIL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_OWN_TEMPO, ABILITY_OBLIVIOUS, ABILITY_CLOUD_NINE},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



RHYPERIOR

    HP        = 115,
    Attack    = 145,
    Defense   = 135,
    Speed     = 55,
    SpAttack  = 40,
    SpDefense = 55,
    type1 = TYPE_GROUND,
    type2 = TYPE_ROCK,
    catchRate = 30,
    expYield = 217,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_SOLID_ROCK, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



TANGROWTH

    HP        = 100,
    Attack    = 100,
    Defense   = 125,
    Speed     = 50,
    SpAttack  = 110,
    SpDefense = 50,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 30,
    expYield = 211,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_LEAF_GUARD, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ELECTIVIRE

    HP        = 75,
    Attack    = 123,
    Defense   = 85,
    Speed     = 95,
    SpAttack  = 67,
    SpDefense = 95,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 30,
    expYield = 199,
    evYield_Attack    = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ELECTIRIZER,
    #endif
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOTOR_DRIVE, ABILITY_NONE, ABILITY_VITAL_SPIRIT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_VITAL_SPIRIT},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MAGMORTAR

    HP        = 75,
    Attack    = 67,
    Defense   = 83,
    Speed     = 95,
    SpAttack  = 125,
    SpDefense = 95,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 30,
    expYield = 199,
    evYield_SpAttack  = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_MAGMARIZER,
    #endif
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    abilities = {ABILITY_FLAME_BODY, ABILITY_NONE, ABILITY_VITAL_SPIRIT},
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



TOGEKISS

    HP        = 85,
    Attack    = 50,
    Defense   = 95,
    Speed     = 80,
    SpAttack  = 120,
    SpDefense = 115,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_FAIRY,
        type2 = TYPE_FLYING,
    #else
        type1 = TYPE_NORMAL,
        type2 = TYPE_FLYING,
    #endif
    catchRate = 30,
    expYield = 220,
    evYield_SpAttack  = 2,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HUSTLE, ABILITY_SERENE_GRACE, ABILITY_SUPER_LUCK},
    #else
        abilities = {ABILITY_HUSTLE, ABILITY_SERENE_GRACE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,



YANMEGA

    HP        = 86,
    Attack    = 76,
    Defense   = 86,
    Speed     = 95,
    SpAttack  = 116,
    SpDefense = 56,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 30,
    expYield = 198,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_WIDE_LENS,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SPEED_BOOST, ABILITY_TINTED_LENS, ABILITY_FRISK},
    #else
        abilities = {ABILITY_SPEED_BOOST, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



LEAFEON

    HP        = 65,
    Attack    = 110,
    Defense   = 130,
    Speed     = 95,
    SpAttack  = 60,
    SpDefense = 65,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 196,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_LEAF_GUARD, ABILITY_CHLOROPHYLL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_CHLOROPHYLL},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



GLACEON

    HP        = 65,
    Attack    = 60,
    Defense   = 110,
    Speed     = 65,
    SpAttack  = 130,
    SpDefense = 95,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 196,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_CLOAK, ABILITY_SNOW_CLOAK, ABILITY_ICE_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GLISCOR

    HP        = 75,
    Attack    = 95,
    Defense   = 125,
    Speed     = 95,
    SpAttack  = 45,
    SpDefense = 75,
    type1 = TYPE_GROUND,
    type2 = TYPE_FLYING,
    catchRate = 30,
    expYield = 192,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SAND_VEIL, ABILITY_POISON_HEAL},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_SAND_VEIL},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MAMOSWINE

    HP        = 110,
    Attack    = 130,
    Defense   = 90,
    Speed     = 80,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_ICE,
    type2 = TYPE_GROUND,
    catchRate = 50,
    expYield = 207,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OBLIVIOUS, ABILITY_SNOW_CLOAK, ABILITY_THICK_FAT},
    #else
        abilities = {ABILITY_OBLIVIOUS, ABILITY_NONE, ABILITY_THICK_FAT},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PORYGON_Z

    HP        = 85,
    Attack    = 80,
    Defense   = 70,
    Speed     = 90,
    SpAttack  = 145,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 30,
    expYield = 185,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_DOWNLOAD, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



GALLADE

    HP        = 68,
    Attack    = 125,
    Defense   = 65,
    Speed     = 80,
    SpAttack  = 65,
    SpDefense = 115,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 208,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    #else
        eggGroup1 = EGG_GROUP_AMORPHOUS,
    #endif
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEADFAST, ABILITY_NONE, ABILITY_JUSTIFIED},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



PROBOPASS

    HP        = 60,
    Attack    = 55,
    Defense   = 145,
    Speed     = 40,
    SpAttack  = 75,
    SpDefense = 150,
    type1 = TYPE_ROCK,
    type2 = TYPE_STEEL,
    catchRate = 60,
    expYield = 198,
    evYield_Defense   = 1,
    evYield_SpDefense = 2,
    item2 = ITEM_MAGNET,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_MAGNET_PULL, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STURDY, ABILITY_MAGNET_PULL},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



DUSKNOIR

    HP        = 45,
    Attack    = 100,
    Defense   = 135,
    Speed     = 45,
    SpAttack  = 65,
    SpDefense = 135,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 210,
    evYield_Defense   = 1,
    evYield_SpDefense = 2,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_FRISK},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



FROSLASS

    HP        = 70,
    Attack    = 80,
    Defense   = 70,
    Speed     = 110,
    SpAttack  = 80,
    SpDefense = 70,
    type1 = TYPE_ICE,
    type2 = TYPE_GHOST,
    catchRate = 75,
    expYield = 187,
    evYield_Speed     = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_CLOAK, ABILITY_NONE, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



ROTOM

    HP        = 50,
    Attack    = 50,
    Defense   = 77,
    Speed     = 91,
    SpAttack  = 95,
    SpDefense = 77,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 132,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



UXIE

    HP        = 75,
    Attack    = 75,
    Defense   = 130,
    Speed     = 95,
    SpAttack  = 75,
    SpDefense = 130,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 230,
    evYield_Defense   = 2,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 140,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MESPRIT

    HP        = 80,
    Attack    = 105,
    Defense   = 105,
    Speed     = 80,
    SpAttack  = 105,
    SpDefense = 105,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 230,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 140,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



AZELF

    HP        = 75,
    Attack    = 125,
    Defense   = 70,
    Speed     = 115,
    SpAttack  = 125,
    SpDefense = 70,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 230,
    evYield_Attack    = 2,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 140,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DIALGA

    HP        = 100,
    Attack    = 120,
    Defense   = 120,
    Speed     = 90,
    SpAttack  = 150,
    SpDefense = 100,
    type1 = TYPE_STEEL,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 306,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



PALKIA

    HP        = 90,
    Attack    = 120,
    Defense   = 100,
    Speed     = 100,
    SpAttack  = 150,
    SpDefense = 120,
    type1 = TYPE_WATER,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 306,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



HEATRAN

    HP        = 91,
    Attack    = 90,
    Defense   = 106,
    Speed     = 77,
    SpAttack  = 130,
    SpDefense = 106,
    type1 = TYPE_FIRE,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 215,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_FLASH_FIRE, ABILITY_NONE, ABILITY_FLAME_BODY},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



REGIGIGAS

    HP        = 110,
    Attack    = 160,
    Defense   = 110,
    Speed     = 100,
    SpAttack  = 80,
    SpDefense = 110,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 3,
    expYield = 302,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SLOW_START, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



GIRATINA

    HP        = 150,
    Attack    = 100,
    Defense   = 120,
    Speed     = 90,
    SpAttack  = 100,
    SpDefense = 120,
    type1 = TYPE_GHOST,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 306,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



CRESSELIA

    HP        = 120,
    Attack    = 70,
    Defense   = 120,
    Speed     = 85,
    SpAttack  = 75,
    SpDefense = 130,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 210,
    evYield_SpDefense = 3,
    genderRatio = MON_FEMALE,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PHIONE

    HP        = 80,
    Attack    = 80,
    Defense   = 80,
    Speed     = 80,
    SpAttack  = 80,
    SpDefense = 80,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 30,
    expYield = 165,
    evYield_HP        = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYDRATION, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MANAPHY

    HP        = 100,
    Attack    = 100,
    Defense   = 100,
    Speed     = 100,
    SpAttack  = 100,
    SpDefense = 100,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 3,
    expYield = 240,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYDRATION, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DARKRAI

    HP        = 90,
    Attack    = 70,
    Defense   = 90,
    Speed     = 125,
    SpAttack  = 135,
    SpDefense = 90,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 3,
    expYield = 240,
    evYield_Speed     = 1,
    evYield_SpAttack  = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BAD_DREAMS, ABILITY_BAD_DREAMS},
    #else
        abilities = {ABILITY_BAD_DREAMS, ABILITY_BAD_DREAMS},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



SHAYMIN

    HP        = 100,
    Attack    = 100,
    Defense   = 100,
    Speed     = 100,
    SpAttack  = 100,
    SpDefense = 100,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 219,
    evYield_HP        = 3,
    item1 = ITEM_LUM_BERRY,
    item2 = ITEM_LUM_BERRY,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_NATURAL_CURE, ABILITY_NONE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ARCEUS

    HP        = 120,
    Attack    = 120,
    Defense   = 120,
    Speed     = 120,
    SpAttack  = 120,
    SpDefense = 120,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 3,
    expYield = 324,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MULTITYPE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



VICTINI

    HP        = 100,
    Attack    = 125,
    Defense   = 100,
    Speed     = 125,
    SpAttack  = 50,
    SpDefense = 100,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FIRE,
    catchRate = 3,
    expYield = 219,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VICTORY_STAR, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SNIVY

    HP        = 45,
    Attack    = 45,
    Defense   = 55,
    Speed     = 63,
    SpAttack  = 45,
    SpDefense = 55,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 62,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SERVINE

    HP        = 60,
    Attack    = 60,
    Defense   = 75,
    Speed     = 83,
    SpAttack  = 60,
    SpDefense = 75,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 145,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SERPERIOR

    HP        = 75,
    Attack    = 75,
    Defense   = 95,
    Speed     = 113,
    SpAttack  = 75,
    SpDefense = 95,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 208,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



TEPIG

    HP        = 65,
    Attack    = 63,
    Defense   = 45,
    Speed     = 45,
    SpAttack  = 45,
    SpDefense = 45,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 62,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_THICK_FAT},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



PIGNITE

    HP        = 90,
    Attack    = 93,
    Defense   = 55,
    Speed     = 55,
    SpAttack  = 70,
    SpDefense = 55,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 146,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_THICK_FAT},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



EMBOAR

    HP        = 110,
    Attack    = 123,
    Defense   = 65,
    Speed     = 65,
    SpAttack  = 100,
    SpDefense = 65,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 208,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



OSHAWOTT

    HP        = 55,
    Attack    = 55,
    Defense   = 45,
    Speed     = 45,
    SpAttack  = 63,
    SpDefense = 45,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 62,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_SHELL_ARMOR},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DEWOTT

    HP        = 75,
    Attack    = 75,
    Defense   = 60,
    Speed     = 60,
    SpAttack  = 83,
    SpDefense = 60,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 145,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_SHELL_ARMOR},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SAMUROTT

    HP        = 95,
    Attack    = 100,
    Defense   = 85,
    Speed     = 70,
    SpAttack  = 108,
    SpDefense = 70,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 208,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_SHELL_ARMOR},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



PATRAT

    HP        = 45,
    Attack    = 55,
    Defense   = 39,
    Speed     = 42,
    SpAttack  = 35,
    SpDefense = 39,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 51,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_KEEN_EYE, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



WATCHOG

    HP        = 60,
    Attack    = 85,
    Defense   = 69,
    Speed     = 77,
    SpAttack  = 60,
    SpDefense = 69,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 147,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ILLUMINATE, ABILITY_KEEN_EYE, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_ILLUMINATE, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LILLIPUP

    HP        = 45,
    Attack    = 60,
    Defense   = 45,
    Speed     = 55,
    SpAttack  = 25,
    SpDefense = 45,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 55,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_VITAL_SPIRIT, ABILITY_PICKUP, ABILITY_RUN_AWAY},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



HERDIER

    HP        = 65,
    Attack    = 80,
    Defense   = 65,
    Speed     = 60,
    SpAttack  = 35,
    SpDefense = 65,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 120,
    expYield = 130,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_SAND_RUSH, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



STOUTLAND

    HP        = 85,
    Defense   = 90,
    Speed     = 80,
    SpAttack  = 45,
    SpDefense = 90,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 110,
    #else
        Attack    = 100,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 195,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_SAND_RUSH, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



PURRLOIN

    HP        = 41,
    Attack    = 50,
    Defense   = 37,
    Speed     = 66,
    SpAttack  = 50,
    SpDefense = 37,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 255,
    expYield = 56,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIMBER, ABILITY_UNBURDEN, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_LIMBER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



LIEPARD

    HP        = 64,
    Attack    = 88,
    Defense   = 50,
    Speed     = 106,
    SpAttack  = 88,
    SpDefense = 50,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 90,
    expYield = 156,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIMBER, ABILITY_UNBURDEN, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_LIMBER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



PANSAGE

    HP        = 50,
    Attack    = 53,
    Defense   = 48,
    Speed     = 64,
    SpAttack  = 53,
    SpDefense = 48,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 63,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_NONE, ABILITY_OVERGROW},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_OVERGROW},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SIMISAGE

    HP        = 75,
    Attack    = 98,
    Defense   = 63,
    Speed     = 101,
    SpAttack  = 98,
    SpDefense = 63,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 75,
    expYield = 174,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_NONE, ABILITY_OVERGROW},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_OVERGROW},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



PANSEAR

    HP        = 50,
    Attack    = 53,
    Defense   = 48,
    Speed     = 64,
    SpAttack  = 53,
    SpDefense = 48,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 190,
    expYield = 63,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_NONE, ABILITY_BLAZE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_BLAZE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



SIMISEAR

    HP        = 75,
    Attack    = 98,
    Defense   = 63,
    Speed     = 101,
    SpAttack  = 98,
    SpDefense = 63,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 75,
    expYield = 174,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_NONE, ABILITY_BLAZE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_BLAZE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



PANPOUR

    HP        = 50,
    Attack    = 53,
    Defense   = 48,
    Speed     = 64,
    SpAttack  = 53,
    SpDefense = 48,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 63,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_NONE, ABILITY_TORRENT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_TORRENT},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SIMIPOUR

    HP        = 75,
    Attack    = 98,
    Defense   = 63,
    Speed     = 101,
    SpAttack  = 98,
    SpDefense = 63,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 75,
    expYield = 174,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_NONE, ABILITY_TORRENT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_TORRENT},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MUNNA

    HP        = 76,
    Attack    = 25,
    Defense   = 45,
    Speed     = 24,
    SpAttack  = 67,
    SpDefense = 55,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 58,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FOREWARN, ABILITY_SYNCHRONIZE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_NONE, ABILITY_SYNCHRONIZE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



MUSHARNA

    HP        = 116,
    Attack    = 55,
    Defense   = 85,
    Speed     = 29,
    SpAttack  = 107,
    SpDefense = 95,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 170,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    #else
        abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



PIDOVE

    HP        = 50,
    Attack    = 55,
    Defense   = 50,
    Speed     = 43,
    SpAttack  = 36,
    SpDefense = 30,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 53,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BIG_PECKS, ABILITY_SUPER_LUCK, ABILITY_RIVALRY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



TRANQUILL

    HP        = 62,
    Attack    = 77,
    Defense   = 62,
    Speed     = 65,
    SpAttack  = 50,
    SpDefense = 42,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 125,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BIG_PECKS, ABILITY_SUPER_LUCK, ABILITY_RIVALRY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



UNFEZANT

    HP        = 80,
    Defense   = 80,
    Speed     = 93,
    SpAttack  = 65,
    SpDefense = 55,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 115,
    #else
        Attack    = 105,
    #endif
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 190,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BIG_PECKS, ABILITY_SUPER_LUCK, ABILITY_RIVALRY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



BLITZLE

    HP        = 45,
    Attack    = 60,
    Defense   = 32,
    Speed     = 76,
    SpAttack  = 50,
    SpDefense = 32,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 190,
    expYield = 59,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_MOTOR_DRIVE, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



ZEBSTRIKA

    HP        = 75,
    Attack    = 100,
    Defense   = 63,
    Speed     = 116,
    SpAttack  = 80,
    SpDefense = 63,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 75,
    expYield = 174,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_MOTOR_DRIVE, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



ROGGENROLA

    HP        = 55,
    Attack    = 75,
    Defense   = 85,
    Speed     = 15,
    SpAttack  = 25,
    SpDefense = 25,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 255,
    expYield = 56,
    evYield_Defense   = 1,
    item1 = ITEM_EVERSTONE,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_WEAK_ARMOR, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STURDY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BOLDORE

    HP        = 70,
    Attack    = 105,
    Defense   = 105,
    Speed     = 20,
    SpAttack  = 50,
    SpDefense = 40,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 120,
    expYield = 137,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    item1 = ITEM_EVERSTONE,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_WEAK_ARMOR, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STURDY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GIGALITH

    HP        = 85,
    Attack    = 135,
    Defense   = 130,
    Speed     = 25,
    SpAttack  = 60,
    #if P_UPDATED_STATS >= GEN_6
        SpDefense = 80,
    #else
        SpDefense = 70,
    #endif
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 45,
    expYield = 202,
    evYield_Attack    = 3,
    item1 = ITEM_EVERSTONE,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_SAND_STREAM, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STURDY, ABILITY_SAND_STREAM},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



WOOBAT

    Attack    = 45,
    Defense   = 43,
    Speed     = 72,
    SpAttack  = 55,
    SpDefense = 43,
    #if P_UPDATED_STATS >= GEN_7
        HP        = 65,
    #else
        HP        = 55,
    #endif
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 190,
    expYield = 65,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_UNAWARE, ABILITY_KLUTZ, ABILITY_SIMPLE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SWOOBAT

    HP        = 67,
    Attack    = 57,
    Defense   = 55,
    Speed     = 114,
    SpAttack  = 77,
    SpDefense = 55,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 149,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_UNAWARE, ABILITY_KLUTZ, ABILITY_SIMPLE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DRILBUR

    HP        = 60,
    Attack    = 85,
    Defense   = 40,
    Speed     = 68,
    SpAttack  = 30,
    SpDefense = 45,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 120,
    expYield = 66,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_RUSH, ABILITY_SAND_FORCE, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



EXCADRILL

    HP        = 110,
    Attack    = 135,
    Defense   = 60,
    Speed     = 88,
    SpAttack  = 50,
    SpDefense = 65,
    type1 = TYPE_GROUND,
    type2 = TYPE_STEEL,
    catchRate = 60,
    expYield = 178,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_RUSH, ABILITY_SAND_FORCE, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



AUDINO

    HP        = 103,
    Attack    = 60,
    Defense   = 86,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 86,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 255,
    evYield_HP        = 2,
    item1 = ITEM_ORAN_BERRY,
    item2 = ITEM_SITRUS_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HEALER, ABILITY_REGENERATOR, ABILITY_KLUTZ},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



TIMBURR

    HP        = 75,
    Attack    = 80,
    Defense   = 55,
    Speed     = 35,
    SpAttack  = 25,
    SpDefense = 35,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 180,
    expYield = 61,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_SHEER_FORCE, ABILITY_IRON_FIST},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



GURDURR

    HP        = 85,
    Attack    = 105,
    Defense   = 85,
    Speed     = 40,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 90,
    expYield = 142,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_SHEER_FORCE, ABILITY_IRON_FIST},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



CONKELDURR

    HP        = 105,
    Attack    = 140,
    Defense   = 95,
    Speed     = 45,
    SpAttack  = 55,
    SpDefense = 65,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 207,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_SHEER_FORCE, ABILITY_IRON_FIST},
    #else
        abilities = {ABILITY_GUTS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



TYMPOLE

    HP        = 50,
    Attack    = 50,
    Defense   = 40,
    Speed     = 64,
    SpAttack  = 50,
    SpDefense = 40,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 255,
    expYield = 59,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_HYDRATION, ABILITY_WATER_ABSORB},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_WATER_ABSORB},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



PALPITOAD

    HP        = 75,
    Attack    = 65,
    Defense   = 55,
    Speed     = 69,
    SpAttack  = 65,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 120,
    expYield = 134,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_HYDRATION, ABILITY_WATER_ABSORB},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_WATER_ABSORB},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SEISMITOAD

    HP        = 105,
    Defense   = 75,
    Speed     = 74,
    SpAttack  = 85,
    SpDefense = 75,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 95,
    #else
        Attack    = 85,
    #endif
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 199,
    evYield_HP        = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_POISON_TOUCH, ABILITY_WATER_ABSORB},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_WATER_ABSORB},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



THROH

    HP        = 120,
    Attack    = 100,
    Defense   = 85,
    Speed     = 45,
    SpAttack  = 30,
    SpDefense = 85,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 163,
    evYield_HP        = 2,
    item2 = ITEM_BLACK_BELT,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_INNER_FOCUS, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_GUTS, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SAWK

    HP        = 75,
    Attack    = 125,
    Defense   = 75,
    Speed     = 85,
    SpAttack  = 30,
    SpDefense = 75,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 163,
    evYield_Attack    = 2,
    item2 = ITEM_BLACK_BELT,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_INNER_FOCUS, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_STURDY, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



SEWADDLE

    HP        = 45,
    Attack    = 53,
    Defense   = 70,
    Speed     = 42,
    SpAttack  = 40,
    SpDefense = 60,
    type1 = TYPE_BUG,
    type2 = TYPE_GRASS,
    catchRate = 255,
    expYield = 62,
    evYield_Defense   = 1,
    item2 = ITEM_MENTAL_HERB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_CHLOROPHYLL, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_SWARM, ABILITY_CHLOROPHYLL},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SWADLOON

    HP        = 55,
    Attack    = 63,
    Defense   = 90,
    Speed     = 42,
    SpAttack  = 50,
    SpDefense = 80,
    type1 = TYPE_BUG,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 133,
    evYield_Defense   = 2,
    item2 = ITEM_MENTAL_HERB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_CHLOROPHYLL, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_CHLOROPHYLL},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



LEAVANNY

    HP        = 75,
    Attack    = 103,
    Defense   = 80,
    Speed     = 92,
    SpAttack  = 70,
    #if P_UPDATED_STATS >= GEN_6
        SpDefense = 80,
    #else
        SpDefense = 70,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 195,
    evYield_Attack    = 3,
    item2 = ITEM_MENTAL_HERB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_CHLOROPHYLL, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_SWARM, ABILITY_CHLOROPHYLL},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



VENIPEDE

    HP        = 30,
    Attack    = 45,
    Defense   = 59,
    Speed     = 57,
    SpAttack  = 30,
    SpDefense = 39,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 255,
    expYield = 52,
    evYield_Defense   = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #if P_UPDATED_ABILITIES >= GEN_6
        abilities = {ABILITY_POISON_POINT, ABILITY_SWARM, ABILITY_SPEED_BOOST},
    #else
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_POISON_POINT, ABILITY_SWARM, ABILITY_QUICK_FEET},
        #else
            abilities = {ABILITY_POISON_POINT, ABILITY_SWARM},
        #endif
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



WHIRLIPEDE

    HP        = 40,
    Attack    = 55,
    Defense   = 99,
    Speed     = 47,
    SpAttack  = 40,
    SpDefense = 79,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 120,
    expYield = 126,
    evYield_Defense   = 2,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #if P_UPDATED_ABILITIES >= GEN_6
        abilities = {ABILITY_POISON_POINT, ABILITY_SWARM, ABILITY_SPEED_BOOST},
    #else
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_POISON_POINT, ABILITY_SWARM, ABILITY_QUICK_FEET},
        #else
            abilities = {ABILITY_POISON_POINT, ABILITY_SWARM},
        #endif
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SCOLIPEDE

    HP        = 60,
    Defense   = 89,
    Speed     = 112,
    SpAttack  = 55,
    SpDefense = 69,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 100,
    #else
        Attack    = 90,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 188,
    evYield_Speed     = 3,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #if P_UPDATED_ABILITIES >= GEN_6
        abilities = {ABILITY_POISON_POINT, ABILITY_SWARM, ABILITY_SPEED_BOOST},
    #else
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_POISON_POINT, ABILITY_SWARM, ABILITY_QUICK_FEET},
        #else
            abilities = {ABILITY_POISON_POINT, ABILITY_SWARM},
        #endif
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



COTTONEE

    HP        = 40,
    Attack    = 27,
    Defense   = 60,
    Speed     = 66,
    SpAttack  = 37,
    SpDefense = 50,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_GRASS,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_GRASS,
        type2 = TYPE_GRASS,
    #endif
    catchRate = 190,
    expYield = 56,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_INFILTRATOR, ABILITY_CHLOROPHYLL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_CHLOROPHYLL},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



WHIMSICOTT

    HP        = 60,
    Attack    = 67,
    Defense   = 85,
    Speed     = 116,
    SpAttack  = 77,
    SpDefense = 75,
    #if P_UPDATED_TYPES >= GEN_6
        type1 = TYPE_GRASS,
        type2 = TYPE_FAIRY,
    #else
        type1 = TYPE_GRASS,
        type2 = TYPE_GRASS,
    #endif
    catchRate = 75,
    expYield = 168,
    evYield_Speed     = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_INFILTRATOR, ABILITY_CHLOROPHYLL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_CHLOROPHYLL},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



PETILIL

    HP        = 45,
    Attack    = 35,
    Defense   = 50,
    Speed     = 30,
    SpAttack  = 70,
    SpDefense = 50,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 56,
    evYield_SpAttack  = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_OWN_TEMPO, ABILITY_LEAF_GUARD},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



LILLIGANT

    HP        = 70,
    Attack    = 60,
    Defense   = 75,
    Speed     = 90,
    SpAttack  = 110,
    SpDefense = 75,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 75,
    expYield = 168,
    evYield_SpAttack  = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_OWN_TEMPO, ABILITY_LEAF_GUARD},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



BASCULIN

    HP        = 70,
    Attack    = 92,
    Defense   = 65,
    Speed     = 98,
    SpAttack  = 80,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 25,
    expYield = 161,
    evYield_Speed     = 2,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RECKLESS, ABILITY_ADAPTABILITY, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SANDILE

    HP        = 50,
    Attack    = 72,
    Defense   = 35,
    Speed     = 65,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_GROUND,
    type2 = TYPE_DARK,
    catchRate = 180,
    expYield = 58,
    evYield_Attack    = 1,
    item2 = ITEM_BLACK_GLASSES,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_MOXIE, ABILITY_ANGER_POINT},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KROKOROK

    HP        = 60,
    Attack    = 82,
    Defense   = 45,
    Speed     = 74,
    SpAttack  = 45,
    SpDefense = 45,
    type1 = TYPE_GROUND,
    type2 = TYPE_DARK,
    catchRate = 90,
    expYield = 123,
    evYield_Attack    = 2,
    item2 = ITEM_BLACK_GLASSES,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_MOXIE, ABILITY_ANGER_POINT},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KROOKODILE

    HP        = 95,
    Attack    = 117,
    Speed     = 92,
    SpAttack  = 65,
    SpDefense = 70,
    #if P_UPDATED_STATS >= GEN_6
        Defense   = 80,
    #else
        Defense   = 70,
    #endif
    type1 = TYPE_GROUND,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 204,
    evYield_Attack    = 3,
    item1 = ITEM_BLACK_GLASSES,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_MOXIE, ABILITY_ANGER_POINT},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DARUMAKA

    HP        = 70,
    Attack    = 90,
    Defense   = 45,
    Speed     = 50,
    SpAttack  = 15,
    SpDefense = 45,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 120,
    expYield = 63,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_HUSTLE, ABILITY_NONE, ABILITY_INNER_FOCUS},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DARMANITAN

    HP        = 105,
    Attack    = 140,
    Defense   = 65,
    Speed     = 95,
    SpAttack  = 30,
    SpDefense = 65,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 60,
    expYield = 198,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_NONE, ABILITY_ZEN_MODE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



MARACTUS

    HP        = 75,
    Attack    = 86,
    Defense   = 67,
    Speed     = 60,
    SpAttack  = 106,
    SpDefense = 67,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 255,
    expYield = 161,
    evYield_SpAttack  = 2,
    item2 = ITEM_MIRACLE_SEED,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_ABSORB, ABILITY_CHLOROPHYLL, ABILITY_STORM_DRAIN},
    #else
        abilities = {ABILITY_WATER_ABSORB, ABILITY_CHLOROPHYLL},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



DWEBBLE

    HP        = 50,
    Attack    = 65,
    Defense   = 85,
    Speed     = 55,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_BUG,
    type2 = TYPE_ROCK,
    catchRate = 190,
    expYield = 65,
    evYield_Defense   = 1,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_SHELL_ARMOR, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_STURDY, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CRUSTLE

    HP        = 70,
    Defense   = 125,
    Speed     = 45,
    SpAttack  = 65,
    SpDefense = 75,
    #if P_UPDATED_STATS >= GEN_7
        Attack    = 105,
    #else
        Attack    = 95,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_ROCK,
    catchRate = 75,
    expYield = 170,
    evYield_Defense   = 2,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STURDY, ABILITY_SHELL_ARMOR, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_STURDY, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SCRAGGY

    HP        = 50,
    Attack    = 75,
    Defense   = 70,
    Speed     = 48,
    SpAttack  = 35,
    SpDefense = 70,
    type1 = TYPE_DARK,
    type2 = TYPE_FIGHTING,
    catchRate = 180,
    expYield = 70,
    evYield_Attack    = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHED_SKIN, ABILITY_MOXIE, ABILITY_INTIMIDATE},
    #else
        abilities = {ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_INTIMIDATE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SCRAFTY

    HP        = 65,
    Attack    = 90,
    Defense   = 115,
    Speed     = 58,
    SpAttack  = 45,
    SpDefense = 115,
    type1 = TYPE_DARK,
    type2 = TYPE_FIGHTING,
    catchRate = 90,
    expYield = 171,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHED_SKIN, ABILITY_MOXIE, ABILITY_INTIMIDATE},
    #else
        abilities = {ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_INTIMIDATE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SIGILYPH

    HP        = 72,
    Attack    = 58,
    Defense   = 80,
    Speed     = 97,
    SpAttack  = 103,
    SpDefense = 80,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 172,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WONDER_SKIN, ABILITY_MAGIC_GUARD, ABILITY_TINTED_LENS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



YAMASK

    HP        = 38,
    Attack    = 30,
    Defense   = 85,
    Speed     = 30,
    SpAttack  = 55,
    SpDefense = 65,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 190,
    expYield = 61,
    evYield_Defense   = 1,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MUMMY, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



COFAGRIGUS

    HP        = 58,
    Attack    = 50,
    Defense   = 145,
    Speed     = 30,
    SpAttack  = 95,
    SpDefense = 105,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 90,
    expYield = 169,
    evYield_Defense   = 2,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MUMMY, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



TIRTOUGA

    HP        = 54,
    Attack    = 78,
    Defense   = 103,
    Speed     = 22,
    SpAttack  = 53,
    SpDefense = 45,
    type1 = TYPE_WATER,
    type2 = TYPE_ROCK,
    catchRate = 45,
    expYield = 71,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOLID_ROCK, ABILITY_STURDY, ABILITY_SWIFT_SWIM},
    #else
        abilities = {ABILITY_NONE, ABILITY_STURDY, ABILITY_SWIFT_SWIM},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CARRACOSTA

    HP        = 74,
    Attack    = 108,
    Defense   = 133,
    Speed     = 32,
    SpAttack  = 83,
    SpDefense = 65,
    type1 = TYPE_WATER,
    type2 = TYPE_ROCK,
    catchRate = 45,
    expYield = 173,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOLID_ROCK, ABILITY_STURDY, ABILITY_SWIFT_SWIM},
    #else
        abilities = {ABILITY_NONE, ABILITY_STURDY, ABILITY_SWIFT_SWIM},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ARCHEN

    HP        = 55,
    Attack    = 112,
    Defense   = 45,
    Speed     = 70,
    SpAttack  = 74,
    SpDefense = 45,
    type1 = TYPE_ROCK,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 71,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DEFEATIST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ARCHEOPS

    HP        = 75,
    Attack    = 140,
    Defense   = 65,
    Speed     = 110,
    SpAttack  = 112,
    SpDefense = 65,
    type1 = TYPE_ROCK,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 203,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DEFEATIST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



TRUBBISH

    HP        = 50,
    Attack    = 50,
    Defense   = 62,
    Speed     = 65,
    SpAttack  = 40,
    SpDefense = 62,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 190,
    expYield = 66,
    evYield_Speed     = 1,
    item2 = ITEM_SILK_SCARF,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STENCH, ABILITY_STICKY_HOLD, ABILITY_AFTERMATH},
    #else
        abilities = {ABILITY_STENCH, ABILITY_STICKY_HOLD},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



GARBODOR

    HP        = 80,
    Attack    = 95,
    Defense   = 82,
    Speed     = 75,
    SpAttack  = 60,
    SpDefense = 82,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 60,
    expYield = 166,
    evYield_Attack    = 2,
    item1 = ITEM_SILK_SCARF,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_BLACK_SLUDGE,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STENCH, ABILITY_WEAK_ARMOR, ABILITY_AFTERMATH},
    #else
        abilities = {ABILITY_STENCH, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



ZORUA

    HP        = 40,
    Attack    = 65,
    Defense   = 40,
    Speed     = 65,
    SpAttack  = 80,
    SpDefense = 40,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 75,
    expYield = 66,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ILLUSION, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



ZOROARK

    HP        = 60,
    Attack    = 105,
    Defense   = 60,
    Speed     = 105,
    SpAttack  = 120,
    SpDefense = 60,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 179,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ILLUSION, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MINCCINO

    HP        = 55,
    Attack    = 50,
    Defense   = 40,
    Speed     = 75,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 60,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_TECHNICIAN, ABILITY_SKILL_LINK},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



CINCCINO

    HP        = 75,
    Attack    = 95,
    Defense   = 60,
    Speed     = 115,
    SpAttack  = 65,
    SpDefense = 60,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 60,
    expYield = 165,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_TECHNICIAN, ABILITY_SKILL_LINK},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



GOTHITA

    HP        = 45,
    Attack    = 30,
    Defense   = 50,
    Speed     = 45,
    SpAttack  = 55,
    SpDefense = 65,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 200,
    expYield = 58,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FRISK, ABILITY_COMPETITIVE, ABILITY_SHADOW_TAG},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SHADOW_TAG},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GOTHORITA

    HP        = 60,
    Attack    = 45,
    Defense   = 70,
    Speed     = 55,
    SpAttack  = 75,
    SpDefense = 85,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 100,
    expYield = 137,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FRISK, ABILITY_COMPETITIVE, ABILITY_SHADOW_TAG},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SHADOW_TAG},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GOTHITELLE

    HP        = 70,
    Attack    = 55,
    Defense   = 95,
    Speed     = 65,
    SpAttack  = 95,
    SpDefense = 110,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 50,
    expYield = 191,
    evYield_SpDefense = 3,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FRISK, ABILITY_COMPETITIVE, ABILITY_SHADOW_TAG},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SHADOW_TAG},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SOLOSIS

    HP        = 45,
    Attack    = 30,
    Defense   = 40,
    Speed     = 20,
    SpAttack  = 105,
    SpDefense = 50,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 200,
    expYield = 58,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERCOAT, ABILITY_MAGIC_GUARD, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



DUOSION

    HP        = 65,
    Attack    = 40,
    Defense   = 50,
    Speed     = 30,
    SpAttack  = 125,
    SpDefense = 60,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 100,
    expYield = 130,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERCOAT, ABILITY_MAGIC_GUARD, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



REUNICLUS

    HP        = 110,
    Attack    = 65,
    Defense   = 75,
    Speed     = 30,
    SpAttack  = 125,
    SpDefense = 85,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 50,
    expYield = 191,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERCOAT, ABILITY_MAGIC_GUARD, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



DUCKLETT

    HP        = 62,
    Attack    = 44,
    Defense   = 50,
    Speed     = 55,
    SpAttack  = 44,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_FLYING,
    catchRate = 190,
    expYield = 61,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_BIG_PECKS, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SWANNA

    HP        = 75,
    Attack    = 87,
    Defense   = 63,
    Speed     = 98,
    SpAttack  = 87,
    SpDefense = 63,
    type1 = TYPE_WATER,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 166,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_BIG_PECKS, ABILITY_HYDRATION},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



VANILLITE

    HP        = 36,
    Attack    = 50,
    Defense   = 50,
    Speed     = 44,
    SpAttack  = 65,
    SpDefense = 60,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 255,
    expYield = 61,
    evYield_SpAttack  = 1,
    item2 = ITEM_NEVER_MELT_ICE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ICE_BODY, ABILITY_SNOW_CLOAK, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



VANILLISH

    HP        = 51,
    Attack    = 65,
    Defense   = 65,
    Speed     = 59,
    SpAttack  = 80,
    SpDefense = 75,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 120,
    expYield = 138,
    evYield_SpAttack  = 2,
    item2 = ITEM_NEVER_MELT_ICE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ICE_BODY, ABILITY_SNOW_CLOAK, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



VANILLUXE

    HP        = 71,
    Attack    = 95,
    Defense   = 85,
    Speed     = 79,
    SpAttack  = 110,
    SpDefense = 95,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 211,
    evYield_SpAttack  = 3,
    item1 = ITEM_NEVER_MELT_ICE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ICE_BODY, ABILITY_SNOW_WARNING, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



DEERLING

    HP        = 60,
    Attack    = 60,
    Defense   = 50,
    Speed     = 75,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_NORMAL,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 67,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_SAP_SIPPER, ABILITY_SERENE_GRACE},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_SERENE_GRACE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



SAWSBUCK

    HP        = 80,
    Attack    = 100,
    Defense   = 70,
    Speed     = 95,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_NORMAL,
    type2 = TYPE_GRASS,
    catchRate = 75,
    expYield = 166,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_SAP_SIPPER, ABILITY_SERENE_GRACE},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_SERENE_GRACE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



EMOLGA

    HP        = 55,
    Attack    = 75,
    Defense   = 60,
    Speed     = 103,
    SpAttack  = 75,
    SpDefense = 60,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FLYING,
    catchRate = 200,
    expYield = 150,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STATIC, ABILITY_NONE, ABILITY_MOTOR_DRIVE},
    #else
        abilities = {ABILITY_STATIC, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



KARRABLAST

    HP        = 50,
    Attack    = 75,
    Defense   = 45,
    Speed     = 60,
    SpAttack  = 40,
    SpDefense = 45,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 200,
    expYield = 63,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_SHED_SKIN, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_SWARM, ABILITY_SHED_SKIN},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ESCAVALIER

    HP        = 70,
    Attack    = 135,
    Defense   = 105,
    Speed     = 20,
    SpAttack  = 60,
    SpDefense = 105,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 75,
    expYield = 183,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_SHELL_ARMOR, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_SWARM, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



FOONGUS

    HP        = 69,
    Attack    = 55,
    Defense   = 45,
    Speed     = 15,
    SpAttack  = 55,
    SpDefense = 55,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 190,
    expYield = 59,
    evYield_HP        = 1,
    item1 = ITEM_TINY_MUSHROOM,
    item2 = ITEM_BIG_MUSHROOM,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_NONE, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



AMOONGUSS

    HP        = 114,
    Attack    = 85,
    Defense   = 70,
    Speed     = 30,
    SpAttack  = 85,
    SpDefense = 80,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 75,
    expYield = 172,
    evYield_HP        = 2,
    item1 = ITEM_TINY_MUSHROOM,
    item2 = ITEM_BIG_MUSHROOM,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_NONE, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_EFFECT_SPORE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,



FRILLISH

    HP        = 55,
    Attack    = 40,
    Defense   = 50,
    Speed     = 40,
    SpAttack  = 65,
    SpDefense = 85,
    type1 = TYPE_WATER,
    type2 = TYPE_GHOST,
    catchRate = 190,
    expYield = 67,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_ABSORB, ABILITY_CURSED_BODY, ABILITY_DAMP},
    #else
        abilities = {ABILITY_WATER_ABSORB, ABILITY_NONE, ABILITY_DAMP},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



JELLICENT

    HP        = 100,
    Attack    = 60,
    Defense   = 70,
    Speed     = 60,
    SpAttack  = 85,
    SpDefense = 105,
    type1 = TYPE_WATER,
    type2 = TYPE_GHOST,
    catchRate = 60,
    expYield = 168,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_ABSORB, ABILITY_CURSED_BODY, ABILITY_DAMP},
    #else
        abilities = {ABILITY_WATER_ABSORB, ABILITY_NONE, ABILITY_DAMP},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



ALOMOMOLA

    HP        = 165,
    Attack    = 75,
    Defense   = 80,
    Speed     = 65,
    SpAttack  = 40,
    SpDefense = 45,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 75,
    expYield = 165,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HEALER, ABILITY_HYDRATION, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



JOLTIK

    HP        = 50,
    Attack    = 47,
    Defense   = 50,
    Speed     = 65,
    SpAttack  = 57,
    SpDefense = 50,
    type1 = TYPE_BUG,
    type2 = TYPE_ELECTRIC,
    catchRate = 190,
    expYield = 64,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_UNNERVE, ABILITY_SWARM},
    #else
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_NONE, ABILITY_SWARM},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



GALVANTULA

    HP        = 70,
    Attack    = 77,
    Defense   = 60,
    Speed     = 108,
    SpAttack  = 97,
    SpDefense = 60,
    type1 = TYPE_BUG,
    type2 = TYPE_ELECTRIC,
    catchRate = 75,
    expYield = 165,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_UNNERVE, ABILITY_SWARM},
    #else
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_NONE, ABILITY_SWARM},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



FERROSEED

    HP        = 44,
    Attack    = 50,
    Defense   = 91,
    Speed     = 10,
    SpAttack  = 24,
    SpDefense = 86,
    type1 = TYPE_GRASS,
    type2 = TYPE_STEEL,
    catchRate = 255,
    expYield = 61,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_STICKY_BARB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IRON_BARBS, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



FERROTHORN

    HP        = 74,
    Attack    = 94,
    Defense   = 131,
    Speed     = 20,
    SpAttack  = 54,
    SpDefense = 116,
    type1 = TYPE_GRASS,
    type2 = TYPE_STEEL,
    catchRate = 90,
    expYield = 181,
    evYield_Defense   = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_STICKY_BARB,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IRON_BARBS, ABILITY_NONE, ABILITY_ANTICIPATION},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



KLINK

    HP        = 40,
    Attack    = 55,
    Defense   = 70,
    Speed     = 30,
    SpAttack  = 45,
    SpDefense = 60,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 130,
    expYield = 60,
    evYield_Defense   = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_PLUS, ABILITY_MINUS, ABILITY_CLEAR_BODY},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



KLANG

    HP        = 60,
    Attack    = 80,
    Defense   = 95,
    Speed     = 50,
    SpAttack  = 70,
    SpDefense = 85,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 60,
    expYield = 154,
    evYield_Defense   = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_PLUS, ABILITY_MINUS, ABILITY_CLEAR_BODY},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



KLINKLANG

    HP        = 60,
    Attack    = 100,
    Defense   = 115,
    Speed     = 90,
    SpAttack  = 70,
    SpDefense = 85,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 30,
    expYield = 204,
    evYield_Defense   = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_PLUS, ABILITY_MINUS, ABILITY_CLEAR_BODY},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



TYNAMO

    HP        = 35,
    Attack    = 55,
    Defense   = 40,
    Speed     = 60,
    SpAttack  = 45,
    SpDefense = 40,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 190,
    expYield = 55,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



EELEKTRIK

    HP        = 65,
    Attack    = 85,
    Defense   = 70,
    Speed     = 40,
    SpAttack  = 75,
    SpDefense = 70,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 60,
    expYield = 142,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



EELEKTROSS

    HP        = 85,
    Attack    = 115,
    Defense   = 80,
    Speed     = 50,
    SpAttack  = 105,
    SpDefense = 80,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 30,
    expYield = 202,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ELGYEM

    HP        = 55,
    Attack    = 55,
    Defense   = 55,
    Speed     = 30,
    SpAttack  = 85,
    SpDefense = 55,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 255,
    expYield = 67,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TELEPATHY, ABILITY_SYNCHRONIZE, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_NONE, ABILITY_SYNCHRONIZE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BEHEEYEM

    HP        = 75,
    Attack    = 75,
    Defense   = 75,
    Speed     = 40,
    SpAttack  = 125,
    SpDefense = 95,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 90,
    expYield = 170,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TELEPATHY, ABILITY_SYNCHRONIZE, ABILITY_ANALYTIC},
    #else
        abilities = {ABILITY_NONE, ABILITY_SYNCHRONIZE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LITWICK

    HP        = 50,
    Attack    = 30,
    Defense   = 55,
    Speed     = 20,
    SpAttack  = 65,
    SpDefense = 55,
    type1 = TYPE_GHOST,
    type2 = TYPE_FIRE,
    catchRate = 190,
    expYield = 55,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #if P_UPDATED_ABILITIES >= GEN_6
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY, ABILITY_INFILTRATOR},
        #else
            abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY},
        #endif
    #else
        abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY, ABILITY_SHADOW_TAG},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,



LAMPENT

    HP        = 60,
    Attack    = 40,
    Defense   = 60,
    Speed     = 55,
    SpAttack  = 95,
    SpDefense = 60,
    type1 = TYPE_GHOST,
    type2 = TYPE_FIRE,
    catchRate = 90,
    expYield = 130,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #if P_UPDATED_ABILITIES >= GEN_6
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY, ABILITY_INFILTRATOR},
        #else
            abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY},
        #endif
    #else
        abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY, ABILITY_SHADOW_TAG},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



CHANDELURE

    HP        = 60,
    Attack    = 55,
    Defense   = 90,
    Speed     = 80,
    SpAttack  = 145,
    SpDefense = 90,
    type1 = TYPE_GHOST,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 204,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #if P_UPDATED_ABILITIES >= GEN_6
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY, ABILITY_INFILTRATOR},
        #else
            abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY},
        #endif
    #else
        abilities = {ABILITY_FLASH_FIRE, ABILITY_FLAME_BODY, ABILITY_SHADOW_TAG},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



AXEW

    HP        = 46,
    Attack    = 87,
    Defense   = 60,
    Speed     = 57,
    SpAttack  = 30,
    SpDefense = 40,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 75,
    expYield = 64,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIVALRY, ABILITY_MOLD_BREAKER, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



FRAXURE

    HP        = 66,
    Attack    = 117,
    Defense   = 70,
    Speed     = 67,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 60,
    expYield = 144,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIVALRY, ABILITY_MOLD_BREAKER, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



HAXORUS

    HP        = 76,
    Attack    = 147,
    Defense   = 90,
    Speed     = 97,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 213,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIVALRY, ABILITY_MOLD_BREAKER, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



CUBCHOO

    HP        = 55,
    Attack    = 70,
    Defense   = 40,
    Speed     = 40,
    SpAttack  = 60,
    SpDefense = 40,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 120,
    expYield = 61,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_CLOAK, ABILITY_SLUSH_RUSH, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



BEARTIC

    HP        = 95,
    Defense   = 80,
    Speed     = 50,
    SpAttack  = 70,
    SpDefense = 80,
    #if P_UPDATED_STATS >= GEN_7
        Attack    = 130,
    #else
        Attack    = 110,
    #endif
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 177,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_CLOAK, ABILITY_SLUSH_RUSH, ABILITY_SWIFT_SWIM},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SWIFT_SWIM},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



CRYOGONAL

    Attack    = 50,
    Speed     = 105,
    SpAttack  = 95,
    SpDefense = 135,
    #if P_UPDATED_STATS >= GEN_7
        HP        = 80,
        Defense   = 50,
    #else
        HP        = 70,
        Defense   = 30,
    #endif
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 25,
    expYield = 180,
    evYield_SpDefense = 2,
    item2 = ITEM_NEVER_MELT_ICE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SHELMET

    HP        = 50,
    Attack    = 40,
    Defense   = 85,
    Speed     = 25,
    SpAttack  = 40,
    SpDefense = 65,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 200,
    expYield = 61,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYDRATION, ABILITY_SHELL_ARMOR, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ACCELGOR

    HP        = 80,
    Attack    = 70,
    Defense   = 40,
    Speed     = 145,
    SpAttack  = 100,
    SpDefense = 60,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 75,
    expYield = 173,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYDRATION, ABILITY_STICKY_HOLD, ABILITY_UNBURDEN},
    #else
        abilities = {ABILITY_NONE, ABILITY_STICKY_HOLD},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



STUNFISK

    HP        = 109,
    Attack    = 66,
    Defense   = 84,
    Speed     = 32,
    SpAttack  = 81,
    SpDefense = 99,
    type1 = TYPE_GROUND,
    type2 = TYPE_ELECTRIC,
    catchRate = 75,
    expYield = 165,
    evYield_HP        = 2,
    item2 = ITEM_SOFT_SAND,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_STATIC, ABILITY_LIMBER, ABILITY_SAND_VEIL},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MIENFOO

    HP        = 45,
    Attack    = 85,
    Defense   = 50,
    Speed     = 65,
    SpAttack  = 55,
    SpDefense = 50,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 180,
    expYield = 70,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_REGENERATOR, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MIENSHAO

    HP        = 65,
    Attack    = 125,
    Defense   = 60,
    Speed     = 105,
    SpAttack  = 95,
    SpDefense = 60,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 179,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_REGENERATOR, ABILITY_RECKLESS},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



DRUDDIGON

    HP        = 77,
    Attack    = 120,
    Defense   = 90,
    Speed     = 48,
    SpAttack  = 60,
    SpDefense = 90,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 170,
    evYield_Attack    = 2,
    item2 = ITEM_DRAGON_FANG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROUGH_SKIN, ABILITY_SHEER_FORCE, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_ROUGH_SKIN, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



GOLETT

    HP        = 59,
    Attack    = 74,
    Defense   = 50,
    Speed     = 35,
    SpAttack  = 35,
    SpDefense = 50,
    type1 = TYPE_GROUND,
    type2 = TYPE_GHOST,
    catchRate = 190,
    expYield = 61,
    evYield_Attack    = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LIGHT_CLAY,
    #endif
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IRON_FIST, ABILITY_KLUTZ, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



GOLURK

    HP        = 89,
    Attack    = 124,
    Defense   = 80,
    Speed     = 55,
    SpAttack  = 55,
    SpDefense = 80,
    type1 = TYPE_GROUND,
    type2 = TYPE_GHOST,
    catchRate = 90,
    expYield = 169,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LIGHT_CLAY,
    #endif
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IRON_FIST, ABILITY_KLUTZ, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



PAWNIARD

    HP        = 45,
    Attack    = 85,
    Defense   = 70,
    Speed     = 60,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_DARK,
    type2 = TYPE_STEEL,
    catchRate = 120,
    expYield = 68,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DEFIANT, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #else
        abilities = {ABILITY_NONE, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



BISHARP

    HP        = 65,
    Attack    = 125,
    Defense   = 100,
    Speed     = 70,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_DARK,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 172,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DEFIANT, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #else
        abilities = {ABILITY_NONE, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



BOUFFALANT

    HP        = 95,
    Attack    = 110,
    Defense   = 95,
    Speed     = 55,
    SpAttack  = 40,
    SpDefense = 95,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 172,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RECKLESS, ABILITY_SAP_SIPPER, ABILITY_SOUNDPROOF},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SOUNDPROOF},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



RUFFLET

    HP        = 70,
    Attack    = 83,
    Defense   = 50,
    Speed     = 60,
    SpAttack  = 37,
    SpDefense = 50,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 190,
    expYield = 70,
    evYield_Attack    = 1,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_SHEER_FORCE, ABILITY_HUSTLE},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



BRAVIARY

    HP        = 100,
    Attack    = 123,
    Defense   = 75,
    Speed     = 80,
    SpAttack  = 57,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 60,
    expYield = 179,
    evYield_Attack    = 2,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_SHEER_FORCE, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



VULLABY

    HP        = 70,
    Attack    = 55,
    Defense   = 75,
    Speed     = 60,
    SpAttack  = 45,
    SpDefense = 65,
    type1 = TYPE_DARK,
    type2 = TYPE_FLYING,
    catchRate = 190,
    expYield = 74,
    evYield_Defense   = 1,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BIG_PECKS, ABILITY_OVERCOAT, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MANDIBUZZ

    HP        = 110,
    Attack    = 65,
    Defense   = 105,
    Speed     = 80,
    SpAttack  = 55,
    SpDefense = 95,
    type1 = TYPE_DARK,
    type2 = TYPE_FLYING,
    catchRate = 60,
    expYield = 179,
    evYield_SpAttack  = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BIG_PECKS, ABILITY_OVERCOAT, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



HEATMOR

    HP        = 85,
    Attack    = 97,
    Defense   = 66,
    Speed     = 65,
    SpAttack  = 105,
    SpDefense = 66,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 90,
    expYield = 169,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_FLASH_FIRE, ABILITY_WHITE_SMOKE},
    #else
        abilities = {ABILITY_NONE, ABILITY_FLASH_FIRE, ABILITY_WHITE_SMOKE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DURANT

    HP        = 58,
    Attack    = 109,
    Defense   = 112,
    Speed     = 109,
    SpAttack  = 48,
    SpDefense = 48,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 90,
    expYield = 169,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SWARM, ABILITY_HUSTLE, ABILITY_TRUANT},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



DEINO

    HP        = 52,
    Attack    = 65,
    Defense   = 50,
    Speed     = 38,
    SpAttack  = 45,
    SpDefense = 50,
    type1 = TYPE_DARK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 60,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_HUSTLE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ZWEILOUS

    HP        = 72,
    Attack    = 85,
    Defense   = 70,
    Speed     = 58,
    SpAttack  = 65,
    SpDefense = 70,
    type1 = TYPE_DARK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 147,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_HUSTLE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



HYDREIGON

    HP        = 92,
    Attack    = 105,
    Defense   = 90,
    Speed     = 98,
    SpAttack  = 125,
    SpDefense = 90,
    type1 = TYPE_DARK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 249,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LARVESTA

    HP        = 55,
    Attack    = 85,
    Defense   = 55,
    Speed     = 60,
    SpAttack  = 50,
    SpDefense = 55,
    type1 = TYPE_BUG,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 72,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_FLAME_BODY, ABILITY_NONE, ABILITY_SWARM},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



VOLCARONA

    HP        = 85,
    Attack    = 60,
    Defense   = 65,
    Speed     = 100,
    SpAttack  = 135,
    SpDefense = 105,
    type1 = TYPE_BUG,
    type2 = TYPE_FIRE,
    catchRate = 15,
    expYield = 215,
    evYield_SpAttack  = 3,
    item1 = ITEM_SILVER_POWDER,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



COBALION

    HP        = 91,
    Attack    = 90,
    Defense   = 129,
    Speed     = 108,
    SpAttack  = 90,
    SpDefense = 72,
    type1 = TYPE_STEEL,
    type2 = TYPE_FIGHTING,
    catchRate = 3,
    expYield = 248,
    evYield_Defense   = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



TERRAKION

    HP        = 91,
    Attack    = 129,
    Defense   = 90,
    Speed     = 108,
    SpAttack  = 72,
    SpDefense = 90,
    type1 = TYPE_ROCK,
    type2 = TYPE_FIGHTING,
    catchRate = 3,
    expYield = 247,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



VIRIZION

    HP        = 91,
    Attack    = 90,
    Defense   = 72,
    Speed     = 108,
    SpAttack  = 90,
    SpDefense = 129,
    type1 = TYPE_GRASS,
    type2 = TYPE_FIGHTING,
    catchRate = 3,
    expYield = 246,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



TORNADUS

    HP        = 79,
    Attack    = 115,
    Defense   = 70,
    Speed     = 111,
    SpAttack  = 125,
    SpDefense = 80,
    type1 = TYPE_FLYING,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 248,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_NONE, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



THUNDURUS

    HP        = 79,
    Attack    = 115,
    Defense   = 70,
    Speed     = 111,
    SpAttack  = 125,
    SpDefense = 80,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 249,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_NONE, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



RESHIRAM

    HP        = 100,
    Attack    = 120,
    Defense   = 100,
    Speed     = 90,
    SpAttack  = 150,
    SpDefense = 120,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FIRE,
    catchRate = 3,
    expYield = 306,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TURBOBLAZE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



ZEKROM

    HP        = 100,
    Attack    = 150,
    Defense   = 120,
    Speed     = 90,
    SpAttack  = 120,
    SpDefense = 100,
    type1 = TYPE_DRAGON,
    type2 = TYPE_ELECTRIC,
    catchRate = 3,
    expYield = 306,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TERAVOLT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



LANDORUS

    HP        = 89,
    Attack    = 125,
    Defense   = 90,
    Speed     = 101,
    SpAttack  = 115,
    SpDefense = 80,
    type1 = TYPE_GROUND,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 270,
    evYield_SpAttack  = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KYUREM

    HP        = 125,
    Attack    = 130,
    Defense   = 90,
    Speed     = 95,
    SpAttack  = 130,
    SpDefense = 90,
    type1 = TYPE_DRAGON,
    type2 = TYPE_ICE,
    catchRate = 3,
    expYield = 297,
    evYield_HP        = 1,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



KELDEO

    HP        = 91,
    Attack    = 72,
    Defense   = 90,
    Speed     = 108,
    SpAttack  = 129,
    SpDefense = 90,
    type1 = TYPE_WATER,
    type2 = TYPE_FIGHTING,
    catchRate = 3,
    expYield = 219,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_JUSTIFIED, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MELOETTA

    HP        = 100,
    Attack    = 77,
    Defense   = 77,
    Speed     = 90,
    SpAttack  = 128,
    SpDefense = 128,
    type1 = TYPE_NORMAL,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 270,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    item1 = ITEM_STAR_PIECE,
    item2 = ITEM_STAR_PIECE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_SERENE_GRACE, ABILITY_NONE},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,



GENESECT

    HP        = 71,
    Attack    = 120,
    Defense   = 95,
    Speed     = 99,
    SpAttack  = 120,
    SpDefense = 95,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 270,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DOWNLOAD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CHESPIN

    HP        = 56,
    Attack    = 61,
    Defense   = 65,
    Speed     = 38,
    SpAttack  = 48,
    SpDefense = 45,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 63,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_BULLETPROOF},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



QUILLADIN

    HP        = 61,
    Attack    = 78,
    Defense   = 95,
    Speed     = 57,
    SpAttack  = 56,
    SpDefense = 58,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 142,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_BULLETPROOF},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CHESNAUGHT

    HP        = 88,
    Attack    = 107,
    Defense   = 122,
    Speed     = 64,
    SpAttack  = 74,
    SpDefense = 75,
    type1 = TYPE_GRASS,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 209,
    evYield_Defense   = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_BULLETPROOF},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



FENNEKIN

    HP        = 40,
    Attack    = 45,
    Defense   = 40,
    Speed     = 60,
    SpAttack  = 62,
    SpDefense = 60,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 61,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_MAGICIAN},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



BRAIXEN

    HP        = 59,
    Attack    = 59,
    Defense   = 58,
    Speed     = 73,
    SpAttack  = 90,
    SpDefense = 70,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 143,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_MAGICIAN},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DELPHOX

    HP        = 75,
    Attack    = 69,
    Defense   = 72,
    Speed     = 104,
    SpAttack  = 114,
    SpDefense = 100,
    type1 = TYPE_FIRE,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 210,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_MAGICIAN},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



FROAKIE

    HP        = 41,
    Attack    = 56,
    Defense   = 40,
    Speed     = 71,
    SpAttack  = 62,
    SpDefense = 44,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 63,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_PROTEAN},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



FROGADIER

    HP        = 54,
    Attack    = 63,
    Defense   = 52,
    Speed     = 97,
    SpAttack  = 83,
    SpDefense = 56,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 142,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_PROTEAN},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GRENINJA

    HP        = 72,
    Attack    = 95,
    Defense   = 67,
    Speed     = 122,
    SpAttack  = 103,
    SpDefense = 71,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 209,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_PROTEAN},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



BUNNELBY

    HP        = 38,
    Attack    = 36,
    Defense   = 38,
    Speed     = 57,
    SpAttack  = 32,
    SpDefense = 36,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 47,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_CHEEK_POUCH, ABILITY_HUGE_POWER},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_HUGE_POWER},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DIGGERSBY

    HP        = 85,
    Attack    = 56,
    Defense   = 77,
    Speed     = 78,
    SpAttack  = 50,
    SpDefense = 77,
    type1 = TYPE_NORMAL,
    type2 = TYPE_GROUND,
    catchRate = 127,
    expYield = 148,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_CHEEK_POUCH, ABILITY_HUGE_POWER},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_HUGE_POWER},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



FLETCHLING

    HP        = 45,
    Attack    = 50,
    Defense   = 43,
    Speed     = 62,
    SpAttack  = 40,
    SpDefense = 38,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 56,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BIG_PECKS, ABILITY_NONE, ABILITY_GALE_WINGS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



FLETCHINDER

    HP        = 62,
    Attack    = 73,
    Defense   = 55,
    Speed     = 84,
    SpAttack  = 56,
    SpDefense = 52,
    type1 = TYPE_FIRE,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 134,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLAME_BODY, ABILITY_NONE, ABILITY_GALE_WINGS},
    #else
        abilities = {ABILITY_FLAME_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



TALONFLAME

    HP        = 78,
    Attack    = 81,
    Defense   = 71,
    Speed     = 126,
    SpAttack  = 74,
    SpDefense = 69,
    type1 = TYPE_FIRE,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 175,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLAME_BODY, ABILITY_NONE, ABILITY_GALE_WINGS},
    #else
        abilities = {ABILITY_FLAME_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SCATTERBUG

    HP        = 38,
    Attack    = 35,
    Defense   = 40,
    Speed     = 35,
    SpAttack  = 27,
    SpDefense = 25,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 255,
    expYield = 40,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES, ABILITY_FRIEND_GUARD},
    #else
        abilities = {ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



SPEWPA

    HP        = 45,
    Attack    = 22,
    Defense   = 60,
    Speed     = 29,
    SpAttack  = 27,
    SpDefense = 30,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 120,
    expYield = 75,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_FRIEND_GUARD},
    #else
        abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



VIVILLON

    HP        = 80,
    Attack    = 52,
    Defense   = 50,
    Speed     = 89,
    SpAttack  = 90,
    SpDefense = 50,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 185,
    evYield_HP        = 1,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES, ABILITY_FRIEND_GUARD},
    #else
        abilities = {ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



LITLEO

    HP        = 62,
    Attack    = 50,
    Defense   = 58,
    Speed     = 72,
    SpAttack  = 73,
    SpDefense = 54,
    type1 = TYPE_FIRE,
    type2 = TYPE_NORMAL,
    catchRate = 220,
    expYield = 74,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(875),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIVALRY, ABILITY_UNNERVE, ABILITY_MOXIE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PYROAR

    HP        = 86,
    Attack    = 68,
    Defense   = 72,
    Speed     = 106,
    SpAttack  = 109,
    SpDefense = 66,
    type1 = TYPE_FIRE,
    type2 = TYPE_NORMAL,
    catchRate = 65,
    expYield = 177,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(875),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIVALRY, ABILITY_UNNERVE, ABILITY_MOXIE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



FLABEBE

    HP        = 44,
    Attack    = 38,
    Defense   = 39,
    Speed     = 42,
    SpAttack  = 61,
    SpDefense = 79,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 225,
    expYield = 61,
    evYield_SpDefense = 1,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



FLOETTE

    HP        = 54,
    Attack    = 45,
    Defense   = 47,
    Speed     = 52,
    SpAttack  = 75,
    SpDefense = 98,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 120,
    expYield = 130,
    evYield_SpDefense = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



FLORGES

    HP        = 78,
    Attack    = 65,
    Defense   = 68,
    Speed     = 75,
    SpAttack  = 112,
    SpDefense = 154,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 218,
    evYield_SpDefense = 3,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SKIDDO

    HP        = 66,
    Attack    = 65,
    Defense   = 48,
    Speed     = 52,
    SpAttack  = 62,
    SpDefense = 57,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 200,
    expYield = 70,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAP_SIPPER, ABILITY_NONE, ABILITY_GRASS_PELT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GOGOAT

    HP        = 123,
    Attack    = 100,
    Defense   = 62,
    Speed     = 68,
    SpAttack  = 97,
    SpDefense = 81,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 186,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAP_SIPPER, ABILITY_NONE, ABILITY_GRASS_PELT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PANCHAM

    HP        = 67,
    Attack    = 82,
    Defense   = 62,
    Speed     = 43,
    SpAttack  = 46,
    SpDefense = 48,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 220,
    expYield = 70,
    evYield_Attack    = 1,
    item2 = ITEM_MENTAL_HERB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IRON_FIST, ABILITY_MOLD_BREAKER, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



PANGORO

    HP        = 95,
    Attack    = 124,
    Defense   = 78,
    Speed     = 58,
    SpAttack  = 69,
    SpDefense = 71,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_DARK,
    catchRate = 65,
    expYield = 173,
    evYield_Attack    = 2,
    item2 = ITEM_MENTAL_HERB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IRON_FIST, ABILITY_MOLD_BREAKER, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



FURFROU

    HP        = 75,
    Attack    = 80,
    Defense   = 60,
    Speed     = 102,
    SpAttack  = 65,
    SpDefense = 90,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 160,
    expYield = 165,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FUR_COAT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



ESPURR

    HP        = 62,
    Attack    = 48,
    Defense   = 54,
    Speed     = 68,
    SpAttack  = 63,
    SpDefense = 60,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 71,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_INFILTRATOR, ABILITY_OWN_TEMPO},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MEOWSTIC

    HP        = 74,
    Attack    = 48,
    Defense   = 76,
    Speed     = 104,
    SpAttack  = 83,
    SpDefense = 81,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 163,
    evYield_Speed     = 2,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_INFILTRATOR, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



HONEDGE

    HP        = 45,
    Attack    = 80,
    Defense   = 100,
    Speed     = 28,
    SpAttack  = 35,
    SpDefense = 37,
    type1 = TYPE_STEEL,
    type2 = TYPE_GHOST,
    catchRate = 180,
    expYield = 65,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DOUBLADE

    HP        = 59,
    Attack    = 110,
    Defense   = 150,
    Speed     = 35,
    SpAttack  = 45,
    SpDefense = 49,
    type1 = TYPE_STEEL,
    type2 = TYPE_GHOST,
    catchRate = 90,
    expYield = 157,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



AEGISLASH

    HP        = 60,
    Attack    = 50,
    Speed     = 60,
    SpAttack  = 50,
    #if P_UPDATED_STATS >= GEN_8
        Defense   = 150,
        SpDefense = 150,
    #else
        Defense   = 150,
        SpDefense = 150,
    #endif
    type1 = TYPE_STEEL,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 204,
    evYield_Defense   = 2,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STANCE_CHANGE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SPRITZEE

    HP        = 78,
    Attack    = 52,
    Defense   = 60,
    Speed     = 23,
    SpAttack  = 63,
    SpDefense = 65,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 200,
    expYield = 68,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HEALER, ABILITY_NONE, ABILITY_AROMA_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



AROMATISSE

    HP        = 101,
    Attack    = 72,
    Defense   = 72,
    Speed     = 29,
    SpAttack  = 99,
    SpDefense = 89,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 140,
    expYield = 162,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HEALER, ABILITY_NONE, ABILITY_AROMA_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



SWIRLIX

    HP        = 62,
    Attack    = 48,
    Defense   = 66,
    Speed     = 49,
    SpAttack  = 59,
    SpDefense = 57,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 200,
    expYield = 68,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWEET_VEIL, ABILITY_NONE, ABILITY_UNBURDEN},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SLURPUFF

    HP        = 82,
    Attack    = 80,
    Defense   = 86,
    Speed     = 72,
    SpAttack  = 85,
    SpDefense = 75,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 140,
    expYield = 168,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWEET_VEIL, ABILITY_NONE, ABILITY_UNBURDEN},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



INKAY

    HP        = 53,
    Attack    = 54,
    Defense   = 53,
    Speed     = 45,
    SpAttack  = 37,
    SpDefense = 46,
    type1 = TYPE_DARK,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 58,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CONTRARY, ABILITY_SUCTION_CUPS, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_SUCTION_CUPS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MALAMAR

    HP        = 86,
    Attack    = 92,
    Defense   = 88,
    Speed     = 73,
    SpAttack  = 68,
    SpDefense = 75,
    type1 = TYPE_DARK,
    type2 = TYPE_PSYCHIC,
    catchRate = 80,
    expYield = 169,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CONTRARY, ABILITY_SUCTION_CUPS, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_SUCTION_CUPS},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BINACLE

    HP        = 42,
    Attack    = 52,
    Defense   = 67,
    Speed     = 50,
    SpAttack  = 39,
    SpDefense = 56,
    type1 = TYPE_ROCK,
    type2 = TYPE_WATER,
    catchRate = 120,
    expYield = 61,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_SNIPER, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



BARBARACLE

    HP        = 72,
    Attack    = 105,
    Defense   = 115,
    Speed     = 68,
    SpAttack  = 54,
    SpDefense = 86,
    type1 = TYPE_ROCK,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 175,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_SNIPER, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



SKRELP

    HP        = 50,
    Attack    = 60,
    Defense   = 60,
    Speed     = 30,
    SpAttack  = 60,
    SpDefense = 60,
    type1 = TYPE_POISON,
    type2 = TYPE_WATER,
    catchRate = 225,
    expYield = 64,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_POINT, ABILITY_POISON_TOUCH, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_POISON_POINT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DRAGALGE

    HP        = 65,
    Attack    = 75,
    Defense   = 90,
    Speed     = 44,
    SpAttack  = 97,
    SpDefense = 123,
    type1 = TYPE_POISON,
    type2 = TYPE_DRAGON,
    catchRate = 55,
    expYield = 173,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_POINT, ABILITY_POISON_TOUCH, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_POISON_POINT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



CLAUNCHER

    HP        = 50,
    Attack    = 53,
    Defense   = 62,
    Speed     = 44,
    SpAttack  = 58,
    SpDefense = 63,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 225,
    expYield = 66,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MEGA_LAUNCHER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



CLAWITZER

    HP        = 71,
    Attack    = 73,
    Defense   = 88,
    Speed     = 59,
    SpAttack  = 120,
    SpDefense = 89,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 55,
    expYield = 190,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MEGA_LAUNCHER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



HELIOPTILE

    HP        = 44,
    Attack    = 38,
    Defense   = 33,
    Speed     = 70,
    SpAttack  = 61,
    SpDefense = 43,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_NORMAL,
    catchRate = 190,
    expYield = 58,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DRY_SKIN, ABILITY_SAND_VEIL, ABILITY_SOLAR_POWER},
    #else
        abilities = {ABILITY_NONE, ABILITY_SAND_VEIL},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



HELIOLISK

    HP        = 62,
    Attack    = 55,
    Defense   = 52,
    Speed     = 109,
    SpAttack  = 109,
    SpDefense = 94,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_NORMAL,
    catchRate = 75,
    expYield = 188,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DRY_SKIN, ABILITY_SAND_VEIL, ABILITY_SOLAR_POWER},
    #else
        abilities = {ABILITY_NONE, ABILITY_SAND_VEIL},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



TYRUNT

    HP        = 58,
    Attack    = 89,
    Defense   = 77,
    Speed     = 48,
    SpAttack  = 45,
    SpDefense = 45,
    type1 = TYPE_ROCK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 72,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STRONG_JAW, ABILITY_NONE, ABILITY_STURDY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



TYRANTRUM

    HP        = 82,
    Attack    = 121,
    Defense   = 119,
    Speed     = 71,
    SpAttack  = 69,
    SpDefense = 59,
    type1 = TYPE_ROCK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 182,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STRONG_JAW, ABILITY_NONE, ABILITY_ROCK_HEAD},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



AMAURA

    HP        = 77,
    Attack    = 59,
    Defense   = 50,
    Speed     = 46,
    SpAttack  = 67,
    SpDefense = 63,
    type1 = TYPE_ROCK,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 72,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_REFRIGERATE, ABILITY_NONE, ABILITY_SNOW_WARNING},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



AURORUS

    HP        = 123,
    Attack    = 77,
    Defense   = 72,
    Speed     = 58,
    SpAttack  = 99,
    SpDefense = 92,
    type1 = TYPE_ROCK,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 194,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_REFRIGERATE, ABILITY_NONE, ABILITY_SNOW_WARNING},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SYLVEON

    HP        = 95,
    Attack    = 65,
    Defense   = 65,
    Speed     = 60,
    SpAttack  = 110,
    SpDefense = 130,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 184,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CUTE_CHARM, ABILITY_CUTE_CHARM, ABILITY_PIXILATE},
    #else
        abilities = {ABILITY_CUTE_CHARM, ABILITY_CUTE_CHARM},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = TRUE,



HAWLUCHA

    HP        = 78,
    Attack    = 92,
    Defense   = 75,
    Speed     = 118,
    SpAttack  = 74,
    SpDefense = 63,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FLYING,
    catchRate = 100,
    expYield = 175,
    evYield_Attack    = 2,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup1 = EGG_GROUP_FLYING,
    #else
        eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    #endif
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIMBER, ABILITY_UNBURDEN, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_LIMBER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



DEDENNE

    HP        = 67,
    Attack    = 58,
    Defense   = 57,
    Speed     = 101,
    SpAttack  = 81,
    SpDefense = 67,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FAIRY,
    catchRate = 180,
    expYield = 151,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHEEK_POUCH, ABILITY_PICKUP, ABILITY_PLUS},
    #else
        abilities = {ABILITY_NONE, ABILITY_PICKUP, ABILITY_PLUS},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



CARBINK

    HP        = 50,
    Attack    = 50,
    Defense   = 150,
    Speed     = 50,
    SpAttack  = 50,
    SpDefense = 150,
    type1 = TYPE_ROCK,
    type2 = TYPE_FAIRY,
    catchRate = 60,
    expYield = 100,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_MINERAL,
    abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE, ABILITY_STURDY},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



GOOMY

    HP        = 45,
    Attack    = 50,
    Defense   = 35,
    Speed     = 40,
    SpAttack  = 55,
    SpDefense = 75,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 60,
    evYield_SpDefense = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAP_SIPPER, ABILITY_HYDRATION, ABILITY_GOOEY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SLIGGOO

    HP        = 68,
    Attack    = 75,
    Defense   = 53,
    Speed     = 60,
    SpAttack  = 83,
    SpDefense = 113,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 158,
    evYield_SpDefense = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAP_SIPPER, ABILITY_HYDRATION, ABILITY_GOOEY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GOODRA

    HP        = 90,
    Attack    = 100,
    Defense   = 70,
    Speed     = 80,
    SpAttack  = 110,
    SpDefense = 150,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 247,
    evYield_SpDefense = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GRASSY_SURGE, ABILITY_GRASSY_SURGE, ABILITY_GRASSY_SURGE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



KLEFKI

    HP        = 57,
    Attack    = 80,
    Defense   = 91,
    Speed     = 75,
    SpAttack  = 80,
    SpDefense = 87,
    type1 = TYPE_STEEL,
    type2 = TYPE_FAIRY,
    catchRate = 75,
    expYield = 165,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_NONE, ABILITY_MAGICIAN},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



PHANTUMP

    HP        = 43,
    Attack    = 70,
    Defense   = 48,
    Speed     = 38,
    SpAttack  = 50,
    SpDefense = 60,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 62,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NATURAL_CURE, ABILITY_FRISK, ABILITY_HARVEST},
    #else
        abilities = {ABILITY_NATURAL_CURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



TREVENANT

    HP        = 85,
    Attack    = 110,
    Defense   = 76,
    Speed     = 56,
    SpAttack  = 65,
    SpDefense = 82,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 60,
    expYield = 166,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NATURAL_CURE, ABILITY_FRISK, ABILITY_HARVEST},
    #else
        abilities = {ABILITY_NATURAL_CURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PUMPKABOO

    HP        = 49,
    Attack    = 66,
    Defense   = 70,
    Speed     = 51,
    SpAttack  = 44,
    SpDefense = 55,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 67,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_FRISK, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GOURGEIST

    HP        = 65,
    Attack    = 90,
    Defense   = 122,
    Speed     = 84,
    SpAttack  = 58,
    SpDefense = 75,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 60,
    expYield = 173,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_FRISK, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



BERGMITE

    HP        = 55,
    Attack    = 69,
    Defense   = 85,
    Speed     = 28,
    SpAttack  = 32,
    SpDefense = 35,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 190,
    expYield = 61,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_MONSTER,
    #else
        eggGroup2 = EGG_GROUP_MINERAL,
    #endif
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OWN_TEMPO, ABILITY_ICE_BODY, ABILITY_STURDY},
    #else
        abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



AVALUGG

    HP        = 95,
    Attack    = 117,
    Defense   = 184,
    Speed     = 28,
    SpAttack  = 44,
    SpDefense = 46,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 55,
    expYield = 180,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_MONSTER,
    #else
        eggGroup2 = EGG_GROUP_MINERAL,
    #endif
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OWN_TEMPO, ABILITY_ICE_BODY, ABILITY_STURDY},
    #else
        abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



NOIBAT

    HP        = 40,
    Attack    = 30,
    Defense   = 35,
    Speed     = 55,
    SpAttack  = 45,
    SpDefense = 40,
    type1 = TYPE_FLYING,
    type2 = TYPE_DRAGON,
    catchRate = 190,
    expYield = 49,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_DRAGON,
    #else
        eggGroup2 = EGG_GROUP_FLYING,
    #endif
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FRISK, ABILITY_INFILTRATOR, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



NOIVERN

    HP        = 85,
    Attack    = 70,
    Defense   = 80,
    Speed     = 123,
    SpAttack  = 97,
    SpDefense = 80,
    type1 = TYPE_FLYING,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 187,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_DRAGON,
    #else
        eggGroup2 = EGG_GROUP_FLYING,
    #endif
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FRISK, ABILITY_INFILTRATOR, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



XERNEAS

    HP        = 126,
    Attack    = 131,
    Defense   = 95,
    Speed     = 99,
    SpAttack  = 131,
    SpDefense = 98,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 306,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FAIRY_AURA, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



YVELTAL

    HP        = 126,
    Attack    = 131,
    Defense   = 95,
    Speed     = 99,
    SpAttack  = 131,
    SpDefense = 98,
    type1 = TYPE_DARK,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 306,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DARK_AURA, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ZYGARDE

    HP        = 108,
    Attack    = 100,
    Defense   = 121,
    Speed     = 95,
    SpAttack  = 81,
    SpDefense = 95,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 3,
    expYield = 270,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AURA_BREAK, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



DIANCIE

    HP        = 50,
    Attack    = 100,
    Defense   = 150,
    Speed     = 50,
    SpAttack  = 100,
    SpDefense = 150,
    type1 = TYPE_ROCK,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 270,
    evYield_Defense   = 1,
    evYield_SpDefense = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



HOOPA

    HP        = 80,
    Attack    = 110,
    Defense   = 60,
    Speed     = 70,
    SpAttack  = 150,
    SpDefense = 130,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_GHOST,
    catchRate = 3,
    expYield = 270,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGICIAN, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



VOLCANION

    HP        = 80,
    Attack    = 110,
    Defense   = 120,
    Speed     = 70,
    SpAttack  = 130,
    SpDefense = 90,
    type1 = TYPE_FIRE,
    type2 = TYPE_WATER,
    catchRate = 3,
    expYield = 230,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_WATER_ABSORB, ABILITY_NONE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



ROWLET

    HP        = 68,
    Attack    = 55,
    Defense   = 55,
    Speed     = 42,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_GRASS,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 64,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_LONG_REACH},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DARTRIX

    HP        = 78,
    Attack    = 75,
    Defense   = 75,
    Speed     = 52,
    SpAttack  = 70,
    SpDefense = 70,
    type1 = TYPE_GRASS,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 147,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_LONG_REACH},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



DECIDUEYE

    HP        = 78,
    Attack    = 107,
    Defense   = 75,
    Speed     = 70,
    SpAttack  = 100,
    SpDefense = 100,
    type1 = TYPE_GRASS,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 209,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_LONG_REACH},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LITTEN

    HP        = 45,
    Attack    = 65,
    Defense   = 40,
    Speed     = 70,
    SpAttack  = 60,
    SpDefense = 40,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 64,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_INTIMIDATE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



TORRACAT

    HP        = 65,
    Attack    = 85,
    Defense   = 50,
    Speed     = 90,
    SpAttack  = 80,
    SpDefense = 50,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 147,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_INTIMIDATE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



INCINEROAR

    HP        = 95,
    Attack    = 115,
    Defense   = 90,
    Speed     = 60,
    SpAttack  = 80,
    SpDefense = 90,
    type1 = TYPE_FIRE,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 209,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_INTIMIDATE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



POPPLIO

    HP        = 50,
    Attack    = 54,
    Defense   = 54,
    Speed     = 40,
    SpAttack  = 66,
    SpDefense = 56,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 64,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_LIQUID_VOICE},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BRIONNE

    HP        = 60,
    Attack    = 69,
    Defense   = 69,
    Speed     = 50,
    SpAttack  = 91,
    SpDefense = 81,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 147,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_LIQUID_VOICE},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



PRIMARINA

    HP        = 80,
    Attack    = 74,
    Defense   = 74,
    Speed     = 60,
    SpAttack  = 126,
    SpDefense = 116,
    type1 = TYPE_WATER,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 209,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_LIQUID_VOICE},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



PIKIPEK

    HP        = 35,
    Attack    = 75,
    Defense   = 30,
    Speed     = 65,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 53,
    evYield_Attack    = 1,
    item2 = ITEM_ORAN_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_SKILL_LINK, ABILITY_PICKUP},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_PICKUP},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



TRUMBEAK

    HP        = 55,
    Attack    = 85,
    Defense   = 50,
    Speed     = 75,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 124,
    evYield_Attack    = 2,
    item2 = ITEM_SITRUS_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_SKILL_LINK, ABILITY_PICKUP},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE, ABILITY_PICKUP},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



TOUCANNON

    HP        = 80,
    Attack    = 120,
    Defense   = 75,
    Speed     = 60,
    SpAttack  = 75,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 188,
    evYield_Attack    = 3,
    item2 = ITEM_RAWST_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_SKILL_LINK, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



YUNGOOS

    HP        = 48,
    Attack    = 70,
    Defense   = 30,
    Speed     = 45,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 51,
    evYield_Attack    = 1,
    item2 = ITEM_PECHA_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STAKEOUT, ABILITY_STRONG_JAW, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GUMSHOOS

    HP        = 88,
    Attack    = 110,
    Defense   = 60,
    Speed     = 45,
    SpAttack  = 55,
    SpDefense = 60,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 127,
    expYield = 146,
    evYield_Attack    = 2,
    item2 = ITEM_PECHA_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STAKEOUT, ABILITY_STRONG_JAW, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GRUBBIN

    HP        = 47,
    Attack    = 62,
    Defense   = 45,
    Speed     = 46,
    SpAttack  = 55,
    SpDefense = 45,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 255,
    expYield = 60,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SWARM, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



CHARJABUG

    HP        = 57,
    Attack    = 82,
    Defense   = 95,
    Speed     = 36,
    SpAttack  = 55,
    SpDefense = 75,
    type1 = TYPE_BUG,
    type2 = TYPE_ELECTRIC,
    catchRate = 120,
    expYield = 140,
    evYield_Defense   = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_CELL_BATTERY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BATTERY, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



VIKAVOLT

    HP        = 77,
    Attack    = 70,
    Defense   = 90,
    Speed     = 43,
    SpAttack  = 145,
    SpDefense = 75,
    type1 = TYPE_BUG,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 195,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CRABRAWLER

    HP        = 47,
    Attack    = 82,
    Defense   = 57,
    Speed     = 63,
    SpAttack  = 42,
    SpDefense = 47,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 225,
    expYield = 68,
    evYield_Attack    = 1,
    item2 = ITEM_ASPEAR_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_IRON_FIST, ABILITY_ANGER_POINT},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CRABOMINABLE

    HP        = 97,
    Attack    = 132,
    Defense   = 77,
    Speed     = 43,
    SpAttack  = 62,
    SpDefense = 67,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 177,
    evYield_Attack    = 2,
    item2 = ITEM_CHERI_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_IRON_FIST, ABILITY_ANGER_POINT},
    #else
        abilities = {ABILITY_HYPER_CUTTER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



ORICORIO

    HP        = 75,
    Attack    = 70,
    Defense   = 70,
    Speed     = 93,
    SpAttack  = 98,
    SpDefense = 70,
    type1 = TYPE_FIRE,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 167,
    evYield_SpAttack  = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_HONEY,
    #endif
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DANCER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CUTIEFLY

    HP        = 40,
    Attack    = 45,
    Defense   = 40,
    Speed     = 84,
    SpAttack  = 55,
    SpDefense = 40,
    type1 = TYPE_BUG,
    type2 = TYPE_FAIRY,
    catchRate = 190,
    expYield = 61,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_HONEY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HONEY_GATHER, ABILITY_SHIELD_DUST, ABILITY_SWEET_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_SHIELD_DUST},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



RIBOMBEE

    HP        = 60,
    Attack    = 55,
    Defense   = 60,
    Speed     = 124,
    SpAttack  = 95,
    SpDefense = 70,
    type1 = TYPE_BUG,
    type2 = TYPE_FAIRY,
    catchRate = 75,
    expYield = 162,
    evYield_Speed     = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_HONEY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HONEY_GATHER, ABILITY_SHIELD_DUST, ABILITY_SWEET_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_SHIELD_DUST},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ROCKRUFF

    HP        = 45,
    Attack    = 65,
    Defense   = 40,
    Speed     = 60,
    SpAttack  = 30,
    SpDefense = 40,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 190,
    expYield = 56,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_VITAL_SPIRIT, ABILITY_STEADFAST},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_VITAL_SPIRIT},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LYCANROC

    HP        = 75,
    Attack    = 115,
    Defense   = 65,
    Speed     = 112,
    SpAttack  = 55,
    SpDefense = 65,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 90,
    expYield = 190,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_SAND_RUSH, ABILITY_STEADFAST},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



WISHIWASHI

    HP        = 45,
    Attack    = 20,
    Defense   = 20,
    Speed     = 40,
    SpAttack  = 25,
    SpDefense = 25,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 61,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SCHOOLING, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MAREANIE

    HP        = 50,
    Attack    = 53,
    Defense   = 62,
    Speed     = 45,
    SpAttack  = 43,
    SpDefense = 52,
    type1 = TYPE_POISON,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 61,
    evYield_Defense   = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MERCILESS, ABILITY_LIMBER, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_LIMBER},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



TOXAPEX

    HP        = 50,
    Attack    = 63,
    Defense   = 152,
    Speed     = 35,
    SpAttack  = 53,
    SpDefense = 142,
    type1 = TYPE_POISON,
    type2 = TYPE_WATER,
    catchRate = 75,
    expYield = 183,
    evYield_Defense   = 2,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MERCILESS, ABILITY_LIMBER, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_LIMBER},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MUDBRAY

    HP        = 70,
    Attack    = 100,
    Defense   = 70,
    Speed     = 45,
    SpAttack  = 45,
    SpDefense = 55,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 190,
    expYield = 77,
    evYield_Attack    = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LIGHT_CLAY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OWN_TEMPO, ABILITY_STAMINA, ABILITY_INNER_FOCUS},
    #else
        abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MUDSDALE

    HP        = 100,
    Attack    = 125,
    Defense   = 100,
    Speed     = 35,
    SpAttack  = 55,
    SpDefense = 85,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 60,
    expYield = 185,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LIGHT_CLAY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OWN_TEMPO, ABILITY_STAMINA, ABILITY_INNER_FOCUS},
    #else
        abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE, ABILITY_INNER_FOCUS},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DEWPIDER

    HP        = 38,
    Attack    = 40,
    Defense   = 52,
    Speed     = 27,
    SpAttack  = 40,
    SpDefense = 72,
    type1 = TYPE_WATER,
    type2 = TYPE_BUG,
    catchRate = 200,
    expYield = 54,
    evYield_SpDefense = 1,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_BUBBLE, ABILITY_NONE, ABILITY_WATER_ABSORB},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_WATER_ABSORB},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ARAQUANID

    HP        = 68,
    Attack    = 70,
    Defense   = 92,
    Speed     = 42,
    SpAttack  = 50,
    SpDefense = 132,
    type1 = TYPE_WATER,
    type2 = TYPE_BUG,
    catchRate = 100,
    expYield = 169,
    evYield_SpDefense = 2,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_BUBBLE, ABILITY_NONE, ABILITY_WATER_ABSORB},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_WATER_ABSORB},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



FOMANTIS

    HP        = 40,
    Attack    = 55,
    Defense   = 35,
    Speed     = 35,
    SpAttack  = 50,
    SpDefense = 35,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 50,
    evYield_Attack    = 1,
    item2 = ITEM_MIRACLE_SEED,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_NONE, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



LURANTIS

    HP        = 70,
    Attack    = 105,
    Defense   = 90,
    Speed     = 45,
    SpAttack  = 80,
    SpDefense = 90,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 75,
    expYield = 178,
    evYield_Attack    = 2,
    item2 = ITEM_MIRACLE_SEED,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_NONE, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



MORELULL

    HP        = 40,
    Attack    = 35,
    Defense   = 55,
    Speed     = 15,
    SpAttack  = 65,
    SpDefense = 75,
    type1 = TYPE_GRASS,
    type2 = TYPE_FAIRY,
    catchRate = 190,
    expYield = 57,
    evYield_SpDefense = 1,
    item1 = ITEM_TINY_MUSHROOM,
    item2 = ITEM_BIG_MUSHROOM,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_ILLUMINATE, ABILITY_EFFECT_SPORE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SHIINOTIC

    HP        = 60,
    Attack    = 45,
    Defense   = 80,
    Speed     = 30,
    SpAttack  = 90,
    SpDefense = 100,
    type1 = TYPE_GRASS,
    type2 = TYPE_FAIRY,
    catchRate = 75,
    expYield = 142,
    evYield_SpDefense = 2,
    item1 = ITEM_TINY_MUSHROOM,
    item2 = ITEM_BIG_MUSHROOM,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_ILLUMINATE, ABILITY_EFFECT_SPORE, ABILITY_RAIN_DISH},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SALANDIT

    HP        = 48,
    Attack    = 44,
    Defense   = 40,
    Speed     = 77,
    SpAttack  = 71,
    SpDefense = 40,
    type1 = TYPE_POISON,
    type2 = TYPE_FIRE,
    catchRate = 120,
    expYield = 64,
    evYield_Speed     = 1,
    item2 = ITEM_SMOKE_BALL,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CORROSION, ABILITY_NONE, ABILITY_OBLIVIOUS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_OBLIVIOUS},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



SALAZZLE

    HP        = 68,
    Attack    = 64,
    Defense   = 60,
    Speed     = 117,
    SpAttack  = 111,
    SpDefense = 60,
    type1 = TYPE_POISON,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 188,
    evYield_Speed     = 2,
    item2 = ITEM_SMOKE_BALL,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CORROSION, ABILITY_NONE, ABILITY_OBLIVIOUS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_OBLIVIOUS},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



STUFFUL

    HP        = 70,
    Attack    = 75,
    Defense   = 50,
    Speed     = 50,
    SpAttack  = 45,
    SpDefense = 50,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FIGHTING,
    catchRate = 140,
    expYield = 68,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLUFFY, ABILITY_KLUTZ, ABILITY_CUTE_CHARM},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_CUTE_CHARM},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



BEWEAR

    HP        = 120,
    Attack    = 125,
    Defense   = 80,
    Speed     = 60,
    SpAttack  = 55,
    SpDefense = 60,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FIGHTING,
    catchRate = 70,
    expYield = 195,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLUFFY, ABILITY_KLUTZ, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



BOUNSWEET

    HP        = 42,
    Attack    = 30,
    Defense   = 38,
    Speed     = 32,
    SpAttack  = 30,
    SpDefense = 38,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 235,
    expYield = 42,
    evYield_HP        = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_GRASSY_SEED,
    #endif
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_OBLIVIOUS, ABILITY_SWEET_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_OBLIVIOUS},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



STEENEE

    HP        = 52,
    Attack    = 40,
    Defense   = 48,
    Speed     = 62,
    SpAttack  = 40,
    SpDefense = 48,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 102,
    evYield_Speed     = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_GRASSY_SEED,
    #endif
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_OBLIVIOUS, ABILITY_SWEET_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_OBLIVIOUS},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = TRUE,



TSAREENA

    HP        = 72,
    Attack    = 120,
    Defense   = 98,
    Speed     = 72,
    SpAttack  = 50,
    SpDefense = 98,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 200,
    evYield_Attack    = 3,
    #ifdef ITEM_EXPANSION
        item1 = ITEM_GRASSY_SEED,
    #endif
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_QUEENLY_MAJESTY, ABILITY_SWEET_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = TRUE,



COMFEY

    HP        = 51,
    Attack    = 52,
    Defense   = 90,
    Speed     = 100,
    SpAttack  = 82,
    SpDefense = 110,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 60,
    expYield = 170,
    evYield_SpDefense = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_MISTY_SEED,
    #endif
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLOWER_VEIL, ABILITY_TRIAGE, ABILITY_NATURAL_CURE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_NATURAL_CURE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



ORANGURU

    HP        = 90,
    Attack    = 60,
    Defense   = 80,
    Speed     = 60,
    SpAttack  = 90,
    SpDefense = 110,
    type1 = TYPE_NORMAL,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 172,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_TELEPATHY, ABILITY_SYMBIOSIS},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



PASSIMIAN

    HP        = 100,
    Attack    = 120,
    Defense   = 90,
    Speed     = 80,
    SpAttack  = 40,
    SpDefense = 60,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 182,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RECEIVER, ABILITY_NONE, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



WIMPOD

    HP        = 25,
    Attack    = 35,
    Defense   = 40,
    Speed     = 80,
    SpAttack  = 20,
    SpDefense = 30,
    type1 = TYPE_BUG,
    type2 = TYPE_WATER,
    catchRate = 90,
    expYield = 46,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WIMP_OUT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



GOLISOPOD

    HP        = 75,
    Attack    = 125,
    Defense   = 140,
    Speed     = 40,
    SpAttack  = 60,
    SpDefense = 90,
    type1 = TYPE_BUG,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 196,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_EMERGENCY_EXIT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SANDYGAST

    HP        = 55,
    Attack    = 55,
    Defense   = 80,
    Speed     = 15,
    SpAttack  = 70,
    SpDefense = 45,
    type1 = TYPE_GHOST,
    type2 = TYPE_GROUND,
    catchRate = 140,
    expYield = 64,
    evYield_Defense   = 1,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_COMPACTION, ABILITY_NONE, ABILITY_SAND_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SAND_VEIL},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PALOSSAND

    HP        = 85,
    Attack    = 75,
    Defense   = 110,
    Speed     = 35,
    SpAttack  = 100,
    SpDefense = 75,
    type1 = TYPE_GHOST,
    type2 = TYPE_GROUND,
    catchRate = 60,
    expYield = 178,
    evYield_Defense   = 2,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_COMPACTION, ABILITY_NONE, ABILITY_SAND_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_SAND_VEIL},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PYUKUMUKU

    HP        = 55,
    Attack    = 60,
    Defense   = 130,
    Speed     = 5,
    SpAttack  = 30,
    SpDefense = 130,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 144,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNARDS_OUT, ABILITY_NONE, ABILITY_UNAWARE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



TYPE_NULL

    HP        = 95,
    Attack    = 95,
    Defense   = 95,
    Speed     = 59,
    SpAttack  = 95,
    SpDefense = 95,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 3,
    expYield = 200,
    evYield_HP        = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_BATTLE_ARMOR, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SILVALLY

    HP        = 95,
    Attack    = 95,
    Defense   = 95,
    Speed     = 95,
    SpAttack  = 95,
    SpDefense = 95,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 3,
    expYield = 240,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RKS_SYSTEM, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MINIOR

    HP        = 60,
    Attack    = 60,
    Defense   = 100,
    Speed     = 60,
    SpAttack  = 60,
    SpDefense = 100,
    type1 = TYPE_ROCK,
    type2 = TYPE_FLYING,
    catchRate = 30,
    expYield = 164,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_STAR_PIECE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHIELDS_DOWN, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



KOMALA

    HP        = 65,
    Attack    = 115,
    Defense   = 65,
    Speed     = 65,
    SpAttack  = 75,
    SpDefense = 95,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 168,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COMATOSE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



TURTONATOR

    HP        = 60,
    Attack    = 78,
    Defense   = 135,
    Speed     = 36,
    SpAttack  = 91,
    SpDefense = 85,
    type1 = TYPE_FIRE,
    type2 = TYPE_DRAGON,
    catchRate = 70,
    expYield = 170,
    evYield_Defense   = 2,
    item2 = ITEM_CHARCOAL,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_SHELL_ARMOR, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



TOGEDEMARU

    HP        = 65,
    Attack    = 98,
    Defense   = 63,
    Speed     = 96,
    SpAttack  = 40,
    SpDefense = 73,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_STEEL,
    catchRate = 180,
    expYield = 152,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ELECTRIC_SEED,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IRON_BARBS, ABILITY_LIGHTNING_ROD, ABILITY_STURDY},
    #else
        abilities = {ABILITY_NONE, ABILITY_LIGHTNING_ROD, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MIMIKYU

    HP        = 55,
    Attack    = 90,
    Defense   = 80,
    Speed     = 96,
    SpAttack  = 50,
    SpDefense = 105,
    type1 = TYPE_GHOST,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 167,
    evYield_SpDefense = 2,
    item2 = ITEM_CHESTO_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DISGUISE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



BRUXISH

    HP        = 68,
    Attack    = 105,
    Defense   = 70,
    Speed     = 92,
    SpAttack  = 70,
    SpDefense = 70,
    type1 = TYPE_WATER,
    type2 = TYPE_PSYCHIC,
    catchRate = 80,
    expYield = 166,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_RAZOR_FANG,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DAZZLING, ABILITY_STRONG_JAW, ABILITY_WONDER_SKIN},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



DRAMPA

    HP        = 88,
    Attack    = 60,
    Defense   = 95,
    Speed     = 36,
    SpAttack  = 135,
    SpDefense = 101,
    type1 = TYPE_NORMAL,
    type2 = TYPE_DRAGON,
    catchRate = 70,
    expYield = 170,
    evYield_SpAttack  = 2,
    item2 = ITEM_PERSIM_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BERSERK, ABILITY_SAP_SIPPER, ABILITY_CLOUD_NINE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_CLOUD_NINE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



DHELMISE

    HP        = 70,
    Attack    = 131,
    Defense   = 100,
    Speed     = 40,
    SpAttack  = 86,
    SpDefense = 90,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 25,
    expYield = 181,
    evYield_Attack    = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEELWORKER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



JANGMO_O

    HP        = 45,
    Attack    = 55,
    Defense   = 65,
    Speed     = 45,
    SpAttack  = 45,
    SpDefense = 45,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 60,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_RAZOR_CLAW,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BULLETPROOF, ABILITY_SOUNDPROOF, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_SOUNDPROOF},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



HAKAMO_O

    HP        = 55,
    Attack    = 75,
    Defense   = 90,
    Speed     = 65,
    SpAttack  = 65,
    SpDefense = 70,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 147,
    evYield_Defense   = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_RAZOR_CLAW,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BULLETPROOF, ABILITY_SOUNDPROOF, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_SOUNDPROOF},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



KOMMO_O

    HP        = 75,
    Attack    = 110,
    Defense   = 125,
    Speed     = 85,
    SpAttack  = 100,
    SpDefense = 105,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 248,
    evYield_Defense   = 3,
    #ifdef ITEM_EXPANSION
        item1 = ITEM_RAZOR_CLAW,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BULLETPROOF, ABILITY_SOUNDPROOF, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_SOUNDPROOF},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



TAPU_KOKO

    HP        = 70,
    Attack    = 115,
    Defense   = 85,
    Speed     = 130,
    SpAttack  = 95,
    SpDefense = 75,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 237,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ELECTRIC_SURGE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



TAPU_LELE

    HP        = 70,
    Attack    = 85,
    Defense   = 75,
    Speed     = 95,
    SpAttack  = 130,
    SpDefense = 115,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 237,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



TAPU_BULU

    HP        = 70,
    Attack    = 130,
    Defense   = 115,
    Speed     = 75,
    SpAttack  = 85,
    SpDefense = 95,
    type1 = TYPE_GRASS,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 237,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GRASSY_SURGE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



TAPU_FINI

    HP        = 70,
    Attack    = 75,
    Defense   = 115,
    Speed     = 85,
    SpAttack  = 95,
    SpDefense = 130,
    type1 = TYPE_WATER,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 237,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MISTY_SURGE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



COSMOG

    HP        = 43,
    Attack    = 29,
    Defense   = 31,
    Speed     = 37,
    SpAttack  = 29,
    SpDefense = 31,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 40,
    evYield_HP        = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_UNAWARE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



COSMOEM

    HP        = 43,
    Attack    = 29,
    Defense   = 131,
    Speed     = 37,
    SpAttack  = 29,
    SpDefense = 131,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 140,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_STURDY, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SOLGALEO

    HP        = 137,
    Attack    = 137,
    Defense   = 107,
    Speed     = 97,
    SpAttack  = 113,
    SpDefense = 89,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 306,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FULL_METAL_BODY, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



LUNALA

    HP        = 137,
    Attack    = 113,
    Defense   = 89,
    Speed     = 97,
    SpAttack  = 137,
    SpDefense = 107,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 306,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHADOW_SHIELD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



NIHILEGO

    HP        = 109,
    Attack    = 47,
    Defense   = 53,
    Speed     = 103,
    SpAttack  = 127,
    SpDefense = 131,
    type1 = TYPE_ROCK,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 227,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



BUZZWOLE

    HP        = 107,
    Attack    = 139,
    Defense   = 139,
    Speed     = 79,
    SpAttack  = 53,
    SpDefense = 53,
    type1 = TYPE_BUG,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 227,
    evYield_Attack    = 1,
    evYield_Defense   = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



PHEROMOSA

    HP        = 71,
    Attack    = 137,
    Defense   = 37,
    Speed     = 151,
    SpAttack  = 137,
    SpDefense = 37,
    type1 = TYPE_BUG,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 227,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



XURKITREE

    HP        = 83,
    Attack    = 71,
    Defense   = 89,
    Speed     = 83,
    SpAttack  = 173,
    SpDefense = 71,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 227,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



CELESTEELA

    HP        = 97,
    Attack    = 101,
    Defense   = 103,
    Speed     = 61,
    SpAttack  = 107,
    SpDefense = 101,
    type1 = TYPE_STEEL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 227,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



KARTANA

    HP        = 59,
    Attack    = 181,
    Defense   = 131,
    Speed     = 109,
    SpAttack  = 31,
    SpDefense = 59,
    type1 = TYPE_GRASS,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 227,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



GUZZLORD

    HP        = 223,
    Attack    = 101,
    Defense   = 53,
    Speed     = 43,
    SpAttack  = 97,
    SpDefense = 53,
    type1 = TYPE_DARK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 227,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



NECROZMA

    HP        = 97,
    Attack    = 107,
    Defense   = 101,
    Speed     = 79,
    SpAttack  = 127,
    SpDefense = 89,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 255,
    expYield = 270,
    evYield_Attack    = 1,
    evYield_SpAttack  = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRISM_ARMOR, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = TRUE,



MAGEARNA

    HP        = 80,
    Attack    = 95,
    Defense   = 115,
    Speed     = 65,
    SpAttack  = 130,
    SpDefense = 115,
    type1 = TYPE_STEEL,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 270,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUL_HEART, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MARSHADOW

    HP        = 90,
    Attack    = 125,
    Defense   = 80,
    Speed     = 125,
    SpAttack  = 90,
    SpDefense = 90,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_GHOST,
    catchRate = 3,
    expYield = 270,
    evYield_Attack    = 2,
    evYield_Speed     = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TECHNICIAN, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



POIPOLE

    HP        = 67,
    Attack    = 73,
    Defense   = 67,
    Speed     = 73,
    SpAttack  = 73,
    SpDefense = 67,
    type1 = TYPE_POISON,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 189,
    evYield_Speed     = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



NAGANADEL

    HP        = 73,
    Attack    = 73,
    Defense   = 73,
    Speed     = 121,
    SpAttack  = 127,
    SpDefense = 73,
    type1 = TYPE_POISON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 223,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,
    flags = F_ULTRA_BEAST,



STAKATAKA

    HP        = 61,
    Attack    = 131,
    Defense   = 211,
    Speed     = 13,
    SpAttack  = 53,
    SpDefense = 101,
    type1 = TYPE_ROCK,
    type2 = TYPE_STEEL,
    catchRate = 30,
    expYield = 227,
    evYield_Defense   = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,
    flags = F_ULTRA_BEAST,



BLACEPHALON

    HP        = 127,
    Attack    = 53,
    Defense   = 53,
    Speed     = 107,
    SpAttack  = 151,
    SpDefense = 79,
    type1 = TYPE_FIRE,
    type2 = TYPE_GHOST,
    catchRate = 30,
    expYield = 227,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BEAST_BOOST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,
    flags = F_ULTRA_BEAST,



ZERAORA

    HP        = 88,
    Attack    = 112,
    Defense   = 75,
    Speed     = 143,
    SpAttack  = 102,
    SpDefense = 80,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 3,
    expYield = 270,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_VOLT_ABSORB, ABILITY_NONE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MELTAN

    HP        = 46,
    Attack    = 65,
    Defense   = 65,
    Speed     = 34,
    SpAttack  = 55,
    SpDefense = 35,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 135,
    evYield_Attack    = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_MAGNET_PULL, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MELMETAL

    HP        = 135,
    Attack    = 143,
    Defense   = 143,
    Speed     = 34,
    SpAttack  = 80,
    SpDefense = 65,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 270,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_IRON_FIST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



GROOKEY

    HP        = 50,
    Attack    = 65,
    Defense   = 50,
    Speed     = 65,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 62,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_GRASSY_SURGE},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



THWACKEY

    HP        = 70,
    Attack    = 85,
    Defense   = 70,
    Speed     = 80,
    SpAttack  = 55,
    SpDefense = 60,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 147,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_GRASSY_SURGE},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



RILLABOOM

    HP        = 100,
    Attack    = 125,
    Defense   = 90,
    Speed     = 85,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 205,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_GRASSY_SURGE},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SCORBUNNY

    HP        = 50,
    Attack    = 71,
    Defense   = 40,
    Speed     = 69,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 62,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_LIBERO},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



RABOOT

    HP        = 65,
    Attack    = 86,
    Defense   = 60,
    Speed     = 94,
    SpAttack  = 55,
    SpDefense = 60,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 147,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_LIBERO},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



CINDERACE

    HP        = 80,
    Attack    = 116,
    Defense   = 75,
    Speed     = 119,
    SpAttack  = 65,
    SpDefense = 75,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 205,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_LIBERO},
    #else
        abilities = {ABILITY_BLAZE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SOBBLE

    HP        = 50,
    Attack    = 40,
    Defense   = 40,
    Speed     = 70,
    SpAttack  = 70,
    SpDefense = 40,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 62,
    evYield_Speed     = 1,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_SNIPER},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DRIZZILE

    HP        = 65,
    Attack    = 60,
    Defense   = 55,
    Speed     = 90,
    SpAttack  = 95,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 147,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_SNIPER},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



INTELEON

    HP        = 70,
    Attack    = 85,
    Defense   = 65,
    Speed     = 120,
    SpAttack  = 125,
    SpDefense = 65,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 205,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_SNIPER},
    #else
        abilities = {ABILITY_TORRENT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SKWOVET

    HP        = 70,
    Attack    = 55,
    Defense   = 55,
    Speed     = 25,
    SpAttack  = 35,
    SpDefense = 35,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 55,
    evYield_HP        = 1,
    item2 = ITEM_ORAN_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHEEK_POUCH, ABILITY_NONE, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GREEDENT

    HP        = 120,
    Attack    = 95,
    Defense   = 95,
    Speed     = 20,
    SpAttack  = 55,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 90,
    expYield = 161,
    evYield_HP        = 2,
    item2 = ITEM_SITRUS_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHEEK_POUCH, ABILITY_NONE, ABILITY_GLUTTONY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



ROOKIDEE

    HP        = 38,
    Attack    = 47,
    Defense   = 35,
    Speed     = 57,
    SpAttack  = 33,
    SpDefense = 35,
    type1 = TYPE_FLYING,
    type2 = TYPE_FLYING,
    catchRate = 255,
    expYield = 49,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_UNNERVE, ABILITY_BIG_PECKS},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CORVISQUIRE

    HP        = 68,
    Attack    = 67,
    Defense   = 55,
    Speed     = 77,
    SpAttack  = 43,
    SpDefense = 55,
    type1 = TYPE_FLYING,
    type2 = TYPE_FLYING,
    catchRate = 120,
    expYield = 128,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_UNNERVE, ABILITY_BIG_PECKS},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CORVIKNIGHT

    HP        = 98,
    Attack    = 87,
    Defense   = 105,
    Speed     = 67,
    SpAttack  = 53,
    SpDefense = 85,
    type1 = TYPE_FLYING,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 212,
    evYield_Defense   = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_UNNERVE, ABILITY_MIRROR_ARMOR},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



BLIPBUG

    HP        = 25,
    Attack    = 20,
    Defense   = 20,
    Speed     = 45,
    SpAttack  = 25,
    SpDefense = 45,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 255,
    expYield = 36,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_COMPOUND_EYES, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_SWARM, ABILITY_COMPOUND_EYES},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DOTTLER

    HP        = 50,
    Attack    = 35,
    Defense   = 80,
    Speed     = 30,
    SpAttack  = 50,
    SpDefense = 90,
    type1 = TYPE_BUG,
    type2 = TYPE_PSYCHIC,
    catchRate = 120,
    expYield = 117,
    evYield_SpDefense = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_PSYCHIC_SEED,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_COMPOUND_EYES, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_SWARM, ABILITY_COMPOUND_EYES},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ORBEETLE

    HP        = 60,
    Attack    = 45,
    Defense   = 110,
    Speed     = 90,
    SpAttack  = 80,
    SpDefense = 120,
    type1 = TYPE_BUG,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 213,
    evYield_SpDefense = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_PSYCHIC_SEED,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWARM, ABILITY_FRISK, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_SWARM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



NICKIT

    HP        = 40,
    Attack    = 28,
    Defense   = 28,
    Speed     = 50,
    SpAttack  = 47,
    SpDefense = 52,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 255,
    expYield = 49,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_UNBURDEN, ABILITY_STAKEOUT},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



THIEVUL

    HP        = 70,
    Attack    = 58,
    Defense   = 58,
    Speed     = 90,
    SpAttack  = 87,
    SpDefense = 92,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 127,
    expYield = 159,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_UNBURDEN, ABILITY_STAKEOUT},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GOSSIFLEUR

    HP        = 40,
    Attack    = 40,
    Defense   = 60,
    Speed     = 10,
    SpAttack  = 40,
    SpDefense = 60,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 50,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COTTON_DOWN, ABILITY_REGENERATOR, ABILITY_EFFECT_SPORE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_EFFECT_SPORE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ELDEGOSS

    HP        = 60,
    Attack    = 50,
    Defense   = 90,
    Speed     = 60,
    SpAttack  = 80,
    SpDefense = 120,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 75,
    expYield = 161,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COTTON_DOWN, ABILITY_REGENERATOR, ABILITY_EFFECT_SPORE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_EFFECT_SPORE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



WOOLOO

    HP        = 42,
    Attack    = 40,
    Defense   = 55,
    Speed     = 48,
    SpAttack  = 40,
    SpDefense = 45,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 122,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLUFFY, ABILITY_RUN_AWAY, ABILITY_BULLETPROOF},
    #else
        abilities = {ABILITY_NONE, ABILITY_RUN_AWAY},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



DUBWOOL

    HP        = 72,
    Attack    = 80,
    Defense   = 100,
    Speed     = 88,
    SpAttack  = 60,
    SpDefense = 90,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 127,
    expYield = 172,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLUFFY, ABILITY_STEADFAST, ABILITY_BULLETPROOF},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



CHEWTLE

    HP        = 50,
    Attack    = 64,
    Defense   = 50,
    Speed     = 44,
    SpAttack  = 38,
    SpDefense = 38,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 255,
    expYield = 57,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STRONG_JAW, ABILITY_SHELL_ARMOR, ABILITY_SWIFT_SWIM},
    #else
        abilities = {ABILITY_NONE, ABILITY_SHELL_ARMOR, ABILITY_SWIFT_SWIM},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



DREDNAW

    HP        = 90,
    Attack    = 115,
    Defense   = 90,
    Speed     = 74,
    SpAttack  = 48,
    SpDefense = 68,
    type1 = TYPE_WATER,
    type2 = TYPE_ROCK,
    catchRate = 75,
    expYield = 170,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STRONG_JAW, ABILITY_SHELL_ARMOR, ABILITY_SWIFT_SWIM},
    #else
        abilities = {ABILITY_NONE, ABILITY_SHELL_ARMOR, ABILITY_SWIFT_SWIM},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



YAMPER

    HP        = 59,
    Attack    = 45,
    Defense   = 50,
    Speed     = 26,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 255,
    expYield = 54,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BALL_FETCH, ABILITY_NONE, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



BOLTUND

    HP        = 69,
    Attack    = 90,
    Defense   = 60,
    Speed     = 121,
    SpAttack  = 90,
    SpDefense = 60,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 172,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STRONG_JAW, ABILITY_NONE, ABILITY_COMPETITIVE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ROLYCOLY

    HP        = 30,
    Attack    = 40,
    Defense   = 50,
    Speed     = 30,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 255,
    expYield = 48,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEAM_ENGINE, ABILITY_HEATPROOF, ABILITY_FLASH_FIRE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



CARKOL

    HP        = 80,
    Attack    = 60,
    Defense   = 90,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 70,
    type1 = TYPE_ROCK,
    type2 = TYPE_FIRE,
    catchRate = 120,
    expYield = 144,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEAM_ENGINE, ABILITY_FLAME_BODY, ABILITY_FLASH_FIRE},
    #else
        abilities = {ABILITY_NONE, ABILITY_FLAME_BODY, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



COALOSSAL

    HP        = 110,
    Attack    = 80,
    Defense   = 120,
    Speed     = 30,
    SpAttack  = 80,
    SpDefense = 90,
    type1 = TYPE_ROCK,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 215,
    evYield_Defense   = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEAM_ENGINE, ABILITY_FLAME_BODY, ABILITY_FLASH_FIRE},
    #else
        abilities = {ABILITY_NONE, ABILITY_FLAME_BODY, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



APPLIN

    HP        = 40,
    Attack    = 40,
    Defense   = 80,
    Speed     = 20,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_GRASS,
    type2 = TYPE_DRAGON,
    catchRate = 255,
    expYield = 52,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIPEN, ABILITY_GLUTTONY, ABILITY_BULLETPROOF},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



FLAPPLE

    HP        = 70,
    Attack    = 110,
    Defense   = 80,
    Speed     = 70,
    SpAttack  = 95,
    SpDefense = 60,
    type1 = TYPE_GRASS,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 170,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIPEN, ABILITY_GLUTTONY, ABILITY_HUSTLE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



APPLETUN

    HP        = 110,
    Attack    = 85,
    Defense   = 80,
    Speed     = 30,
    SpAttack  = 100,
    SpDefense = 80,
    type1 = TYPE_GRASS,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 170,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RIPEN, ABILITY_GLUTTONY, ABILITY_THICK_FAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_THICK_FAT},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SILICOBRA

    HP        = 52,
    Attack    = 57,
    Defense   = 75,
    Speed     = 46,
    SpAttack  = 35,
    SpDefense = 50,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 255,
    expYield = 63,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_SPIT, ABILITY_SHED_SKIN, ABILITY_SAND_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_SHED_SKIN, ABILITY_SAND_VEIL},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SANDACONDA

    HP        = 72,
    Attack    = 107,
    Defense   = 125,
    Speed     = 71,
    SpAttack  = 65,
    SpDefense = 70,
    type1 = TYPE_GROUND,
    type2 = TYPE_GROUND,
    catchRate = 120,
    expYield = 179,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_SPIT, ABILITY_SHED_SKIN, ABILITY_SAND_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_SHED_SKIN, ABILITY_SAND_VEIL},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CRAMORANT

    HP        = 70,
    Attack    = 85,
    Defense   = 55,
    Speed     = 85,
    SpAttack  = 85,
    SpDefense = 95,
    type1 = TYPE_FLYING,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 166,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GULP_MISSILE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ARROKUDA

    HP        = 41,
    Attack    = 63,
    Defense   = 40,
    Speed     = 66,
    SpAttack  = 40,
    SpDefense = 30,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 255,
    expYield = 56,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_PROPELLER_TAIL},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



BARRASKEWDA

    HP        = 61,
    Attack    = 123,
    Defense   = 60,
    Speed     = 136,
    SpAttack  = 60,
    SpDefense = 50,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 172,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE, ABILITY_PROPELLER_TAIL},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



TOXEL

    HP        = 40,
    Attack    = 38,
    Defense   = 35,
    Speed     = 40,
    SpAttack  = 54,
    SpDefense = 35,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_POISON,
    catchRate = 75,
    expYield = 48,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RATTLED, ABILITY_STATIC, ABILITY_KLUTZ},
    #else
        abilities = {ABILITY_NONE, ABILITY_STATIC},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



TOXTRICITY

    HP        = 75,
    Attack    = 98,
    Defense   = 70,
    Speed     = 75,
    SpAttack  = 114,
    SpDefense = 70,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 176,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PUNK_ROCK, ABILITY_PLUS, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_NONE, ABILITY_PLUS},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



TOXTRICITY_MEGA

    HP        = 75,
    Attack    = 78,
    Defense   = 85,
    Speed     = 115,
    SpAttack  = 154,
    SpDefense = 95,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 226,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PUNK_ROCK, ABILITY_PUNK_ROCK, ABILITY_PUNK_ROCK},
    #else
        abilities = {ABILITY_PUNK_ROCK, ABILITY_PUNK_ROCK},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SIZZLIPEDE

    HP        = 50,
    Attack    = 65,
    Defense   = 45,
    Speed     = 45,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_FIRE,
    type2 = TYPE_BUG,
    catchRate = 190,
    expYield = 61,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_FLASH_FIRE, ABILITY_WHITE_SMOKE, ABILITY_FLAME_BODY},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CENTISKORCH

    HP        = 100,
    Attack    = 115,
    Defense   = 65,
    Speed     = 65,
    SpAttack  = 90,
    SpDefense = 90,
    type1 = TYPE_FIRE,
    type2 = TYPE_BUG,
    catchRate = 75,
    expYield = 184,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_FLASH_FIRE, ABILITY_WHITE_SMOKE, ABILITY_FLAME_BODY},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CLOBBOPUS

    HP        = 50,
    Attack    = 68,
    Defense   = 60,
    Speed     = 32,
    SpAttack  = 50,
    SpDefense = 50,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 180,
    expYield = 62,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIMBER, ABILITY_NONE, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_LIMBER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GRAPPLOCT

    HP        = 80,
    Attack    = 118,
    Defense   = 90,
    Speed     = 42,
    SpAttack  = 70,
    SpDefense = 80,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 168,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIMBER, ABILITY_NONE, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_LIMBER, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SINISTEA

    HP        = 40,
    Attack    = 45,
    Defense   = 45,
    Speed     = 50,
    SpAttack  = 74,
    SpDefense = 54,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 120,
    expYield = 62,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WEAK_ARMOR, ABILITY_NONE, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



POLTEAGEIST

    HP        = 60,
    Attack    = 65,
    Defense   = 65,
    Speed     = 70,
    SpAttack  = 134,
    SpDefense = 114,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 60,
    expYield = 178,
    evYield_SpAttack  = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WEAK_ARMOR, ABILITY_NONE, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



HATENNA

    HP        = 42,
    Attack    = 30,
    Defense   = 45,
    Speed     = 39,
    SpAttack  = 56,
    SpDefense = 53,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 235,
    expYield = 53,
    evYield_SpAttack  = 1,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HEALER, ABILITY_ANTICIPATION, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



HATTREM

    HP        = 57,
    Attack    = 40,
    Defense   = 65,
    Speed     = 49,
    SpAttack  = 86,
    SpDefense = 73,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 120,
    expYield = 130,
    evYield_SpAttack  = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HEALER, ABILITY_ANTICIPATION, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



HATTERENE

    HP        = 57,
    Attack    = 90,
    Defense   = 95,
    Speed     = 29,
    SpAttack  = 136,
    SpDefense = 103,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 215,
    evYield_SpAttack  = 3,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HEALER, ABILITY_ANTICIPATION, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



IMPIDIMP

    HP        = 45,
    Attack    = 45,
    Defense   = 30,
    Speed     = 50,
    SpAttack  = 55,
    SpDefense = 40,
    type1 = TYPE_DARK,
    type2 = TYPE_FAIRY,
    catchRate = 255,
    expYield = 53,
    evYield_SpAttack  = 1,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_FRISK, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



MORGREM

    HP        = 65,
    Attack    = 60,
    Defense   = 45,
    Speed     = 70,
    SpAttack  = 75,
    SpDefense = 55,
    type1 = TYPE_DARK,
    type2 = TYPE_FAIRY,
    catchRate = 120,
    expYield = 130,
    evYield_SpAttack  = 2,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_FRISK, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



GRIMMSNARL

    HP        = 95,
    Attack    = 120,
    Defense   = 65,
    Speed     = 60,
    SpAttack  = 95,
    SpDefense = 75,
    type1 = TYPE_DARK,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 215,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_FRISK, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



OBSTAGOON

    HP        = 93,
    Attack    = 90,
    Defense   = 101,
    Speed     = 95,
    SpAttack  = 60,
    SpDefense = 81,
    type1 = TYPE_DARK,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 210,
    evYield_Defense   = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RECKLESS, ABILITY_GUTS, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_NONE, ABILITY_GUTS},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



PERRSERKER

    HP        = 70,
    Attack    = 110,
    Defense   = 100,
    Speed     = 50,
    SpAttack  = 50,
    SpDefense = 60,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 90,
    expYield = 154,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BATTLE_ARMOR, ABILITY_TOUGH_CLAWS, ABILITY_STEELY_SPIRIT},
    #else
        abilities = {ABILITY_BATTLE_ARMOR, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



CURSOLA

    HP        = 60,
    Attack    = 30,
    Defense   = 95,
    Speed     = 50,
    SpAttack  = 145,
    SpDefense = 130,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 30,
    expYield = 209,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WEAK_ARMOR, ABILITY_NONE, ABILITY_PERISH_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SIRFETCHD

    HP        = 62,
    Attack    = 135,
    Defense   = 95,
    Speed     = 65,
    SpAttack  = 68,
    SpDefense = 82,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 177,
    evYield_Attack    = 2,
    item2 = ITEM_LEEK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEADFAST, ABILITY_NONE, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



MR_RIME

    HP        = 80,
    Attack    = 85,
    Defense   = 75,
    Speed     = 70,
    SpAttack  = 110,
    SpDefense = 100,
    type1 = TYPE_ICE,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 182,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TANGLED_FEET, ABILITY_SCREEN_CLEANER, ABILITY_ICE_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



RUNERIGUS

    HP        = 58,
    Attack    = 95,
    Defense   = 145,
    Speed     = 30,
    SpAttack  = 50,
    SpDefense = 105,
    type1 = TYPE_GROUND,
    type2 = TYPE_GHOST,
    catchRate = 90,
    expYield = 169,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WANDERING_SPIRIT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MILCERY

    HP        = 45,
    Attack    = 40,
    Defense   = 40,
    Speed     = 34,
    SpAttack  = 50,
    SpDefense = 61,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 200,
    expYield = 54,
    evYield_SpDefense = 1,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWEET_VEIL, ABILITY_NONE, ABILITY_AROMA_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



ALCREMIE

    HP        = 65,
    Attack    = 60,
    Defense   = 75,
    Speed     = 64,
    SpAttack  = 110,
    SpDefense = 121,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 100,
    expYield = 173,
    evYield_SpDefense = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWEET_VEIL, ABILITY_NONE, ABILITY_AROMA_VEIL},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



FALINKS

    HP        = 65,
    Attack    = 100,
    Defense   = 100,
    Speed     = 75,
    SpAttack  = 70,
    SpDefense = 60,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 165,
    evYield_Attack    = 2,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BATTLE_ARMOR, ABILITY_NONE, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_BATTLE_ARMOR, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PINCURCHIN

    HP        = 48,
    Attack    = 101,
    Defense   = 95,
    Speed     = 15,
    SpAttack  = 91,
    SpDefense = 85,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 75,
    expYield = 152,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_NONE, ABILITY_ELECTRIC_SURGE},
    #else
        abilities = {ABILITY_LIGHTNING_ROD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SNOM

    HP        = 30,
    Attack    = 25,
    Defense   = 35,
    Speed     = 20,
    SpAttack  = 45,
    SpDefense = 30,
    type1 = TYPE_ICE,
    type2 = TYPE_BUG,
    catchRate = 190,
    expYield = 37,
    evYield_SpAttack  = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SNOWBALL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE, ABILITY_ICE_SCALES},
    #else
        abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



FROSMOTH

    HP        = 70,
    Attack    = 65,
    Defense   = 60,
    Speed     = 65,
    SpAttack  = 125,
    SpDefense = 90,
    type1 = TYPE_ICE,
    type2 = TYPE_BUG,
    catchRate = 75,
    expYield = 166,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE, ABILITY_ICE_SCALES},
    #else
        abilities = {ABILITY_SHIELD_DUST, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



STONJOURNER

    HP        = 100,
    Attack    = 125,
    Defense   = 135,
    Speed     = 70,
    SpAttack  = 20,
    SpDefense = 20,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 60,
    expYield = 165,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POWER_SPOT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



EISCUE

    HP        = 75,
    Attack    = 80,
    Defense   = 110,
    Speed     = 50,
    SpAttack  = 65,
    SpDefense = 90,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 165,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ICE_FACE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



INDEEDEE

    HP        = 60,
    Attack    = 65,
    Defense   = 55,
    Speed     = 95,
    SpAttack  = 105,
    SpDefense = 95,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_NORMAL,
    catchRate = 30,
    expYield = 166,
    evYield_SpAttack  = 2,
    genderRatio = MON_MALE,
    eggCycles = 40,
    friendship = 140,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_SYNCHRONIZE, ABILITY_PSYCHIC_SURGE},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_SYNCHRONIZE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MORPEKO

    HP        = 58,
    Attack    = 95,
    Defense   = 58,
    Speed     = 97,
    SpAttack  = 70,
    SpDefense = 58,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_DARK,
    catchRate = 180,
    expYield = 153,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HUNGER_SWITCH, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



CUFANT

    HP        = 72,
    Attack    = 80,
    Defense   = 49,
    Speed     = 40,
    SpAttack  = 40,
    SpDefense = 49,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 190,
    expYield = 66,
    evYield_Attack    = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LAGGING_TAIL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



COPPERAJAH

    HP        = 122,
    Attack    = 130,
    Defense   = 69,
    Speed     = 30,
    SpAttack  = 80,
    SpDefense = 69,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 90,
    expYield = 175,
    evYield_Attack    = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_LAGGING_TAIL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



DRACOZOLT

    HP        = 90,
    Attack    = 100,
    Defense   = 90,
    Speed     = 75,
    SpAttack  = 80,
    SpDefense = 70,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 177,
    evYield_Attack    = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VOLT_ABSORB, ABILITY_HUSTLE, ABILITY_SAND_RUSH},
    #else
        abilities = {ABILITY_VOLT_ABSORB, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ARCTOZOLT

    HP        = 90,
    Attack    = 100,
    Defense   = 90,
    Speed     = 55,
    SpAttack  = 90,
    SpDefense = 80,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 177,
    evYield_Attack    = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VOLT_ABSORB, ABILITY_STATIC, ABILITY_SLUSH_RUSH},
    #else
        abilities = {ABILITY_VOLT_ABSORB, ABILITY_STATIC},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DRACOVISH

    HP        = 90,
    Attack    = 90,
    Defense   = 100,
    Speed     = 75,
    SpAttack  = 70,
    SpDefense = 80,
    type1 = TYPE_WATER,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 177,
    evYield_Defense   = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_ABSORB, ABILITY_STRONG_JAW, ABILITY_SAND_RUSH},
    #else
        abilities = {ABILITY_WATER_ABSORB, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ARCTOVISH

    HP        = 90,
    Attack    = 90,
    Defense   = 100,
    Speed     = 55,
    SpAttack  = 80,
    SpDefense = 90,
    type1 = TYPE_WATER,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 177,
    evYield_Defense   = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_ABSORB, ABILITY_ICE_BODY, ABILITY_SLUSH_RUSH},
    #else
        abilities = {ABILITY_WATER_ABSORB, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DURALUDON

    HP        = 70,
    Attack    = 50,
    Defense   = 115,
    Speed     = 85,
    SpAttack  = 120,
    SpDefense = 95,
    type1 = TYPE_STEEL,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 207,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



DREEPY

    HP        = 28,
    Attack    = 60,
    Defense   = 30,
    Speed     = 82,
    SpAttack  = 40,
    SpDefense = 30,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 54,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CLEAR_BODY, ABILITY_INFILTRATOR, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



DRAKLOAK

    HP        = 68,
    Attack    = 80,
    Defense   = 50,
    Speed     = 102,
    SpAttack  = 60,
    SpDefense = 50,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 144,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CLEAR_BODY, ABILITY_INFILTRATOR, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



DRAGAPULT

    HP        = 88,
    Attack    = 120,
    Defense   = 75,
    Speed     = 142,
    SpAttack  = 100,
    SpDefense = 75,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 249,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CLEAR_BODY, ABILITY_INFILTRATOR, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ZACIAN

    HP        = 92,
    Attack    = 130,
    Defense   = 115,
    Speed     = 138,
    SpAttack  = 80,
    SpDefense = 115,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 10,
    expYield = 304,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTREPID_SWORD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ZAMAZENTA

    HP        = 92,
    Attack    = 130,
    Defense   = 115,
    Speed     = 138,
    SpAttack  = 80,
    SpDefense = 115,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 10,
    expYield = 304,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DAUNTLESS_SHIELD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ETERNATUS

    HP        = 140,
    Attack    = 85,
    Defense   = 95,
    Speed     = 130,
    SpAttack  = 145,
    SpDefense = 95,
    type1 = TYPE_POISON,
    type2 = TYPE_DRAGON,
    catchRate = 255,
    expYield = 307,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



KUBFU

    HP        = 60,
    Attack    = 90,
    Defense   = 60,
    Speed     = 72,
    SpAttack  = 53,
    SpDefense = 50,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 3,
    expYield = 77,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 120,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_INNER_FOCUS, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



URSHIFU

    HP        = 100,
    Attack    = 130,
    Defense   = 100,
    Speed     = 97,
    SpAttack  = 63,
    SpDefense = 60,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_DARK,
    catchRate = 3,
    expYield = 222,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 120,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_UNSEEN_FIST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



ZARUDE

    HP        = 105,
    Attack    = 120,
    Defense   = 105,
    Speed     = 105,
    SpAttack  = 70,
    SpDefense = 95,
    type1 = TYPE_DARK,
    type2 = TYPE_GRASS,
    catchRate = 3,
    expYield = 270,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



REGIELEKI

    HP        = 80,
    Attack    = 50,
    Defense   = 75,
    Speed     = 200,
    SpAttack  = 100,
    SpDefense = 75,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 3,
    expYield = 238,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TRANSISTOR, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



REGIDRAGO

    HP        = 200,
    Attack    = 100,
    Defense   = 75,
    Speed     = 80,
    SpAttack  = 50,
    SpDefense = 75,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 239,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DRAGONS_MAW, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



GLASTRIER

    HP        = 100,
    Attack    = 145,
    Defense   = 130,
    Speed     = 30,
    SpAttack  = 65,
    SpDefense = 110,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 3,
    expYield = 240,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHILLING_NEIGH, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SPECTRIER

    HP        = 100,
    Attack    = 65,
    Defense   = 60,
    Speed     = 130,
    SpAttack  = 145,
    SpDefense = 80,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 3,
    expYield = 240,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GRIM_NEIGH, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



CALYREX

    HP        = 100,
    Attack    = 80,
    Defense   = 80,
    Speed     = 80,
    SpAttack  = 80,
    SpDefense = 80,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_GRASS,
    catchRate = 3,
    expYield = 306,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_UNNERVE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



EONEON

    HP        = 95,
    Attack    = 130,
    Defense   = 80,
    Speed     = 110,
    SpAttack  = 60,
    SpDefense = 110,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 188,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AS_ONE_SHADOW_RIDER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



TRXATU

    HP        = 75,
    Attack    = 75,
    Defense   = 75,
    Speed     = 115,
    SpAttack  = 115,
    SpDefense = 115,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 75,
    expYield = 236,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_EARLY_BIRD, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_SYNCHRONIZE, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



ELECTRODE_Y

    HP        = 60,
    Attack    = 10,
    Defense   = 85,
    SpAttack  = 140,
    SpDefense = 95,
    #if P_UPDATED_STATS >= GEN_7
        Speed     = 200,
    #else
        Speed     = 200,
    #endif
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_STEEL,
    catchRate = 60,
    expYield = 237,
    evYield_Speed     = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE, ABILITY_LEVITATE},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



TAUROS_X

    HP        = 75,
    Attack    = 155,
    Defense   = 150,
    Speed     = 90,
    SpAttack  = 30,
    SpDefense = 90,
    type1 = TYPE_ROCK,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 236,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROCK_HEAD, ABILITY_ROCK_HEAD, ABILITY_ROCK_HEAD},
    #else
        abilities = {ABILITY_ROCK_HEAD, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PORYGON3

    HP        = 95,
    Attack    = 65,
    Defense   = 70,
    Speed     = 135,
    SpAttack  = 155,
    SpDefense = 95,
    type1 = TYPE_NORMAL,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 242,
    evYield_SpAttack  = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ELECTIVIRE_X

    HP        = 75,
    Attack    = 153,
    Defense   = 97,
    Speed     = 115,
    SpAttack  = 95,
    SpDefense = 105,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FIGHTING,
    catchRate = 30,
    expYield = 243,
    evYield_Attack    = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ELECTIRIZER,
    #endif
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GALVANIZE, ABILITY_GALVANIZE, ABILITY_GALVANIZE},
    #else
        abilities = {ABILITY_GALVANIZE, ABILITY_GALVANIZE, ABILITY_GALVANIZE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MAGMORTAR_Y

    HP        = 75,
    Attack    = 95,
    Defense   = 97,
    Speed     = 103,
    SpAttack  = 165,
    SpDefense = 105,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 30,
    expYield = 243,
    evYield_SpAttack  = 3,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_MAGMARIZER,
    #endif
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    abilities = {ABILITY_NO_GUARD, ABILITY_NONE, ABILITY_NO_GUARD},
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



NIDOQUEEN_Y

    HP        = 100,
    Defense   = 107,
    Speed     = 86,
    SpAttack  = 135,
    SpDefense = 150,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 52,
    #else
        Attack    = 52,
    #endif
    type1 = TYPE_POISON,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 247,
    evYield_HP        = 3,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLUFFY, ABILITY_FLUFFY, ABILITY_FLUFFY},
    #else
        abilities = {ABILITY_FLUFFY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



NIDOKING_X

    HP        = 91,
    Defense   = 117,
    Speed     = 125,
    SpAttack  = 50,
    SpDefense = 105,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 142,
    #else
        Attack    = 142,
    #endif
    type1 = TYPE_POISON,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 248,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_ADAPTABILITY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



PORYGONZ_X

    HP        = 85,
    Attack    = 125,
    Defense   = 70,
    Speed     = 185,
    SpAttack  = 95,
    SpDefense = 85,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 30,
    expYield = 250,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



PORYGONZ_Y

    HP        = 85,
    Attack    = 70,
    Defense   = 80,
    Speed     = 120,
    SpAttack  = 185,
    SpDefense = 105,
    type1 = TYPE_NORMAL,
    type2 = TYPE_ELECTRIC,
    catchRate = 30,
    expYield = 250,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE, ABILITY_LEVITATE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



NIDOGOD

    HP        = 111,
    Defense   = 147,
    Speed     = 50,
    SpAttack  = 85,
    SpDefense = 115,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 172,
    #else
        Attack    = 172,
    #endif
    type1 = TYPE_POISON,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 315,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



AERODACTYL_SKEL

    HP        = 80,
    Attack    = 165,
    Defense   = 95,
    Speed     = 130,
    SpAttack  = 60,
    SpDefense = 85,
    type1 = TYPE_ROCK,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 220,
    evYield_Speed     = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE, ABILITY_LEVITATE},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CRADILY_Y

    HP        = 86,
    Attack    = 41,
    Defense   = 137,
    Speed     = 53,
    SpAttack  = 111,
    SpDefense = 167,
    type1 = TYPE_ROCK,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 233,
    evYield_SpDefense = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_BIG_ROOT,
    #endif
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOLID_ROCK, ABILITY_SOLID_ROCK, ABILITY_SOLID_ROCK},
    #else
        abilities = {ABILITY_SOLID_ROCK, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



RAMPARDOS_X

    HP        = 97,
    Attack    = 205,
    Defense   = 90,
    Speed     = 98,
    SpAttack  = 45,
    SpDefense = 60,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 45,
    expYield = 233,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_NONE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BASTIODON_X

    HP        = 60,
    Attack    = 92,
    Defense   = 198,
    Speed     = 40,
    SpAttack  = 37,
    SpDefense = 168,
    type1 = TYPE_ROCK,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 233,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_SOLID_ROCK, ABILITY_NONE, ABILITY_SOLID_ROCK},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



TYRANTRUM_X

    HP        = 82,
    Attack    = 161,
    Defense   = 119,
    Speed     = 121,
    SpAttack  = 59,
    SpDefense = 79,
    type1 = TYPE_ROCK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 242,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROCK_HEAD, ABILITY_NONE, ABILITY_ROCK_HEAD},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ARCHEOPS_X

    HP        = 75,
    Attack    = 170,
    Defense   = 115,
    Speed     = 140,
    SpAttack  = 82,
    SpDefense = 85,
    type1 = TYPE_ROCK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 257,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



REGIROCK_X

    HP        = 80,
    Attack    = 150,
    Defense   = 250,
    Speed     = 80,
    SpAttack  = 0,
    SpDefense = 120,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 3,
    expYield = 311,
    evYield_Defense   = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE, ABILITY_STURDY},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,



REGICE_Y

    HP        = 80,
    Attack    = 6,
    Defense   = 80,
    Speed     = 120,
    SpAttack  = 150,
    SpDefense = 254,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 3,
    expYield = 312,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE, ABILITY_ICE_BODY},
    #else
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



REGISTEEL_Z

    HP        = 80,
    Attack    = 25,
    Defense   = 200,
    Speed     = 150,
    SpAttack  = 25,
    SpDefense = 200,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 313,
    evYield_Defense   = 2,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE, ABILITY_LIGHT_METAL},
    #else
        abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



DEOXYS_ATTACK_Y

    HP        = 100,
    Attack    = 20,
    Defense   = 70,
    Speed     = 180,
    SpAttack  = 230,
    SpDefense = 100,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 330,
    evYield_Attack    = 2,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DEOXYS_SPEED_Y

    HP        = 100,
    Attack    = 10,
    Defense   = 90,
    Speed     = 230,
    SpAttack  = 180,
    SpDefense = 90,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 330,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



MEWTWO_ARM

    HP        = 106,
    Attack    = 120,
    Defense   = 140,
    Speed     = 110,
    SpAttack  = 164,
    SpDefense = 140,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 455,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GENESECT_X

    HP        = 71,
    Attack    = 160,
    Defense   = 135,
    Speed     = 129,
    SpAttack  = 100,
    SpDefense = 105,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 333,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GENESECT_Y

    HP        = 71,
    Attack    = 100,
    Defense   = 85,
    Speed     = 149,
    SpAttack  = 170,
    SpDefense = 125,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 3,
    expYield = 333,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLASH_FIRE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



ULTIMATE_PROYECT

    HP        = 106,
    Attack    = 110,
    Defense   = 170,
    Speed     = 110,
    SpAttack  = 204,
    SpDefense = 140,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 456,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



POLIWRATH_BOND

    HP        = 100,
    Defense   = 125,
    Speed     = 80,
    SpAttack  = 60,
    SpDefense = 110,
    #if P_UPDATED_STATS >= GEN_6
        Attack    = 145,
    #else
        Attack    = 145,
    #endif
    type1 = TYPE_WATER,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 270,
    evYield_Defense   = 3,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_IRON_FIST, ABILITY_IRON_FIST, ABILITY_IRON_FIST},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



BUTTERFREE_BOND

    HP        = 60,
    Attack    = 5,
    Defense   = 70,
    Speed     = 110,
    SpDefense = 120,
    #if P_UPDATED_STATS >= GEN_6
        SpAttack  = 140,
    #else
        SpAttack  = 140,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 258,
    evYield_SpAttack  = 2,
    evYield_SpDefense = 1,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



FERALIGATR_BOND

    HP        = 95,
    Attack    = 155,
    Defense   = 130,
    Speed     = 98,
    SpAttack  = 64,
    SpDefense = 103,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 279,
    evYield_Attack    = 2,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_NONE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



RAPIDASH_BOND

    HP        = 75,
    Attack    = 130,
    Defense   = 100,
    Speed     = 135,
    SpAttack  = 70,
    SpDefense = 100,
    type1 = TYPE_FIRE,
    type2 = TYPE_FLYING,
    catchRate = 60,
    expYield = 275,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_FUR_COAT, ABILITY_FUR_COAT, ABILITY_FUR_COAT},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



KINGDRA_BOND

    HP        = 75,
    Attack    = 115,
    Defense   = 115,
    Speed     = 115,
    SpAttack  = 115,
    SpDefense = 115,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 283,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_ADAPTABILITY, ABILITY_NONE, ABILITY_ADAPTABILITY},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



SKARMORY_BOND

    HP        = 75,
    Attack    = 110,
    Defense   = 160,
    Speed     = 90,
    SpAttack  = 30,
    SpDefense = 110,
    type1 = TYPE_STEEL,
    type2 = TYPE_FLYING,
    catchRate = 25,
    expYield = 273,
    evYield_Defense   = 3,
    item2 = ITEM_METAL_COAT,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VOLT_ABSORB, ABILITY_VOLT_ABSORB, ABILITY_VOLT_ABSORB},
    #else
        abilities = {ABILITY_VOLT_ABSORB, ABILITY_VOLT_ABSORB},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



EEVEE_BOND

    HP        = 130,
    Attack    = 60,
    Defense   = 95,
    Speed     = 105,
    SpAttack  = 135,
    SpDefense = 110,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 65,
    evYield_SpAttack = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PROTEAN, ABILITY_PROTEAN, ABILITY_PROTEAN},
    #else
        abilities = {ABILITY_PROTEAN, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



HYPNO_BOND

    HP        = 95,
    Attack    = 53,
    Defense   = 100,
    Speed     = 37,
    SpAttack  = 143,
    SpDefense = 165,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 209,
    evYield_SpDefense = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



DUNSPARCE_OLD_PREEVO

    HP        = 125,
    Attack    = 60,
    Defense   = 63,
    Speed     = 66,
    SpAttack  = 83,
    SpDefense = 101,
    type1 = TYPE_DRAGON,
    type2 = TYPE_NORMAL,
    catchRate = 190,
    expYield = 188,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SERENE_GRACE, ABILITY_RUN_AWAY, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_SERENE_GRACE, ABILITY_RUN_AWAY},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



DUNSPARCE_OLD

    HP        = 153,
    Attack    = 44,
    Defense   = 66,
    Speed     = 99,
    SpAttack  = 117,
    SpDefense = 132,
    type1 = TYPE_DRAGON,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 267,
    evYield_HP        = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    #else
        abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



DELPHOX_BOND

    HP        = 85,
    Attack    = 69,
    Defense   = 92,
    Speed     = 124,
    SpAttack  = 164,
    SpDefense = 110,
    type1 = TYPE_FIRE,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 290,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



RHYPERIOR_BOND

    HP        = 125,
    Attack    = 175,
    Defense   = 155,
    Speed     = 60,
    SpAttack  = 55,
    SpDefense = 75,
    type1 = TYPE_GROUND,
    type2 = TYPE_STEEL,
    catchRate = 30,
    expYield = 292,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SPEED_BOOST, ABILITY_SPEED_BOOST, ABILITY_SPEED_BOOST},
    #else
        abilities = {ABILITY_SPEED_BOOST, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



LAPRAS_BOND

    HP        = 150,
    Attack    = 95,
    Defense   = 105,
    Speed     = 80,
    SpAttack  = 115,
    SpDefense = 115,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 187,
    evYield_HP        = 3,
    item1 = ITEM_MYSTIC_WATER,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



EMPOLEON_BOND

    HP        = 94,
    Attack    = 91,
    Defense   = 98,
    Speed     = 90,
    SpAttack  = 151,
    SpDefense = 116,
    type1 = TYPE_WATER,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 239,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_NONE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



INFERNAPE_BOND

    HP        = 86,
    Attack    = 124,
    Defense   = 86,
    Speed     = 138,
    SpAttack  = 124,
    SpDefense = 86,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 240,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CONTRARY, ABILITY_NONE, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_CONTRARY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MESPRIT_BOND

    HP        = 90,
    Attack    = 100,
    Defense   = 125,
    Speed     = 125,
    SpAttack  = 125,
    SpDefense = 125,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 261,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 140,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_MAGIC_GUARD, ABILITY_NONE},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



SERPERIOR_BOND

    HP        = 85,
    Attack    = 65,
    Defense   = 105,
    Speed     = 133,
    SpAttack  = 125,
    SpDefense = 125,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 288,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CONTRARY, ABILITY_NONE, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_CONTRARY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



HAXORUS_BOND

    HP        = 86,
    Attack    = 187,
    Defense   = 110,
    Speed     = 117,
    SpAttack  = 60,
    SpDefense = 80,
    type1 = TYPE_DRAGON,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 243,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_TOUGH_CLAWS, ABILITY_TOUGH_CLAWS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



WEAVILE_BOND

    HP        = 80,
    Attack    = 140,
    Defense   = 115,
    Speed     = 145,
    SpAttack  = 35,
    SpDefense = 95,
    type1 = TYPE_DARK,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 239,
    evYield_Attack    = 1,
    evYield_Speed     = 2,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_NONE, ABILITY_TOUGH_CLAWS},
    #else
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



AEGISLASH_BOND

    HP        = 70,
    Attack    = 125,
    Speed     = 70,
    SpAttack  = 125,
    #if P_UPDATED_STATS >= GEN_8
        Defense   = 125,
        SpDefense = 125,
    #else
        Defense   = 150,
        SpDefense = 150,
    #endif
    type1 = TYPE_STEEL,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 234,
    evYield_Defense   = 2,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STANCE_CHANGE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



VOLCARONA_BOND

    HP        = 95,
    Attack    = 50,
    Defense   = 80,
    Speed     = 120,
    SpAttack  = 190,
    SpDefense = 125,
    type1 = TYPE_BUG,
    type2 = TYPE_FIRE,
    catchRate = 15,
    expYield = 248,
    evYield_SpAttack  = 3,
    item1 = ITEM_SILVER_POWDER,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



GOODRA_BOND

    HP        = 100,
    Attack    = 120,
    Defense   = 120,
    Speed     = 30,
    SpAttack  = 130,
    SpDefense = 210,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 299,
    evYield_SpDefense = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



HYDREIGON_BOND

    HP        = 102,
    Attack    = 95,
    Defense   = 100,
    Speed     = 118,
    SpAttack  = 185,
    SpDefense = 100,
    type1 = TYPE_DARK,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 301,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_DARK_AURA, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DRAGONITE_BOND

    HP        = 101,
    Attack    = 94,
    Defense   = 115,
    Speed     = 110,
    SpAttack  = 145,
    SpDefense = 145,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 300,
    evYield_SpAttack    = 3,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



MAROGHOST

    HP        = 100,
    Attack    = 140,
    Defense   = 120,
    Speed     = 70,
    SpAttack  = 70,
    SpDefense = 90,
    type1 = TYPE_GROUND,
    type2 = TYPE_GHOST,
    catchRate = 75,
    expYield = 209,
    evYield_Defense   = 2,
    item2 = ITEM_THICK_CLUB,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KABUTOPS_SKEL

    HP        = 60,
    Attack    = 155,
    Defense   = 115,
    Speed     = 110,
    SpAttack  = 65,
    SpDefense = 90,
    type1 = TYPE_ROCK,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 213,
    evYield_Attack    = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DUDUNSPARCE

    HP        = 125,
    Attack    = 100,
    Defense   = 80,
    Speed     = 55,
    SpAttack  = 85,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 190,
    expYield = 195,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SERENE_GRACE, ABILITY_RUN_AWAY, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_SERENE_GRACE, ABILITY_RUN_AWAY},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



DUDUNSPARCE_EVO

    HP        = 141,
    Attack    = 131,
    Defense   = 121,
    Speed     = 25,
    SpAttack  = 75,
    SpDefense = 96,
    type1 = TYPE_NORMAL,
    type2 = TYPE_GROUND,
    catchRate = 190,
    expYield = 236,
    evYield_HP        = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GRASSY_SURGE, ABILITY_GRASSY_SURGE, ABILITY_GRASSY_SURGE},
    #else
        abilities = {ABILITY_GRASSY_SURGE, ABILITY_GRASSY_SURGE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



GHOST

    HP        = 90,
    Attack    = 60,
    Defense   = 60,
    Speed     = 115,
    SpAttack  = 165,
    SpDefense = 150,
    type1 = TYPE_GHOST,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 245,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #if P_UPDATED_ABILITIES >= GEN_7
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
        #else
            abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
        #endif
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



UNOWN_GOLD

    HP        = 100,
    Attack    = 80,
    Defense   = 80,
    Speed     = 120,
    SpAttack  = 170,
    SpDefense = 150,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FAIRY,
    catchRate = 225,
    expYield = 268,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_FAIRY_AURA, ABILITY_FAIRY_AURA},
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



UNOWN_KING

    HP        = 114,
    Attack    = 171,
    Defense   = 114,
    Speed     = 114,
    SpAttack  = 171,
    SpDefense = 114,
    type1 = TYPE_DARK,
    type2 = TYPE_POISON,
    catchRate = 225,
    expYield = 328,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_DARK_AURA, ABILITY_DARK_AURA},
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



ARTICUNO_PRIMAL

    HP        = 90,
    Attack    = 85,
    Defense   = 100,
    Speed     = 115,
    SpAttack  = 115,
    SpDefense = 185,
    type1 = TYPE_ICE,
    type2 = TYPE_WATER,
    catchRate = 3,
    expYield = 311,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FUR_COAT, ABILITY_FUR_COAT, ABILITY_FUR_COAT},
    #else
        abilities = {ABILITY_FUR_COAT, ABILITY_FUR_COAT},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ZAPDOS_PRIMAL

    HP        = 90,
    Attack    = 85,
    Defense   = 100,
    Speed     = 130,
    SpAttack  = 175,
    SpDefense = 100,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_DARK,
    catchRate = 3,
    expYield = 311,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 50,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #if P_UPDATED_ABILITIES >= GEN_6
        abilities = {ABILITY_ELECTRIC_SURGE, ABILITY_ELECTRIC_SURGE, ABILITY_ELECTRIC_SURGE},
    #else
        abilities = {ABILITY_ELECTRIC_SURGE, ABILITY_ELECTRIC_SURGE, ABILITY_ELECTRIC_SURGE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



MOLTRES_PRIMAL

    HP        = 90,
    Attack    = 85,
    Defense   = 100,
    Speed     = 110,
    SpAttack  = 185,
    SpDefense = 110,
    type1 = TYPE_FIRE,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 311,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_DROUGHT, ABILITY_DROUGHT, ABILITY_DROUGHT},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



RAIKOU_BOND

    HP        = 100,
    Attack    = 75,
    Defense   = 90,
    Speed     = 145,
    SpAttack  = 165,
    SpDefense = 115,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_DARK,
    catchRate = 3,
    expYield = 321,
    evYield_Speed     = 2,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #if P_UPDATED_ABILITIES >= GEN_7
        abilities = {ABILITY_PRIMORDIAL_SEA, ABILITY_PRIMORDIAL_SEA, ABILITY_PRIMORDIAL_SEA},
    #else
        abilities = {ABILITY_PRIMORDIAL_SEA, ABILITY_PRIMORDIAL_SEA, ABILITY_PRIMORDIAL_SEA},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ENTEI_BOND

    HP        = 125,
    Attack    = 185,
    Defense   = 105,
    Speed     = 110,
    SpAttack  = 75,
    SpDefense = 90,
    type1 = TYPE_FIRE,
    type2 = TYPE_GROUND,
    catchRate = 3,
    expYield = 321,
    evYield_HP        = 1,
    evYield_Attack    = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #if P_UPDATED_ABILITIES >= GEN_7
        abilities = {ABILITY_DESOLATE_LAND, ABILITY_DESOLATE_LAND, ABILITY_DESOLATE_LAND},
    #else
        abilities = {ABILITY_DESOLATE_LAND, ABILITY_DESOLATE_LAND, ABILITY_DESOLATE_LAND},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SUICUNE_BOND

    HP        = 110,
    Attack    = 75,
    Defense   = 145,
    Speed     = 95,
    SpAttack  = 110,
    SpDefense = 155,
    type1 = TYPE_WATER,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 321,
    evYield_Defense   = 1,
    evYield_SpDefense = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #if P_UPDATED_ABILITIES >= GEN_7
        abilities = {ABILITY_PIXILATE, ABILITY_PIXILATE, ABILITY_PIXILATE},
    #else
        abilities = {ABILITY_PIXILATE, ABILITY_PIXILATE, ABILITY_PIXILATE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



KURUSU

    HP        = 51,
    Attack    = 64,
    Defense   = 55,
    Speed     = 45,
    SpAttack  = 68,
    SpDefense = 25,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 225,
    expYield = 59,
    evYield_SpAttack  = 1,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NO_GUARD, ABILITY_NONE, ABILITY_NO_GUARD},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



AKUA

    HP        = 71,
    Attack    = 78,
    Defense   = 62,
    Speed     = 55,
    SpAttack  = 85,
    SpDefense = 66,
    type1 = TYPE_WATER,
    type2 = TYPE_DRAGON,
    catchRate = 75,
    expYield = 154,
    evYield_Defense   = 1,
    evYield_SpAttack  = 1,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NO_GUARD, ABILITY_NONE, ABILITY_NO_GUARD},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



AKUERIA

    HP        = 122,
    Attack    = 126,
    Defense   = 102,
    Speed     = 82,
    SpAttack  = 135,
    SpDefense = 74,
    type1 = TYPE_WATER,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 253,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_DRAGON_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NO_GUARD, ABILITY_NONE, ABILITY_NO_GUARD},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BOOHOO

    HP        = 120,
    Attack    = 55,
    Defense   = 65,
    Speed     = 60,
    SpDefense = 126,
    #if P_UPDATED_STATS >= GEN_7
        SpAttack  = 116,
    #else
        SpAttack  = 116,
    #endif
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 90,
    expYield = 217,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



IKARY

    HP        = 65,
    Attack    = 125,
    Defense   = 95,
    Speed     = 95,
    SpAttack  = 35,
    SpDefense = 75,
    type1 = TYPE_WATER,
    type2 = TYPE_STEEL,
    catchRate = 60,
    expYield = 191,
    evYield_Attack    = 2,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_INFILTRATOR, ABILITY_INFILTRATOR, ABILITY_INFILTRATOR},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



PURAKKUSU

    HP        = 85,
    Attack    = 135,
    Defense   = 110,
    Speed     = 95,
    SpAttack  = 45,
    SpDefense = 80,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 215,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_INTIMIDATE, ABILITY_INTIMIDATE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



TAABAN

    HP        = 95,
    Attack    = 95,
    Defense   = 180,
    Speed     = 30,
    SpAttack  = 85,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_GHOST,
    catchRate = 75,
    expYield = 204,
    evYield_Defense   = 2,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SKILL_LINK, ABILITY_SKILL_LINK, ABILITY_SKILL_LINK},
    #else
        abilities = {ABILITY_SKILL_LINK, ABILITY_SKILL_LINK},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



BOMUSHIKAA

    HP        = 90,
    Attack    = 65,
    Defense   = 80,
    Speed     = 80,
    SpAttack  = 102,
    SpDefense = 112,
    type1 = TYPE_WATER,
    type2 = TYPE_FIRE,
    catchRate = 75,
    expYield = 196,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WATER_ABSORB, ABILITY_WATER_ABSORB, ABILITY_WATER_ABSORB},
    #else
        abilities = {ABILITY_WATER_ABSORB, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



MADAAMU

    HP        = 77,
    Defense   = 95,
    Speed     = 85,
    SpAttack  = 63,
    SpDefense = 82,
    #if P_UPDATED_STATS >= GEN_7
        Attack    = 145,
    #else
        Attack    = 145,
    #endif
    type1 = TYPE_GRASS,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 212,
    evYield_Attack    = 1,
    item2 = ITEM_LEEK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_INTIMIDATE, ABILITY_INTIMIDATE},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_INTIMIDATE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SUI

    HP        = 152,
    Attack    = 85,
    Defense   = 70,
    Speed     = 75,
    SpAttack  = 137,
    SpDefense = 116,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 284,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



RAI

    HP        = 75,
    Attack    = 85,
    Defense   = 70,
    Speed     = 152,
    SpAttack  = 137,
    SpDefense = 116,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 283,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



EN

    HP        = 75,
    Attack    = 152,
    Defense   = 70,
    Speed     = 85,
    SpAttack  = 116,
    SpDefense = 137,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 285,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SACRED_DRAGON

    HP        = 163,
    Attack    = 2,
    Defense   = 97,
    Speed     = 109,
    SpAttack  = 157,
    SpDefense = 193,
    type1 = TYPE_DRAGON,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 480,
    evYield_HP        = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    #else
        abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ORIGINAL_DRAGON

    HP        = 125,
    Attack    = 195,
    Defense   = 125,
    Speed     = 140,
    SpAttack  = 195,
    SpDefense = 125,
    type1 = TYPE_DRAGON,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 499,
    evYield_HP        = 1,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



ARCEUS_PRIMAL

    HP        = 150,
    Attack    = 150,
    Defense   = 150,
    Speed     = 150,
    SpAttack  = 150,
    SpDefense = 150,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 3,
    expYield = 500,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PROTEAN, ABILITY_PROTEAN},
    #else
        abilities = {ABILITY_PROTEAN, ABILITY_PROTEAN},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



MISSINGNO

    HP        = 128,
    Attack    = 130,
    Defense   = 129,
    Speed     = 156,
    SpAttack  = 196,
    SpDefense = 156,
    type1 = TYPE_GHOST,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 501,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



    VENUSAUR_MEGA

    HP        = 90,
    Attack    = 100,
    Defense   = 123,
    Speed     = 80,
    SpAttack  = 123,
    SpDefense = 132,
    type1 = TYPE_GRASS,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 281,
    evYield_SpAttack  = 2,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    abilities = {ABILITY_THICK_FAT, ABILITY_THICK_FAT},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CHARIZARD_MEGA_X

    HP        = 78,
    Attack    = 135,
    Defense   = 111,
    Speed     = 100,
    SpAttack  = 130,
    SpDefense = 95,
    type1 = TYPE_FIRE,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 285,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_TOUGH_CLAWS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



CHARIZARD_MEGA_Y

    HP        = 78,
    Attack    = 104,
    Defense   = 83,
    Speed     = 110,
    SpAttack  = 159,
    SpDefense = 115,
    type1 = TYPE_FIRE,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 285,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_DROUGHT, ABILITY_DROUGHT},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



BLASTOISE_MEGA

    HP        = 99,
    Attack    = 103,
    Defense   = 120,
    Speed     = 78,
    SpAttack  = 135,
    SpDefense = 115,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 284,
    evYield_SpDefense = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MEGA_LAUNCHER, ABILITY_MEGA_LAUNCHER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BEEDRILL_MEGA

    HP        = 65,
    Attack    = 150,
    Defense   = 40,
    Speed     = 145,
    SpAttack  = 15,
    SpDefense = 80,
    type1 = TYPE_BUG,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 223,
    evYield_Attack    = 2,
    evYield_SpDefense = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



PIDGEOT_MEGA

    HP        = 83,
    Attack    = 80,
    Defense   = 80,
    Speed     = 121,
    SpAttack  = 135,
    SpDefense = 80,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 261,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NO_GUARD, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



ALAKAZAM_MEGA

    HP        = 55,
    Attack    = 50,
    Defense   = 65,
    Speed     = 150,
    SpAttack  = 175,
    #if P_UPDATED_STATS >= GEN_7
    SpDefense = 105,
    #else
    SpDefense = 95,
    #endif
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 50,
    expYield = 270,
    evYield_SpAttack  = 3,
    item2 = ITEM_TWISTED_SPOON,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    abilities = {ABILITY_TRACE, ABILITY_TRACE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SLOWBRO_MEGA

    HP        = 95,
    Attack    = 75,
    Defense   = 180,
    Speed     = 30,
    SpAttack  = 130,
    SpDefense = 80,
    type1 = TYPE_WATER,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 207,
    evYield_Defense   = 2,
    item2 = ITEM_KINGS_ROCK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_SHELL_ARMOR, ABILITY_SHELL_ARMOR},
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



GENGAR_MEGA

    HP        = 70,
    Attack    = 75,
    Defense   = 90,
    Speed     = 130,
    SpAttack  = 170,
    SpDefense = 117,
    type1 = TYPE_GHOST,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 270,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_SHADOW_TAG, ABILITY_SHADOW_TAG},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



KANGASKHAN_MEGA

    HP        = 105,
    Attack    = 125,
    Defense   = 100,
    Speed     = 100,
    SpAttack  = 60,
    SpDefense = 100,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 45,
    expYield = 207,
    evYield_HP        = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PARENTAL_BOND, ABILITY_PARENTAL_BOND},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PINSIR_MEGA

    HP        = 65,
    Attack    = 155,
    Defense   = 120,
    Speed     = 105,
    SpAttack  = 65,
    SpDefense = 90,
    type1 = TYPE_BUG,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 210,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AERILATE, ABILITY_AERILATE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GYARADOS_MEGA

    HP        = 95,
    Attack    = 155,
    Defense   = 109,
    Speed     = 81,
    SpAttack  = 70,
    SpDefense = 130,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 224,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 5,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOLD_BREAKER, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



AERODACTYL_MEGA

    HP        = 80,
    Attack    = 135,
    Defense   = 85,
    Speed     = 150,
    SpAttack  = 70,
    SpDefense = 95,
    type1 = TYPE_ROCK,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 215,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_TOUGH_CLAWS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MEWTWO_MEGA_X

    HP        = 106,
    Attack    = 190,
    Defense   = 100,
    Speed     = 130,
    SpAttack  = 154,
    SpDefense = 100,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FIGHTING,
    catchRate = 3,
    expYield = 351,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MEWTWO_MEGA_Y

    HP        = 106,
    Attack    = 150,
    Defense   = 70,
    Speed     = 140,
    SpAttack  = 194,
    SpDefense = 120,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 351,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



AMPHAROS_MEGA

    HP        = 90,
    Attack    = 95,
    Defense   = 105,
    Speed     = 45,
    SpAttack  = 165,
    SpDefense = 110,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 275,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOLD_BREAKER, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



STEELIX_MEGA

    HP        = 75,
    Attack    = 125,
    Defense   = 230,
    Speed     = 30,
    SpAttack  = 55,
    SpDefense = 95,
    type1 = TYPE_STEEL,
    type2 = TYPE_GROUND,
    catchRate = 25,
    expYield = 214,
    evYield_Defense   = 2,
    item2 = ITEM_METAL_COAT,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_STREAM, ABILITY_SAND_STREAM},
    #else
        abilities = {ABILITY_SAND_STREAM, ABILITY_SAND_STREAM},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SCIZOR_MEGA

    HP        = 80,
    Attack    = 155,
    Defense   = 145,
    Speed     = 85,
    SpAttack  = 65,
    SpDefense = 100,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 25,
    expYield = 210,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TECHNICIAN, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



HERACROSS_MEGA

    HP        = 80,
    Attack    = 185,
    Defense   = 115,
    Speed     = 75,
    SpAttack  = 40,
    SpDefense = 105,
    type1 = TYPE_BUG,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 210,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SKILL_LINK, ABILITY_SKILL_LINK},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



HOUNDOOM_MEGA

    HP        = 85,
    Attack    = 80,
    Defense   = 90,
    Speed     = 115,
    SpAttack  = 145,
    SpDefense = 95,
    type1 = TYPE_DARK,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 210,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



TYRANITAR_MEGA

    HP        = 100,
    Attack    = 164,
    Defense   = 150,
    Speed     = 71,
    SpAttack  = 95,
    SpDefense = 120,
    type1 = TYPE_ROCK,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 315,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    abilities = {ABILITY_SOLID_ROCK, ABILITY_SOLID_ROCK},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



SCEPTILE_MEGA

    HP        = 70,
    Attack    = 110,
    Defense   = 75,
    Speed     = 145,
    SpAttack  = 145,
    SpDefense = 85,
    type1 = TYPE_GRASS,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 284,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    abilities = {ABILITY_INFILTRATOR, ABILITY_INFILTRATOR},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



BLAZIKEN_MEGA

    HP        = 80,
    Attack    = 160,
    Defense   = 80,
    Speed     = 100,
    SpAttack  = 130,
    SpDefense = 80,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 284,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_SPEED_BOOST, ABILITY_SPEED_BOOST},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SWAMPERT_MEGA

    HP        = 100,
    Attack    = 150,
    Defense   = 110,
    Speed     = 70,
    SpAttack  = 95,
    SpDefense = 110,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 286,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    abilities = {ABILITY_SWIFT_SWIM, ABILITY_SWIFT_SWIM},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GARDEVOIR_MEGA

    HP        = 68,
    Attack    = 65,
    Defense   = 85,
    Speed     = 100,
    SpAttack  = 165,
    SpDefense = 135,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 278,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PIXILATE, ABILITY_PIXILATE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



SABLEYE_MEGA

    HP        = 50,
    Attack    = 85,
    Defense   = 125,
    Speed     = 20,
    SpAttack  = 85,
    SpDefense = 115,
    type1 = TYPE_DARK,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 168,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MAWILE_MEGA

    HP        = 50,
    Attack    = 105,
    Defense   = 125,
    Speed     = 50,
    SpAttack  = 55,
    SpDefense = 95,
    type1 = TYPE_STEEL,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 168,
    evYield_Attack    = 1,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    abilities = {ABILITY_HUGE_POWER, ABILITY_HUGE_POWER},
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



AGGRON_MEGA

    HP        = 70,
    Attack    = 140,
    Defense   = 230,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 80,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 284,
    evYield_Defense   = 3,
    item2 = ITEM_HARD_STONE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 35,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



MEDICHAM_MEGA

    HP        = 60,
    Attack    = 100,
    Defense   = 85,
    Speed     = 100,
    SpAttack  = 80,
    SpDefense = 85,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_PSYCHIC,
    catchRate = 90,
    expYield = 179,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    abilities = {ABILITY_PURE_POWER, ABILITY_PURE_POWER},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



MANECTRIC_MEGA

    HP        = 70,
    Attack    = 75,
    Defense   = 80,
    Speed     = 135,
    SpAttack  = 135,
    SpDefense = 80,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 201,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_INTIMIDATE, ABILITY_INTIMIDATE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SHARPEDO_MEGA

    HP        = 70,
    Attack    = 155,
    Defense   = 90,
    Speed     = 125,
    SpAttack  = 110,
    SpDefense = 90,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 60,
    expYield = 196,
    evYield_Attack    = 2,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STRONG_JAW, ABILITY_STRONG_JAW},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CAMERUPT_MEGA

    HP        = 70,
    Attack    = 120,
    Defense   = 140,
    Speed     = 10,
    SpAttack  = 175,
    SpDefense = 125,
    type1 = TYPE_FIRE,
    type2 = TYPE_GROUND,
    catchRate = 150,
    expYield = 196,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ALTARIA_MEGA

    HP        = 75,
    Attack    = 115,
    Defense   = 115,
    Speed     = 85,
    SpAttack  = 115,
    SpDefense = 135,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 207,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PIXILATE, ABILITY_PIXILATE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



BANETTE_MEGA

    HP        = 64,
    Attack    = 165,
    Defense   = 75,
    Speed     = 75,
    SpAttack  = 93,
    SpDefense = 83,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 194,
    evYield_Attack    = 2,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRANKSTER, ABILITY_PRANKSTER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



ABSOL_MEGA

    HP        = 65,
    Attack    = 150,
    Defense   = 100,
    Speed     = 115,
    SpAttack  = 115,
    SpDefense = 100,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 30,
    expYield = 198,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,



GLALIE_MEGA

    HP        = 80,
    Attack    = 130,
    Defense   = 90,
    Speed     = 110,
    SpAttack  = 80,
    SpDefense = 90,
    type1 = TYPE_ICE,
    type2 = TYPE_GHOST,
    catchRate = 75,
    expYield = 203,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_REFRIGERATE, ABILITY_REFRIGERATE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



SALAMENCE_MEGA

    HP        = 95,
    Attack    = 145,
    Defense   = 130,
    Speed     = 120,
    SpAttack  = 120,
    SpDefense = 90,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 315,
    evYield_Attack    = 3,
    item2 = ITEM_DRAGON_FANG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AERILATE, ABILITY_AERILATE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



METAGROSS_MEGA

    HP        = 80,
    Attack    = 145,
    Defense   = 150,
    Speed     = 110,
    SpAttack  = 105,
    SpDefense = 110,
    type1 = TYPE_STEEL,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 315,
    evYield_Defense   = 3,
    item2 = ITEM_METAL_COAT,
    genderRatio = MON_GENDERLESS,
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_TOUGH_CLAWS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LATIAS_MEGA

    HP        = 80,
    Attack    = 100,
    Defense   = 120,
    Speed     = 110,
    SpAttack  = 140,
    SpDefense = 150,
    type1 = TYPE_DRAGON,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 315,
    evYield_SpDefense = 3,
    genderRatio = MON_FEMALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



LATIOS_MEGA

    HP        = 80,
    Attack    = 130,
    Defense   = 100,
    Speed     = 110,
    SpAttack  = 160,
    SpDefense = 120,
    type1 = TYPE_DRAGON,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 315,
    evYield_SpAttack  = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



LOPUNNY_MEGA

    HP        = 65,
    Attack    = 136,
    Defense   = 94,
    Speed     = 135,
    SpAttack  = 54,
    SpDefense = 96,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FIGHTING,
    catchRate = 60,
    expYield = 203,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 140,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SCRAPPY, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GARCHOMP_MEGA

    HP        = 108,
    Attack    = 170,
    Defense   = 115,
    Speed     = 92,
    SpAttack  = 120,
    SpDefense = 95,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 315,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_FORCE, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LUCARIO_MEGA

    HP        = 70,
    Attack    = 145,
    Defense   = 88,
    Speed     = 112,
    SpAttack  = 140,
    SpDefense = 70,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 219,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ABOMASNOW_MEGA

    HP        = 90,
    Attack    = 132,
    Defense   = 105,
    Speed     = 30,
    SpAttack  = 132,
    SpDefense = 105,
    type1 = TYPE_GRASS,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 208,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    item2 = ITEM_NEVER_MELT_ICE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_WARNING, ABILITY_SNOW_WARNING},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



GALLADE_MEGA

    HP        = 68,
    Attack    = 165,
    Defense   = 95,
    Speed     = 110,
    SpAttack  = 65,
    SpDefense = 115,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 278,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



AUDINO_MEGA

    HP        = 103,
    Attack    = 60,
    Defense   = 126,
    Speed     = 50,
    SpAttack  = 80,
    SpDefense = 126,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FAIRY,
    catchRate = 255,
    expYield = 425,
    evYield_HP        = 2,
    item1 = ITEM_ORAN_BERRY,
    item2 = ITEM_SITRUS_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HEALER, ABILITY_HEALER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



DIANCIE_MEGA

    HP        = 50,
    Attack    = 160,
    Defense   = 110,
    Speed     = 110,
    SpAttack  = 160,
    SpDefense = 110,
    type1 = TYPE_ROCK,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 315,
    evYield_Defense   = 1,
    evYield_SpDefense = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



DUSKNOIR_MEGA

    HP        = 45,
    Attack    = 55,
    Defense   = 185,
    Speed     = 45,
    SpAttack  = 110,
    SpDefense = 185,
    type1 = TYPE_GHOST,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 236,
    evYield_Defense   = 1,
    evYield_SpDefense = 2,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 35,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    #else
        abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



FLYGON_MEGA

    HP        = 80,
    Attack    = 90,
    Defense   = 100,
    Speed     = 140,
    SpAttack  = 140,
    SpDefense = 100,
    type1 = TYPE_BUG,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 234,
    evYield_Attack    = 1,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_BUG,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_DRAGON,
    #else
        eggGroup2 = EGG_GROUP_BUG,
    #endif
    abilities = {ABILITY_AERILATE, ABILITY_AERILATE, ABILITY_AERILATE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



STARMIE_MEGA

    HP        = 60,
    Attack    = 75,
    Defense   = 105,
    Speed     = 145,
    SpAttack  = 130,
    SpDefense = 105,
    type1 = TYPE_ICE,
    type2 = TYPE_PSYCHIC,
    catchRate = 60,
    expYield = 242,
    evYield_Speed     = 2,
    item1 = ITEM_STARDUST,
    item2 = ITEM_STAR_PIECE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_3,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_REFRIGERATE, ABILITY_REFRIGERATE, ABILITY_REFRIGERATE},
    #else
        abilities = {ABILITY_REFRIGERATE, ABILITY_REFRIGERATE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



BUTTERFREE_MEGA

    HP        = 60,
    Attack    = 15,
    Defense   = 50,
    Speed     = 122,
    SpDefense = 108,
    #if P_UPDATED_STATS >= GEN_6
        SpAttack  = 140,
    #else
        SpAttack  = 140,
    #endif
    type1 = TYPE_BUG,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 208,
    evYield_SpAttack  = 2,
    evYield_SpDefense = 1,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_NONE, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_ADAPTABILITY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



NOIVERN_MEGA

    HP        = 85,
    Attack    = 80,
    Defense   = 100,
    Speed     = 153,
    SpAttack  = 127,
    SpDefense = 90,
    type1 = TYPE_FLYING,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 237,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_DRAGON,
    #else
        eggGroup2 = EGG_GROUP_FLYING,
    #endif
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INFILTRATOR, ABILITY_INFILTRATOR, ABILITY_INFILTRATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MILOTIC_MEGA

    HP        = 105,
    Attack    = 60,
    Defense   = 109,
    Speed     = 91,
    SpAttack  = 140,
    SpDefense = 185,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 249,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_ERRATIC,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FAIRY_AURA, ABILITY_FAIRY_AURA, ABILITY_FAIRY_AURA},
    #else
        abilities = {ABILITY_FAIRY_AURA, ABILITY_FAIRY_AURA, ABILITY_FAIRY_AURA},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



PORYGON_Z_MEGA

    HP        = 85,
    Attack    = 100,
    Defense   = 90,
    Speed     = 110,
    SpAttack  = 165,
    SpDefense = 95,
    type1 = TYPE_NORMAL,
    type2 = TYPE_NORMAL,
    catchRate = 30,
    expYield = 251,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HUGE_POWER, ABILITY_HUGE_POWER, ABILITY_HUGE_POWER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



COFAGRIGUS_MEGA

    HP        = 58,
    Attack    = 165,
    Defense   = 155,
    Speed     = 30,
    SpAttack  = 60,
    SpDefense = 115,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 90,
    expYield = 239,
    evYield_Defense   = 2,
    item2 = ITEM_SPELL_TAG,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MUMMY, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



DURALUDON_MEGA

    HP        = 70,
    Attack    = 50,
    Defense   = 145,
    Speed     = 105,
    SpAttack  = 170,
    SpDefense = 95,
    type1 = TYPE_STEEL,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 187,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FILTER, ABILITY_FILTER, ABILITY_FILTER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



RAYQUAZA_MEGA

    HP        = 105,
    Attack    = 180,
    Defense   = 100,
    Speed     = 115,
    SpAttack  = 180,
    SpDefense = 100,
    type1 = TYPE_DRAGON,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 351,
    evYield_Attack    = 2,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DELTA_STREAM, ABILITY_DELTA_STREAM},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



KYOGRE_PRIMAL

    HP        = 100,
    Attack    = 150,
    Defense   = 90,
    Speed     = 90,
    SpAttack  = 180,
    SpDefense = 160,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 3,
    expYield = 347,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRIMORDIAL_SEA, ABILITY_PRIMORDIAL_SEA},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GROUDON_PRIMAL

    HP        = 100,
    Attack    = 180,
    Defense   = 160,
    Speed     = 90,
    SpAttack  = 150,
    SpDefense = 90,
    type1 = TYPE_GROUND,
    type2 = TYPE_FIRE,
    catchRate = 3,
    expYield = 347,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DESOLATE_LAND, ABILITY_DESOLATE_LAND},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DARKRAI_PRIMAL

    HP        = 90,
    Attack    = 90,
    Defense   = 100,
    Speed     = 135,
    SpAttack  = 185,
    SpDefense = 100,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 3,
    expYield = 310,
    evYield_Speed     = 1,
    evYield_SpAttack  = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DARK_AURA, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



HO_OH_PRIMAL

    HP        = 106,
    Attack    = 70,
    Defense   = 120,
    Speed     = 140,
    SpAttack  = 150,
    SpDefense = 194,
    type1 = TYPE_FIRE,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 351,
    evYield_SpDefense = 3,
    item1 = ITEM_SACRED_ASH,
    item2 = ITEM_SACRED_ASH,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



LUGIA_PRIMAL

    HP        = 106,
    Attack    = 70,
    Defense   = 150,
    Speed     = 140,
    SpAttack  = 120,
    SpDefense = 194,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_WATER,
    catchRate = 3,
    expYield = 351,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MULTISCALE, ABILITY_MULTISCALE, ABILITY_MULTISCALE},
    #else
        abilities = {ABILITY_MULTISCALE, ABILITY_MULTISCALE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



CELEBI_PRIMAL

    HP        = 110,
    Attack    = 90,
    Defense   = 125,
    Speed     = 125,
    SpAttack  = 125,
    SpDefense = 125,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_GRASS,
    catchRate = 45,
    expYield = 310,
    evYield_HP        = 3,
    item1 = ITEM_LUM_BERRY,
    item2 = ITEM_LUM_BERRY,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_NATURAL_CURE, ABILITY_NONE},
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



JIRACHI_PRIMAL

    HP        = 100,
    Attack    = 75,
    Defense   = 150,
    Speed     = 100,
    SpAttack  = 125,
    SpDefense = 150,
    type1 = TYPE_STEEL,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 310,
    evYield_HP        = 3,
    item1 = ITEM_STAR_PIECE,
    item2 = ITEM_STAR_PIECE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_SERENE_GRACE, ABILITY_NONE},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



VICTINI_PRIMAL

    HP        = 100,
    Attack    = 150,
    Defense   = 100,
    Speed     = 150,
    SpAttack  = 75,
    SpDefense = 125,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FIRE,
    catchRate = 3,
    expYield = 310,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VICTORY_STAR, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



REGIGIGAS_PRIMAL

    HP        = 110,
    Attack    = 250,
    Defense   = 125,
    Speed     = 110,
    SpAttack  = 50,
    SpDefense = 125,
    type1 = TYPE_NORMAL,
    type2 = TYPE_GROUND,
    catchRate = 3,
    expYield = 349,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOLD_BREAKER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



DIALGA_PRIMAL

    HP        = 100,
    Attack    = 150,
    Defense   = 160,
    Speed     = 100,
    SpAttack  = 180,
    SpDefense = 130,
    type1 = TYPE_STEEL,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 352,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



PALKIA_PRIMAL

    HP        = 90,
    Attack    = 130,
    Defense   = 130,
    Speed     = 140,
    SpAttack  = 180,
    SpDefense = 150,
    type1 = TYPE_WATER,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 352,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



KYUREM_PRIMAL

    HP        = 125,
    Attack    = 170,
    Defense   = 120,
    Speed     = 95,
    SpAttack  = 170,
    SpDefense = 120,
    type1 = TYPE_DRAGON,
    type2 = TYPE_ICE,
    catchRate = 3,
    expYield = 355,
    evYield_HP        = 1,
    evYield_Attack    = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_NO_GUARD, ABILITY_NONE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



RATTATA_ALOLAN

    HP        = 30,
    Attack    = 56,
    Defense   = 35,
    Speed     = 72,
    SpAttack  = 25,
    SpDefense = 35,
    type1 = TYPE_DARK,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 51,
    evYield_Speed     = 1,
    item2 = ITEM_PECHA_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_HUSTLE, ABILITY_THICK_FAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_HUSTLE, ABILITY_THICK_FAT},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



RATICATE_ALOLAN

    HP        = 75,
    Attack    = 71,
    Defense   = 70,
    Speed     = 77,
    SpAttack  = 40,
    SpDefense = 80,
    type1 = TYPE_DARK,
    type2 = TYPE_NORMAL,
    catchRate = 127,
    expYield = 145,
    evYield_Speed     = 2,
    item2 = ITEM_PECHA_BERRY,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_HUSTLE, ABILITY_THICK_FAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_HUSTLE, ABILITY_THICK_FAT},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



RAICHU_ALOLAN

    HP        = 60,
    Attack    = 85,
    Defense   = 50,
    Speed     = 110,
    SpAttack  = 95,
    SpDefense = 85,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 122,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SURGE_SURFER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



SANDSHREW_ALOLAN

    HP        = 50,
    Attack    = 75,
    Defense   = 90,
    Speed     = 40,
    SpAttack  = 10,
    SpDefense = 35,
    type1 = TYPE_ICE,
    type2 = TYPE_STEEL,
    catchRate = 255,
    expYield = 60,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_GRIP_CLAW,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_CLOAK, ABILITY_NONE, ABILITY_SLUSH_RUSH},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



SANDSLASH_ALOLAN

    HP        = 75,
    Attack    = 100,
    Defense   = 120,
    Speed     = 65,
    SpAttack  = 25,
    SpDefense = 65,
    type1 = TYPE_ICE,
    type2 = TYPE_STEEL,
    catchRate = 90,
    expYield = 158,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_CLOAK, ABILITY_NONE, ABILITY_SLUSH_RUSH},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



VULPIX_ALOLAN

    HP        = 38,
    Attack    = 41,
    Defense   = 40,
    Speed     = 65,
    SpAttack  = 50,
    SpDefense = 65,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 190,
    expYield = 60,
    evYield_Speed     = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SNOWBALL,
    #endif
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_CLOAK, ABILITY_NONE, ABILITY_SNOW_WARNING},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



NINETALES_ALOLAN

    HP        = 73,
    Attack    = 67,
    Defense   = 75,
    Speed     = 109,
    SpAttack  = 81,
    SpDefense = 100,
    type1 = TYPE_ICE,
    type2 = TYPE_FAIRY,
    catchRate = 75,
    expYield = 178,
    evYield_Speed     = 1,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SNOW_WARNING, ABILITY_SNOW_WARNING, ABILITY_SNOW_WARNING},
    #else
        abilities = {ABILITY_SNOW_WARNING, ABILITY_SNOW_WARNING},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



DIGLETT_ALOLAN

    HP        = 10,
    Attack    = 55,
    Defense   = 30,
    Speed     = 90,
    SpAttack  = 35,
    SpDefense = 45,
    type1 = TYPE_GROUND,
    type2 = TYPE_STEEL,
    catchRate = 255,
    expYield = 53,
    evYield_Speed     = 1,
    item2 = ITEM_SOFT_SAND,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_VEIL, ABILITY_TANGLING_HAIR, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_SAND_VEIL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



DUGTRIO_ALOLAN

    HP        = 35,
    Attack    = 100,
    Defense   = 60,
    Speed     = 110,
    SpAttack  = 50,
    SpDefense = 70,
    type1 = TYPE_GROUND,
    type2 = TYPE_STEEL,
    catchRate = 50,
    expYield = 149,
    evYield_Speed     = 2,
    item2 = ITEM_SOFT_SAND,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAND_VEIL, ABILITY_TANGLING_HAIR, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_SAND_VEIL, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = TRUE,
    flags = F_ALOLAN_FORM,



MEOWTH_ALOLAN

    HP        = 40,
    Attack    = 35,
    Defense   = 35,
    Speed     = 90,
    SpAttack  = 50,
    SpDefense = 40,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 255,
    expYield = 58,
    evYield_Speed     = 1,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_TECHNICIAN, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



PERSIAN_ALOLAN

    HP        = 65,
    Attack    = 60,
    Defense   = 60,
    Speed     = 115,
    SpAttack  = 75,
    SpDefense = 65,
    type1 = TYPE_DARK,
    type2 = TYPE_DARK,
    catchRate = 90,
    expYield = 154,
    evYield_Speed     = 2,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FUR_COAT, ABILITY_TECHNICIAN, ABILITY_RATTLED},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



GEODUDE_ALOLAN

    HP        = 40,
    Attack    = 80,
    Defense   = 100,
    Speed     = 20,
    SpAttack  = 30,
    SpDefense = 30,
    type1 = TYPE_ROCK,
    type2 = TYPE_ELECTRIC,
    catchRate = 255,
    expYield = 60,
    evYield_Defense   = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_CELL_BATTERY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY, ABILITY_GALVANIZE},
    #else
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



GRAVELER_ALOLAN

    HP        = 55,
    Attack    = 95,
    Defense   = 115,
    Speed     = 35,
    SpAttack  = 45,
    SpDefense = 45,
    type1 = TYPE_ROCK,
    type2 = TYPE_ELECTRIC,
    catchRate = 120,
    expYield = 137,
    evYield_Defense   = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_CELL_BATTERY,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY, ABILITY_GALVANIZE},
    #else
        abilities = {ABILITY_MAGNET_PULL, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



GOLEM_ALOLAN

    HP        = 80,
    Attack    = 120,
    Defense   = 130,
    Speed     = 45,
    SpAttack  = 55,
    SpDefense = 65,
    type1 = TYPE_ROCK,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 177,
    evYield_Defense   = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GALVANIZE, ABILITY_GALVANIZE, ABILITY_GALVANIZE},
    #else
        abilities = {ABILITY_GALVANIZE, ABILITY_GALVANIZE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



GRIMER_ALOLAN

    HP        = 80,
    Attack    = 80,
    Defense   = 50,
    Speed     = 25,
    SpAttack  = 40,
    SpDefense = 50,
    type1 = TYPE_POISON,
    type2 = TYPE_DARK,
    catchRate = 190,
    expYield = 65,
    evYield_HP        = 1,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_BLACK_SLUDGE,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_TOUCH, ABILITY_GLUTTONY, ABILITY_POWER_OF_ALCHEMY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



MUK_ALOLAN

    HP        = 105,
    Attack    = 105,
    Defense   = 75,
    Speed     = 50,
    SpAttack  = 65,
    SpDefense = 100,
    type1 = TYPE_POISON,
    type2 = TYPE_DARK,
    catchRate = 75,
    expYield = 175,
    evYield_HP        = 1,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POISON_TOUCH, ABILITY_GLUTTONY, ABILITY_POWER_OF_ALCHEMY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,
    flags = F_ALOLAN_FORM,



EXEGGUTOR_ALOLAN

    HP        = 95,
    Attack    = 105,
    Defense   = 85,
    Speed     = 45,
    SpAttack  = 125,
    SpDefense = 75,
    type1 = TYPE_GRASS,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 186,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FRISK, ABILITY_NONE, ABILITY_HARVEST},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



MAROWAK_ALOLAN

    HP        = 60,
    Attack    = 80,
    Defense   = 110,
    Speed     = 45,
    SpAttack  = 50,
    SpDefense = 80,
    type1 = TYPE_FIRE,
    type2 = TYPE_GHOST,
    catchRate = 75,
    expYield = 124,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_MONSTER,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CURSED_BODY, ABILITY_LIGHTNING_ROD, ABILITY_ROCK_HEAD},
    #else
        abilities = {ABILITY_NONE, ABILITY_LIGHTNING_ROD, ABILITY_ROCK_HEAD},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,
    flags = F_ALOLAN_FORM,



MEOWTH_GALARIAN

    HP        = 50,
    Attack    = 65,
    Defense   = 55,
    Speed     = 40,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_STEEL,
    type2 = TYPE_STEEL,
    catchRate = 255,
    expYield = 58,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_TOUGH_CLAWS, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



PONYTA_GALARIAN

    HP        = 50,
    Attack    = 85,
    Defense   = 55,
    Speed     = 90,
    SpAttack  = 65,
    SpDefense = 65,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 82,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_PASTEL_VEIL, ABILITY_ANTICIPATION},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



RAPIDASH_GALARIAN

    HP        = 65,
    Attack    = 100,
    Defense   = 70,
    Speed     = 105,
    SpAttack  = 80,
    SpDefense = 80,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FAIRY,
    catchRate = 60,
    expYield = 175,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RUN_AWAY, ABILITY_PASTEL_VEIL, ABILITY_ANTICIPATION},
    #else
        abilities = {ABILITY_RUN_AWAY, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



SLOWPOKE_GALARIAN

    HP        = 90,
    Attack    = 65,
    Defense   = 65,
    Speed     = 15,
    SpAttack  = 40,
    SpDefense = 40,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 190,
    expYield = 63,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GLUTTONY, ABILITY_OWN_TEMPO, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,





SLOWBRO_GALARIAN

    HP        = 95,
    Attack    = 100,
    Defense   = 95,
    Speed     = 30,
    SpAttack  = 100,
    SpDefense = 70,
    type1 = TYPE_POISON,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 172,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_QUICK_DRAW, ABILITY_OWN_TEMPO, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



FARFETCHD_GALARIAN

    HP        = 52,
    Attack    = 95,
    Defense   = 55,
    Speed     = 55,
    SpAttack  = 58,
    SpDefense = 62,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 132,
    evYield_Attack    = 1,
    item1 = ITEM_LEEK,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STEADFAST, ABILITY_NONE, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



WEEZING_GALARIAN

    HP        = 65,
    Attack    = 60,
    Defense   = 120,
    Speed     = 70,
    SpAttack  = 90,
    SpDefense = 85,
    type1 = TYPE_POISON,
    type2 = TYPE_FAIRY,
    catchRate = 60,
    expYield = 172,
    evYield_Defense   = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_MISTY_SEED,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_NEUTRALIZING_GAS, ABILITY_MISTY_SURGE},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



MR_MIME_GALARIAN

    HP        = 50,
    Attack    = 65,
    Defense   = 65,
    Speed     = 100,
    SpAttack  = 90,
    SpDefense = 90,
    type1 = TYPE_ICE,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 161,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VITAL_SPIRIT, ABILITY_SCREEN_CLEANER, ABILITY_ICE_BODY},
    #else
        abilities = {ABILITY_VITAL_SPIRIT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



ARTICUNO_GALARIAN

    HP        = 90,
    Attack    = 85,
    Defense   = 85,
    Speed     = 95,
    SpAttack  = 125,
    SpDefense = 100,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 290,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COMPETITIVE, ABILITY_COMPETITIVE},
    #else
        abilities = {ABILITY_COMPETITIVE, ABILITY_COMPETITIVE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



ZAPDOS_GALARIAN

    HP        = 90,
    Attack    = 125,
    Defense   = 90,
    Speed     = 100,
    SpAttack  = 85,
    SpDefense = 90,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 290,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DEFIANT, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_DEFIANT, ABILITY_DEFIANT},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



MOLTRES_GALARIAN

    HP        = 90,
    Attack    = 85,
    Defense   = 90,
    Speed     = 90,
    SpAttack  = 100,
    SpDefense = 125,
    type1 = TYPE_DARK,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 290,
    evYield_SpDefense = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BERSERK, ABILITY_BERSERK},
    #else
        abilities = {ABILITY_BERSERK, ABILITY_BERSERK},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



SLOWKING_GALARIAN

    HP        = 95,
    Attack    = 65,
    Defense   = 80,
    Speed     = 30,
    SpAttack  = 110,
    SpDefense = 110,
    type1 = TYPE_POISON,
    type2 = TYPE_PSYCHIC,
    catchRate = 70,
    expYield = 172,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    eggGroup2 = EGG_GROUP_WATER_1,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CURIOUS_MEDICINE, ABILITY_OWN_TEMPO, ABILITY_REGENERATOR},
    #else
        abilities = {ABILITY_NONE, ABILITY_OWN_TEMPO},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



CORSOLA_GALARIAN

    HP        = 60,
    Attack    = 55,
    Defense   = 100,
    Speed     = 30,
    SpAttack  = 65,
    SpDefense = 100,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 60,
    expYield = 144,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WEAK_ARMOR, ABILITY_NONE, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



ZIGZAGOON_GALARIAN

    HP        = 38,
    Attack    = 30,
    Defense   = 41,
    Speed     = 60,
    SpAttack  = 30,
    SpDefense = 41,
    type1 = TYPE_DARK,
    type2 = TYPE_NORMAL,
    catchRate = 255,
    expYield = 56,
    evYield_Speed     = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_GLUTTONY, ABILITY_QUICK_FEET},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



LINOONE_GALARIAN

    HP        = 78,
    Attack    = 70,
    Defense   = 61,
    Speed     = 100,
    SpAttack  = 50,
    SpDefense = 61,
    type1 = TYPE_DARK,
    type2 = TYPE_NORMAL,
    catchRate = 90,
    expYield = 147,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_GLUTTONY, ABILITY_QUICK_FEET},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



DARUMAKA_GALARIAN

    HP        = 70,
    Attack    = 90,
    Defense   = 45,
    Speed     = 50,
    SpAttack  = 15,
    SpDefense = 45,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 120,
    expYield = 63,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_HUSTLE, ABILITY_NONE, ABILITY_INNER_FOCUS},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



DARMANITAN_GALARIAN

    HP        = 105,
    Attack    = 140,
    Defense   = 65,
    Speed     = 95,
    SpAttack  = 30,
    SpDefense = 65,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 198,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GORILLA_TACTICS, ABILITY_NONE, ABILITY_ZEN_MODE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



YAMASK_GALARIAN

    HP        = 38,
    Attack    = 55,
    Defense   = 85,
    Speed     = 30,
    SpAttack  = 30,
    SpDefense = 65,
    type1 = TYPE_GROUND,
    type2 = TYPE_GHOST,
    catchRate = 190,
    expYield = 61,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WANDERING_SPIRIT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



STUNFISK_GALARIAN

    HP        = 109,
    Attack    = 81,
    Defense   = 99,
    Speed     = 32,
    SpAttack  = 66,
    SpDefense = 84,
    type1 = TYPE_GROUND,
    type2 = TYPE_STEEL,
    catchRate = 75,
    expYield = 165,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MIMICRY, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



CASTFORM_SUNNY

    HP        = 95,
    Attack    = 105,
    Defense   = 70,
    Speed     = 105,
    SpAttack  = 70,
    SpDefense = 105,
    type1 = TYPE_FIRE,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 147,
    evYield_HP        = 1,
    item1 = ITEM_MYSTIC_WATER,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_FORECAST, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CASTFORM_RAINY

    HP        = 95,
    Attack    = 105,
    Defense   = 70,
    Speed     = 105,
    SpAttack  = 70,
    SpDefense = 105,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 147,
    evYield_HP        = 1,
    item1 = ITEM_MYSTIC_WATER,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_FORECAST, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CASTFORM_SNOWY

    HP        = 95,
    Attack    = 105,
    Defense   = 70,
    Speed     = 105,
    SpAttack  = 70,
    SpDefense = 105,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 147,
    evYield_HP        = 1,
    item1 = ITEM_MYSTIC_WATER,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_FORECAST, ABILITY_NONE},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



DEOXYS_ATTACK

    HP        = 100,
    Attack    = 20,
    Defense   = 75,
    Speed     = 150,
    SpAttack  = 180,
    SpDefense = 75,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 270,
    evYield_Attack    = 2,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DEOXYS_DEFENSE

    HP        = 100,
    Attack    = 20,
    Defense   = 180,
    Speed     = 50,
    SpAttack  = 70,
    SpDefense = 180,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 270,
    evYield_Defense   = 2,
    evYield_SpDefense = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_MAGIC_BOUNCE, ABILITY_MAGIC_BOUNCE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



DEOXYS_SPEED

    HP        = 100,
    Attack    = 20,
    Defense   = 95,
    Speed     = 180,
    SpAttack  = 125,
    SpDefense = 90,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 3,
    expYield = 270,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_PSYCHIC_SURGE, ABILITY_PSYCHIC_SURGE},
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



BURMY_SANDY_CLOAK

    HP        = 40,
    Attack    = 29,
    Defense   = 45,
    Speed     = 36,
    SpAttack  = 29,
    SpDefense = 45,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 120,
    expYield = 45,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



BURMY_TRASH_CLOAK

    HP        = 40,
    Attack    = 29,
    Defense   = 45,
    Speed     = 36,
    SpAttack  = 29,
    SpDefense = 45,
    type1 = TYPE_BUG,
    type2 = TYPE_BUG,
    catchRate = 120,
    expYield = 45,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    abilities = {ABILITY_SHED_SKIN, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



WORMADAM_SANDY_CLOAK

    HP        = 60,
    Attack    = 79,
    Defense   = 105,
    Speed     = 36,
    SpAttack  = 59,
    SpDefense = 85,
    type1 = TYPE_BUG,
    type2 = TYPE_GROUND,
    catchRate = 45,
    expYield = 148,
    evYield_Defense   = 2,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = MON_FEMALE,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ANTICIPATION, ABILITY_NONE, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



WORMADAM_TRASH_CLOAK

    HP        = 60,
    Attack    = 69,
    Defense   = 95,
    Speed     = 36,
    SpAttack  = 69,
    SpDefense = 95,
    type1 = TYPE_BUG,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 148,
    evYield_Defense   = 1,
    evYield_SpDefense = 1,
    item2 = ITEM_SILVER_POWDER,
    genderRatio = MON_FEMALE,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ANTICIPATION, ABILITY_NONE, ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CHERRIM_SUNSHINE

    HP        = 70,
    Attack    = 60,
    Defense   = 70,
    Speed     = 85,
    SpAttack  = 87,
    SpDefense = 78,
    type1 = TYPE_GRASS,
    type2 = TYPE_GRASS,
    catchRate = 75,
    expYield = 158,
    evYield_SpAttack  = 2,
    item2 = ITEM_MIRACLE_SEED,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLOWER_GIFT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



SHELLOS_EAST_SEA

    HP        = 76,
    Attack    = 48,
    Defense   = 48,
    Speed     = 34,
    SpAttack  = 57,
    SpDefense = 62,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 190,
    expYield = 65,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STICKY_HOLD, ABILITY_STORM_DRAIN, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STICKY_HOLD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



GASTRODON_EAST_SEA

    HP        = 111,
    Attack    = 83,
    Defense   = 68,
    Speed     = 39,
    SpAttack  = 92,
    SpDefense = 82,
    type1 = TYPE_WATER,
    type2 = TYPE_GROUND,
    catchRate = 75,
    expYield = 166,
    evYield_HP        = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STICKY_HOLD, ABILITY_STORM_DRAIN, ABILITY_SAND_FORCE},
    #else
        abilities = {ABILITY_STICKY_HOLD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ROTOM_HEAT

    HP        = 50,
    Attack    = 65,
    Defense   = 107,
    Speed     = 86,
    SpAttack  = 105,
    SpDefense = 107,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FIRE,
    catchRate = 45,
    expYield = 182,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ROTOM_WASH

    HP        = 50,
    Attack    = 65,
    Defense   = 107,
    Speed     = 86,
    SpAttack  = 105,
    SpDefense = 107,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 182,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = TRUE,



ROTOM_FROST

    HP        = 50,
    Attack    = 65,
    Defense   = 107,
    Speed     = 86,
    SpAttack  = 105,
    SpDefense = 107,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 182,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ROTOM_FAN

    HP        = 50,
    Attack    = 65,
    Defense   = 107,
    Speed     = 86,
    SpAttack  = 105,
    SpDefense = 107,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 182,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    abilities = {ABILITY_LEVITATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,


BASCULIN_BLUE_STRIPED

    HP        = 70,
    Attack    = 92,
    Defense   = 65,
    Speed     = 98,
    SpAttack  = 80,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 25,
    expYield = 161,
    evYield_Speed     = 2,
    item2 = ITEM_DEEP_SEA_SCALE,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ROCK_HEAD, ABILITY_ADAPTABILITY, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_ROCK_HEAD, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



DARMANITAN_ZEN_MODE

    HP        = 105,
    Attack    = 30,
    Defense   = 105,
    Speed     = 55,
    SpAttack  = 160,
    SpDefense = 105,
    type1 = TYPE_FIRE,
    type2 = TYPE_PSYCHIC,
    catchRate = 60,
    expYield = 209,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DARMANITAN_ZEN_MODE_GALARIAN

    HP        = 105,
    Attack    = 160,
    Defense   = 65,
    Speed     = 135,
    SpAttack  = 30,
    SpDefense = 65,
    type1 = TYPE_ICE,
    type2 = TYPE_FIRE,
    catchRate = 60,
    expYield = 209,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GORILLA_TACTICS, ABILITY_GORILLA_TACTICS, ABILITY_GORILLA_TACTICS},
    #else
        abilities = {ABILITY_GORILLA_TACTICS, ABILITY_GORILLA_TACTICS},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,
    flags = F_GALARIAN_FORM,



TORNADUS_THERIAN

    HP        = 79,
    Attack    = 100,
    Defense   = 80,
    Speed     = 121,
    SpAttack  = 110,
    SpDefense = 90,
    type1 = TYPE_FLYING,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 261,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_REGENERATOR, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



THUNDURUS_THERIAN

    HP        = 79,
    Attack    = 105,
    Defense   = 70,
    Speed     = 101,
    SpAttack  = 145,
    SpDefense = 80,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 261,
    evYield_SpAttack  = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_VOLT_ABSORB, ABILITY_NONE},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



LANDORUS_THERIAN

    HP        = 89,
    Attack    = 145,
    Defense   = 90,
    Speed     = 91,
    SpAttack  = 105,
    SpDefense = 80,
    type1 = TYPE_GROUND,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 270,
    evYield_Attack  = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KYUREM_WHITE

    HP        = 125,
    Attack    = 120,
    Defense   = 90,
    Speed     = 95,
    SpAttack  = 170,
    SpDefense = 100,
    type1 = TYPE_DRAGON,
    type2 = TYPE_ICE,
    catchRate = 3,
    expYield = 315,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TURBOBLAZE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



KYUREM_BLACK

    HP        = 125,
    Attack    = 170,
    Defense   = 100,
    Speed     = 95,
    SpAttack  = 120,
    SpDefense = 90,
    type1 = TYPE_DRAGON,
    type2 = TYPE_ICE,
    catchRate = 3,
    expYield = 315,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TERAVOLT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = TRUE,



KELDEO_RESOLUTE

    HP        = 91,
    Attack    = 72,
    Defense   = 90,
    Speed     = 108,
    SpAttack  = 129,
    SpDefense = 90,
    type1 = TYPE_WATER,
    type2 = TYPE_FIGHTING,
    catchRate = 3,
    expYield = 249,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 80,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_JUSTIFIED, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = TRUE,



MELOETTA_PIROUETTE

    HP        = 100,
    Attack    = 128,
    Defense   = 90,
    Speed     = 128,
    SpAttack  = 77,
    SpDefense = 77,
    type1 = TYPE_NORMAL,
    type2 = TYPE_FIGHTING,
    catchRate = 3,
    expYield = 270,
    evYield_Attack  = 1,
    evYield_Defense = 1,
    evYield_Speed     = 1,
    item1 = ITEM_STAR_PIECE,
    item2 = ITEM_STAR_PIECE,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_SERENE_GRACE, ABILITY_NONE},
    bodyColor = BODY_COLOR_WHITE,
    noFlip = TRUE,



GRENINJA_BATTLE_BOND

    HP        = 72,
    Attack    = 95,
    Defense   = 67,
    Speed     = 122,
    SpAttack  = 103,
    SpDefense = 71,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 239,
    evYield_Speed     = 3,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BATTLE_BOND, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



GRENINJA_ASH

    HP        = 72,
    Attack    = 145,
    Defense   = 67,
    Speed     = 132,
    SpAttack  = 153,
    SpDefense = 71,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 288,
    evYield_Speed     = 3,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_BATTLE_BOND, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif


FLOETTE_ETERNAL_FLOWER

    HP        = 74,
    Attack    = 65,
    Defense   = 67,
    Speed     = 92,
    SpAttack  = 125,
    SpDefense = 128,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 120,
    expYield = 243,
    evYield_SpDefense = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



FLORGES_YELLOW_FLOWER

    HP        = 78,
    Attack    = 65,
    Defense   = 68,
    Speed     = 75,
    SpAttack  = 112,
    SpDefense = 154,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 248,
    evYield_SpDefense = 3,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



MEOWSTIC_FEMALE

    HP        = 74,
    Attack    = 48,
    Defense   = 76,
    Speed     = 104,
    SpAttack  = 83,
    SpDefense = 81,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_PSYCHIC,
    catchRate = 75,
    expYield = 163,
    evYield_Speed     = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_INFILTRATOR, ABILITY_COMPETITIVE},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



AEGISLASH_BLADE

    HP        = 60,
    Defense   = 50,
    Speed     = 60,
    #if P_UPDATED_STATS >= GEN_8
    Attack    = 150,
    SpAttack  = 150,
    #else
    Attack    = 150,
    SpAttack  = 150,
    #endif
    SpDefense = 50,
    type1 = TYPE_STEEL,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 234,
    evYield_Defense   = 2,
    evYield_SpDefense = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STANCE_CHANGE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PUMPKABOO_SMALL

    HP        = 44,
    Attack    = 66,
    Defense   = 70,
    Speed     = 56,
    SpAttack  = 44,
    SpDefense = 55,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 67,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_FRISK, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PUMPKABOO_LARGE

    HP        = 54,
    Attack    = 66,
    Defense   = 70,
    Speed     = 46,
    SpAttack  = 44,
    SpDefense = 55,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 67,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_FRISK, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



PUMPKABOO_SUPER

    HP        = 59,
    Attack    = 66,
    Defense   = 70,
    Speed     = 41,
    SpAttack  = 44,
    SpDefense = 55,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 120,
    expYield = 67,
    evYield_Defense   = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_FRISK, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GOURGEIST_SMALL

    HP        = 55,
    Attack    = 85,
    Defense   = 122,
    Speed     = 99,
    SpAttack  = 58,
    SpDefense = 75,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 60,
    expYield = 173,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_FRISK, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GOURGEIST_LARGE

    HP        = 75,
    Attack    = 95,
    Defense   = 122,
    Speed     = 69,
    SpAttack  = 58,
    SpDefense = 75,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 60,
    expYield = 173,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_FRISK, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GOURGEIST_SUPER

    HP        = 85,
    Attack    = 100,
    Defense   = 122,
    Speed     = 54,
    SpAttack  = 58,
    SpDefense = 75,
    type1 = TYPE_GHOST,
    type2 = TYPE_GRASS,
    catchRate = 60,
    expYield = 173,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PICKUP, ABILITY_FRISK, ABILITY_INSOMNIA},
    #else
        abilities = {ABILITY_PICKUP, ABILITY_NONE, ABILITY_INSOMNIA},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



XERNEAS_ACTIVE

    HP        = 126,
    Attack    = 131,
    Defense   = 95,
    Speed     = 99,
    SpAttack  = 131,
    SpDefense = 98,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 306,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_FAIRY_AURA, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ZYGARDE_10

    HP        = 54,
    Attack    = 100,
    Defense   = 71,
    Speed     = 115,
    SpAttack  = 61,
    SpDefense = 85,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 3,
    expYield = 219,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AURA_BREAK, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = TRUE,



ZYGARDE_10_POWER_CONSTRUCT

    HP        = 54,
    Attack    = 100,
    Defense   = 71,
    Speed     = 115,
    SpAttack  = 61,
    SpDefense = 85,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 3,
    expYield = 219,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POWER_CONSTRUCT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = TRUE,



ZYGARDE_50_POWER_CONSTRUCT

    HP        = 108,
    Attack    = 100,
    Defense   = 121,
    Speed     = 95,
    SpAttack  = 81,
    SpDefense = 95,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 3,
    expYield = 270,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POWER_CONSTRUCT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



ZYGARDE_COMPLETE

    HP        = 216,
    Attack    = 100,
    Defense   = 121,
    Speed     = 85,
    SpAttack  = 91,
    SpDefense = 95,
    type1 = TYPE_DRAGON,
    type2 = TYPE_GROUND,
    catchRate = 3,
    expYield = 319,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_POWER_CONSTRUCT, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = TRUE,



HOOPA_UNBOUND

    HP        = 80,
    Attack    = 160,
    Defense   = 60,
    Speed     = 80,
    SpAttack  = 170,
    SpDefense = 130,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_DARK,
    catchRate = 3,
    expYield = 270,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGICIAN, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



ORICORIO_POM_POM

    HP        = 75,
    Attack    = 70,
    Defense   = 70,
    Speed     = 93,
    SpAttack  = 98,
    SpDefense = 70,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 167,
    evYield_SpAttack  = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_HONEY,
    #endif
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DANCER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ORICORIO_PAU

    HP        = 75,
    Attack    = 70,
    Defense   = 70,
    Speed     = 93,
    SpAttack  = 98,
    SpDefense = 70,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 167,
    evYield_SpAttack  = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_HONEY,
    #endif
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DANCER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PINK,
    noFlip = FALSE,



ORICORIO_SENSU

    HP        = 75,
    Attack    = 70,
    Defense   = 70,
    Speed     = 93,
    SpAttack  = 98,
    SpDefense = 70,
    type1 = TYPE_GHOST,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 167,
    evYield_SpAttack  = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_HONEY,
    #endif
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DANCER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ROCKRUFF_OWN_TEMPO

    HP        = 45,
    Attack    = 65,
    Defense   = 40,
    Speed     = 60,
    SpAttack  = 30,
    SpDefense = 40,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 190,
    expYield = 56,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE},
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



LYCANROC_MIDNIGHT

    HP        = 85,
    Attack    = 115,
    Defense   = 75,
    Speed     = 82,
    SpAttack  = 55,
    SpDefense = 75,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 90,
    expYield = 170,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_KEEN_EYE, ABILITY_VITAL_SPIRIT, ABILITY_NO_GUARD},
    #else
        abilities = {ABILITY_KEEN_EYE, ABILITY_VITAL_SPIRIT},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



LYCANROC_DUSK

    HP        = 75,
    Attack    = 117,
    Defense   = 65,
    Speed     = 110,
    SpAttack  = 55,
    SpDefense = 65,
    type1 = TYPE_ROCK,
    type2 = TYPE_ROCK,
    catchRate = 90,
    expYield = 170,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



WISHIWASHI_SCHOOL

    HP        = 45,
    Attack    = 140,
    Defense   = 130,
    Speed     = 30,
    SpAttack  = 140,
    SpDefense = 135,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 60,
    expYield = 61,
    evYield_HP        = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SCHOOLING, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



MIMIKYU_BUSTED

    HP        = 55,
    Attack    = 90,
    Defense   = 80,
    Speed     = 96,
    SpAttack  = 50,
    SpDefense = 105,
    type1 = TYPE_GHOST,
    type2 = TYPE_FAIRY,
    catchRate = 45,
    expYield = 167,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DISGUISE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



NECROZMA_DUSK_MANE

    HP        = 97,
    Attack    = 157,
    Defense   = 127,
    Speed     = 77,
    SpAttack  = 113,
    SpDefense = 109,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_STEEL,
    catchRate = 255,
    expYield = 306,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRISM_ARMOR, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = TRUE,



NECROZMA_DAWN_WINGS

    HP        = 97,
    Attack    = 113,
    Defense   = 109,
    Speed     = 77,
    SpAttack  = 157,
    SpDefense = 127,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_GHOST,
    catchRate = 255,
    expYield = 306,
    evYield_SpAttack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRISM_ARMOR, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = TRUE,



NECROZMA_ULTRA

    HP        = 97,
    Attack    = 167,
    Defense   = 97,
    Speed     = 129,
    SpAttack  = 167,
    SpDefense = 97,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_DRAGON,
    catchRate = 255,
    expYield = 339,
    evYield_Attack    = 1,
    evYield_Speed     = 1,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_NEUROFORCE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = TRUE,



MAGEARNA_ORIGINAL_COLOR

    HP        = 80,
    Attack    = 95,
    Defense   = 115,
    Speed     = 65,
    SpAttack  = 130,
    SpDefense = 115,
    type1 = TYPE_STEEL,
    type2 = TYPE_FAIRY,
    catchRate = 3,
    expYield = 270,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUL_HEART, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



CRAMORANT_GULPING

    HP        = 70,
    Attack    = 85,
    Defense   = 55,
    Speed     = 85,
    SpAttack  = 85,
    SpDefense = 95,
    type1 = TYPE_FLYING,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 166,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GULP_MISSILE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



CRAMORANT_GORGING

    HP        = 70,
    Attack    = 85,
    Defense   = 55,
    Speed     = 85,
    SpAttack  = 85,
    SpDefense = 95,
    type1 = TYPE_FLYING,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 166,
    evYield_SpDefense = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GULP_MISSILE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



TOXTRICITY_LOW_KEY

    HP        = 75,
    Attack    = 98,
    Defense   = 70,
    Speed     = 75,
    SpAttack  = 114,
    SpDefense = 70,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 176,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PUNK_ROCK, ABILITY_MINUS, ABILITY_TECHNICIAN},
    #else
        abilities = {ABILITY_NONE, ABILITY_MINUS},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



SINISTEA_ANTIQUE

    HP        = 40,
    Attack    = 45,
    Defense   = 45,
    Speed     = 50,
    SpAttack  = 74,
    SpDefense = 54,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 120,
    expYield = 62,
    evYield_SpAttack  = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WEAK_ARMOR, ABILITY_NONE, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



POLTEAGEIST_ANTIQUE

    HP        = 60,
    Attack    = 65,
    Defense   = 65,
    Speed     = 70,
    SpAttack  = 134,
    SpDefense = 114,
    type1 = TYPE_GHOST,
    type2 = TYPE_GHOST,
    catchRate = 60,
    expYield = 178,
    evYield_SpAttack  = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_WEAK_ARMOR, ABILITY_NONE, ABILITY_CURSED_BODY},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



EISCUE_NOICE_FACE

    HP        = 75,
    Attack    = 80,
    Defense   = 70,
    Speed     = 130,
    SpAttack  = 65,
    SpDefense = 50,
    type1 = TYPE_ICE,
    type2 = TYPE_ICE,
    catchRate = 60,
    expYield = 165,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ICE_FACE, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



INDEEDEE_FEMALE

    HP        = 70,
    Attack    = 55,
    Defense   = 65,
    Speed     = 85,
    SpAttack  = 95,
    SpDefense = 105,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_NORMAL,
    catchRate = 30,
    expYield = 166,
    evYield_SpDefense = 2,
    genderRatio = MON_FEMALE,
    eggCycles = 40,
    friendship = 140,
    growthRate = GROWTH_FAST,
    eggGroup1 = EGG_GROUP_FAIRY,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OWN_TEMPO, ABILITY_SYNCHRONIZE, ABILITY_PSYCHIC_SURGE},
    #else
        abilities = {ABILITY_OWN_TEMPO, ABILITY_SYNCHRONIZE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MORPEKO_HANGRY

    HP        = 58,
    Attack    = 95,
    Defense   = 58,
    Speed     = 97,
    SpAttack  = 70,
    SpDefense = 58,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_DARK,
    catchRate = 180,
    expYield = 153,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_HUNGER_SWITCH, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



ZACIAN_CROWNED_SWORD

    HP        = 92,
    Attack    = 170,
    Defense   = 115,
    Speed     = 148,
    SpAttack  = 80,
    SpDefense = 115,
    type1 = TYPE_FAIRY,
    type2 = TYPE_STEEL,
    catchRate = 10,
    expYield = 320 ,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTREPID_SWORD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ZAMAZENTA_CROWNED_SHIELD

    HP        = 92,
    Attack    = 130,
    Defense   = 145,
    Speed     = 128,
    SpAttack  = 80,
    SpDefense = 145,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_STEEL,
    catchRate = 10,
    expYield = 320,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DAUNTLESS_SHIELD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ETERNATUS_ETERNAMAX

    HP        = 255,
    Attack    = 115,
    Defense   = 250,
    Speed     = 130,
    SpAttack  = 125,
    SpDefense = 250,
    type1 = TYPE_POISON,
    type2 = TYPE_DRAGON,
    catchRate = 255,
    expYield = 563,
    evYield_HP        = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



URSHIFU_RAPID_STRIKE_STYLE

    HP        = 100,
    Attack    = 130,
    Defense   = 100,
    Speed     = 97,
    SpAttack  = 63,
    SpDefense = 60,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_WATER,
    catchRate = 3,
    expYield = 275,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 120,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_UNSEEN_FIST, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



ZARUDE_DADA

    HP        = 105,
    Attack    = 120,
    Defense   = 105,
    Speed     = 105,
    SpAttack  = 70,
    SpDefense = 95,
    type1 = TYPE_DARK,
    type2 = TYPE_GRASS,
    catchRate = 3,
    expYield = 270,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEAF_GUARD, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



CALYREX_ICE_RIDER

    HP        = 100,
    Attack    = 165,
    Defense   = 150,
    Speed     = 50,
    SpAttack  = 85,
    SpDefense = 130,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_ICE,
    catchRate = 3,
    expYield = 306,
    evYield_Attack    = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AS_ONE_ICE_RIDER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



CALYREX_SHADOW_RIDER

    HP        = 100,
    Attack    = 85,
    Defense   = 80,
    Speed     = 150,
    SpAttack  = 165,
    SpDefense = 100,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_GHOST,
    catchRate = 3,
    expYield = 306,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 100,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_AS_ONE_SHADOW_RIDER, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = FALSE,



AERODACTYL_PRIMAL

    HP        = 80,
    Attack    = 145,
    Defense   = 105,
    Speed     = 140,
    SpAttack  = 60,
    SpDefense = 85,
    type1 = TYPE_ROCK,
    type2 = TYPE_FLYING,
    catchRate = 45,
    expYield = 265,
    evYield_Speed     = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 35,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_TOUGH_CLAWS},
    #else
        abilities = {ABILITY_TOUGH_CLAWS, ABILITY_TOUGH_CLAWS},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CROBAT_BOND

    HP        = 95,
    Attack    = 120,
    Defense   = 95,
    Speed     = 160,
    SpAttack  = 80,
    SpDefense = 95,
    type1 = TYPE_POISON,
    type2 = TYPE_FLYING,
    catchRate = 90,
    expYield = 291,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_NONE, ABILITY_COMPOUND_EYES},
    #else
        abilities = {ABILITY_COMPOUND_EYES, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



CROBAT2_BOND

    HP        = 95,
    Attack    = 140,
    Defense   = 105,
    Speed     = 140,
    SpAttack  = 80,
    SpDefense = 85,
    type1 = TYPE_POISON,
    type2 = TYPE_DARK,
    catchRate = 90,
    expYield = 291,
    evYield_Speed     = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE, ABILITY_LEVITATE},
    #else
        abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



KABUTOPS_PRIMAL

    HP        = 60,
    Attack    = 115,
    Defense   = 105,
    Speed     = 80,
    SpAttack  = 65,
    SpDefense = 70,
    type1 = TYPE_ROCK,
    type2 = TYPE_WATER,
    catchRate = 45,
    expYield = 263,
    evYield_Attack    = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 30,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_3,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR, ABILITY_WEAK_ARMOR},
    #else
        abilities = {ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



GHOST_PRIMAL

    HP        = 90,
    Attack    = 80,
    Defense   = 80,
    Speed     = 135,
    SpAttack  = 205,
    SpDefense = 150,
    type1 = TYPE_GHOST,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 340,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_AMORPHOUS,
    eggGroup2 = EGG_GROUP_AMORPHOUS,
    #if P_UPDATED_ABILITIES >= GEN_7
        #ifdef BATTLE_ENGINE
            abilities = {ABILITY_DARK_AURA, ABILITY_DARK_AURA},
        #else
            abilities = {ABILITY_DARK_AURA, ABILITY_DARK_AURA},
        #endif
    #else
        abilities = {ABILITY_DARK_AURA, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



MAMOSWINE_BOND

    HP        = 120,
    Attack    = 170,
    Defense   = 105,
    Speed     = 100,
    SpAttack  = 60,
    SpDefense = 85,
    type1 = TYPE_ICE,
    type2 = TYPE_GROUND,
    catchRate = 50,
    expYield = 289,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_REFRIGERATE, ABILITY_REFRIGERATE, ABILITY_REFRIGERATE},
    #else
        abilities = {ABILITY_REFRIGERATE, ABILITY_REFRIGERATE, ABILITY_REFRIGERATE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



DECIDUEYE_HISUI

    HP        = 88,
    Attack    = 112,
    Defense   = 80,
    Speed     = 60,
    SpAttack  = 95,
    SpDefense = 95,
    type1 = TYPE_GRASS,
    type2 = TYPE_FIGHTING,
    catchRate = 45,
    expYield = 239,
    evYield_Attack    = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 15,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERGROW, ABILITY_NONE, ABILITY_SCRAPPY},
    #else
        abilities = {ABILITY_OVERGROW, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



TYPHLOSION_HISUI

    HP        = 73,
    Attack    = 84,
    Defense   = 78,
    Speed     = 95,
    SpAttack  = 119,
    SpDefense = 85,
    type1 = TYPE_FIRE,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 240,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_BLAZE, ABILITY_NONE, ABILITY_FRISK},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



SAMUROTT_HISUI

    HP        = 95,
    Attack    = 108,
    Defense   = 80,
    Speed     = 85,
    SpAttack  = 100,
    SpDefense = 65,
    type1 = TYPE_WATER,
    type2 = TYPE_DARK,
    catchRate = 45,
    expYield = 238,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_TORRENT, ABILITY_NONE, ABILITY_TORRENT},
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



WYRDEER

    HP        = 103,
    Attack    = 105,
    Defense   = 72,
    Speed     = 105,
    SpAttack  = 65,
    SpDefense = 75,
    type1 = TYPE_NORMAL,
    type2 = TYPE_PSYCHIC,
    catchRate = 45,
    expYield = 163,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_FRISK, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



KLEAVOR

    HP        = 70,
    Attack    = 135,
    Defense   = 95,
    Speed     = 85,
    SpAttack  = 45,
    SpDefense = 70,
    type1 = TYPE_BUG,
    type2 = TYPE_ROCK,
    catchRate = 25,
    expYield = 175,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_BUG,
    eggGroup2 = EGG_GROUP_BUG,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



QWILFISH_HISUI

    HP        = 65,
    Attack    = 95,
    Speed     = 85,
    SpAttack  = 55,
    SpDefense = 55,
    #if P_UPDATED_STATS >= GEN_7
        Defense   = 85,
    #else
        Defense   = 75,
    #endif
    type1 = TYPE_DARK,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 88,
    evYield_Attack    = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_POISON_POINT, ABILITY_SWIFT_SWIM, ABILITY_INTIMIDATE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



OVERQWIL

    HP        = 85,
    Attack    = 115,
    Speed     = 95,
    SpAttack  = 65,
    SpDefense = 65,
    #if P_UPDATED_STATS >= GEN_7
        Defense   = 95,
    #else
        Defense   = 95,
    #endif
    type1 = TYPE_DARK,
    type2 = TYPE_POISON,
    catchRate = 45,
    expYield = 207,
    evYield_Attack    = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_POISON_POINT, ABILITY_SWIFT_SWIM, ABILITY_INTIMIDATE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



LILLIGANT_HISUI

    HP        = 70,
    Attack    = 105,
    Defense   = 75,
    Speed     = 105,
    SpAttack  = 50,
    SpDefense = 75,
    type1 = TYPE_GRASS,
    type2 = TYPE_FIGHTING,
    catchRate = 75,
    expYield = 168,
    evYield_SpAttack  = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_ABSORB_BULB,
    #endif
    genderRatio = MON_FEMALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_GRASS,
    eggGroup2 = EGG_GROUP_GRASS,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_HUSTLE, ABILITY_LEAF_GUARD},
    #else
        abilities = {ABILITY_CHLOROPHYLL, ABILITY_HUSTLE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = TRUE,



URSALUNA

    HP        = 130,
    Attack    = 140,
    Defense   = 105,
    Speed     = 50,
    SpAttack  = 45,
    SpDefense = 80,
    type1 = TYPE_GROUND,
    type2 = TYPE_NORMAL,
    catchRate = 60,
    expYield = 235,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_GUTS, ABILITY_BULLETPROOF, ABILITY_UNNERVE},
    #else
        abilities = {ABILITY_GUTS, ABILITY_BULLETPROOF},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



SLIGGOO_HISUI

    HP        = 58,
    Attack    = 75,
    Defense   = 83,
    Speed     = 40,
    SpAttack  = 83,
    SpDefense = 113,
    type1 = TYPE_STEEL,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 158,
    evYield_SpDefense = 2,
    #ifdef ITEM_EXPANSION
        item2 = ITEM_SHED_SHELL,
    #endif
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAP_SIPPER, ABILITY_SHELL_ARMOR, ABILITY_GOOEY},
    #else
        abilities = {ABILITY_SAP_SIPPER, ABILITY_SHELL_ARMOR},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GOODRA_HISUI

    HP        = 90,
    Attack    = 90,
    Defense   = 100,
    Speed     = 60,
    SpAttack  = 110,
    SpDefense = 150,
    type1 = TYPE_STEEL,
    type2 = TYPE_DRAGON,
    catchRate = 45,
    expYield = 217,
    evYield_SpDefense = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 35,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_DRAGON,
    eggGroup2 = EGG_GROUP_DRAGON,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #else
        abilities = {ABILITY_MAGIC_GUARD, ABILITY_MAGIC_GUARD},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



GROWLITHE_HISUI

    HP        = 60,
    Attack    = 75,
    Defense   = 45,
    Speed     = 55,
    SpAttack  = 65,
    SpDefense = 50,
    type1 = TYPE_FIRE,
    type2 = TYPE_ROCK,
    catchRate = 190,
    expYield = 70,
    evYield_Attack    = 1,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE, ABILITY_ROCK_HEAD},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



ARCANINE_HISUI

    HP        = 95,
    Attack    = 115,
    Defense   = 80,
    Speed     = 90,
    SpAttack  = 95,
    SpDefense = 80,
    type1 = TYPE_FIRE,
    type2 = TYPE_ROCK,
    catchRate = 75,
    expYield = 213,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(25),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE, ABILITY_ROCK_HEAD},
    #else
        abilities = {ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



BASCULIN_WHITE_STRIPED

    HP        = 70,
    Attack    = 92,
    Defense   = 65,
    Speed     = 98,
    SpAttack  = 80,
    SpDefense = 55,
    type1 = TYPE_WATER,
    type2 = TYPE_WATER,
    catchRate = 25,
    expYield = 161,
    evYield_Speed     = 2,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RECKLESS, ABILITY_ADAPTABILITY, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



BASCULEGION

    HP        = 120,
    Attack    = 112,
    Defense   = 80,
    Speed     = 78,
    SpAttack  = 50,
    SpDefense = 90,
    type1 = TYPE_WATER,
    type2 = TYPE_GHOST,
    catchRate = 25,
    expYield = 161,
    evYield_Speed     = 2,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #else
        abilities = {ABILITY_ADAPTABILITY, ABILITY_ADAPTABILITY},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



BASCULEGION_FEMALE

    HP        = 120,
    Attack    = 52,
    Defense   = 80,
    Speed     = 78,
    SpAttack  = 110,
    SpDefense = 93,
    type1 = TYPE_WATER,
    type2 = TYPE_GHOST,
    catchRate = 25,
    expYield = 161,
    evYield_Speed     = 2,
    item2 = ITEM_DEEP_SEA_TOOTH,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 40,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_RECKLESS, ABILITY_ADAPTABILITY, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GREEN,
    noFlip = FALSE,



VOLTORB_HISUI

    HP        = 40,
    Attack    = 30,
    Defense   = 50,
    Speed     = 100,
    SpAttack  = 55,
    SpDefense = 55,
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_GRASS,
    catchRate = 190,
    expYield = 66,
    evYield_Speed     = 1,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_STATIC, ABILITY_AFTERMATH},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_STATIC},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ELECTRODE_HISUI

    HP        = 60,
    Attack    = 50,
    Defense   = 70,
    SpAttack  = 80,
    SpDefense = 80,
    #if P_UPDATED_STATS >= GEN_7
        Speed     = 150,
    #else
        Speed     = 140,
    #endif
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_GRASS,
    catchRate = 60,
    expYield = 172,
    evYield_Speed     = 2,
    genderRatio = MON_GENDERLESS,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MINERAL,
    eggGroup2 = EGG_GROUP_MINERAL,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SOUNDPROOF, ABILITY_STATIC, ABILITY_AFTERMATH},
    #else
        abilities = {ABILITY_SOUNDPROOF, ABILITY_STATIC},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



SNEASEL_HISUI

    HP        = 55,
    Attack    = 95,
    Defense   = 55,
    Speed     = 115,
    SpAttack  = 35,
    SpDefense = 75,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_POISON,
    catchRate = 60,
    expYield = 133,
    evYield_Speed     = 1,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_INNER_FOCUS, ABILITY_KEEN_EYE, ABILITY_PICKPOCKET},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = TRUE,



SNEASLER

    HP        = 80,
    Attack    = 130,
    Defense   = 60,
    Speed     = 120,
    SpAttack  = 40,
    SpDefense = 80,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_POISON,
    catchRate = 60,
    expYield = 200,
    evYield_Speed     = 1,
    item2 = ITEM_QUICK_CLAW,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_UNBURDEN, ABILITY_POISON_TOUCH},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_KEEN_EYE},
    #endif
    bodyColor = BODY_COLOR_BLACK,
    noFlip = TRUE,



AVALUGG_HISUI

    HP        = 95,
    Attack    = 127,
    Defense   = 184,
    Speed     = 38,
    SpAttack  = 34,
    SpDefense = 36,
    type1 = TYPE_ICE,
    type2 = TYPE_ROCK,
    catchRate = 55,
    expYield = 180,
    evYield_Defense   = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_MONSTER,
    #if P_UPDATED_EGG_GROUPS >= GEN_8
        eggGroup2 = EGG_GROUP_MONSTER,
    #else
        eggGroup2 = EGG_GROUP_MINERAL,
    #endif
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_STRONG_JAW, ABILITY_ICE_BODY, ABILITY_STURDY},
    #else
        abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE, ABILITY_STURDY},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ZORUA_HISUI

    HP        = 35,
    Attack    = 60,
    Defense   = 40,
    Speed     = 70,
    SpAttack  = 85,
    SpDefense = 40,
    type1 = TYPE_NORMAL,
    type2 = TYPE_GHOST,
    catchRate = 75,
    expYield = 66,
    evYield_SpAttack  = 1,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 25,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ILLUSION, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



ZOROARK_HISUI

    HP        = 55,
    Attack    = 100,
    Defense   = 60,
    Speed     = 110,
    SpAttack  = 125,
    SpDefense = 60,
    type1 = TYPE_NORMAL,
    type2 = TYPE_GHOST,
    catchRate = 45,
    expYield = 179,
    evYield_SpAttack  = 2,
    genderRatio = PERCENT_FEMALE(125),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_SLOW,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_ILLUSION, ABILITY_NONE},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,



BRAVIARY_HISUI

    HP        = 110,
    Attack    = 83,
    Defense   = 70,
    Speed     = 65,
    SpAttack  = 112,
    SpDefense = 70,
    type1 = TYPE_PSYCHIC,
    type2 = TYPE_FLYING,
    catchRate = 60,
    expYield = 179,
    evYield_Attack    = 2,
    genderRatio = MON_MALE,
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_FLYING,
    eggGroup2 = EGG_GROUP_FLYING,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #else
        abilities = {ABILITY_SHEER_FORCE, ABILITY_SHEER_FORCE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ENAMORUS

    HP        = 74,
    Attack    = 115,
    Defense   = 70,
    Speed     = 106,
    SpAttack  = 135,
    SpDefense = 80,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 219,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_CONTRARY, ABILITY_CONTRARY},
    #else
        abilities = {ABILITY_CONTRARY, ABILITY_CONTRARY},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



ENAMORUS_THERIAN

    HP        = 74,
    Attack    = 115,
    Defense   = 110,
    Speed     = 46,
    SpAttack  = 135,
    SpDefense = 100,
    type1 = TYPE_FAIRY,
    type2 = TYPE_FLYING,
    catchRate = 3,
    expYield = 219,
    evYield_Attack    = 3,
    genderRatio = MON_MALE,
    eggCycles = 120,
    friendship = 90,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_OVERCOAT},
    #else
        abilities = {ABILITY_NONE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BLUE,
    noFlip = FALSE,



DIALGA_ORIGIN

    HP        = 100,
    Attack    = 100,
    Defense   = 120,
    Speed     = 90,
    SpAttack  = 150,
    SpDefense = 120,
    type1 = TYPE_STEEL,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 306,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_WHITE,
    noFlip = FALSE,



PALKIA_ORIGIN

    HP        = 90,
    Attack    = 100,
    Defense   = 100,
    Speed     = 120,
    SpAttack  = 150,
    SpDefense = 120,
    type1 = TYPE_WATER,
    type2 = TYPE_DRAGON,
    catchRate = 3,
    expYield = 306,
    evYield_SpAttack  = 3,
    genderRatio = MON_GENDERLESS,
    eggCycles = 120,
    friendship = 0,
    growthRate = GROWTH_SLOW,
    eggGroup1 = EGG_GROUP_UNDISCOVERED,
    eggGroup2 = EGG_GROUP_UNDISCOVERED,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_PRESSURE, ABILITY_NONE, ABILITY_TELEPATHY},
    #else
        abilities = {ABILITY_PRESSURE, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_PURPLE,
    noFlip = FALSE,



ANNIHILAPE

    HP        = 110,
    Attack    = 115,
    Defense   = 80,
    Speed     = 90,
    SpAttack  = 50,
    SpDefense = 90,
    type1 = TYPE_FIGHTING,
    type2 = TYPE_GHOST,
    catchRate = 75,
    expYield = 208,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_VITAL_SPIRIT, ABILITY_ANGER_POINT, ABILITY_DEFIANT},
    #else
        abilities = {ABILITY_VITAL_SPIRIT, ABILITY_NONE},
    #endif
    bodyColor = BODY_COLOR_BROWN,
    noFlip = FALSE,



FARIGIRAF

    HP        = 120,
    Attack    = 60,
    Defense   = 70,
    Speed     = 90,
    SpAttack  = 110,
    SpDefense = 70,
    type1 = TYPE_NORMAL,
    type2 = TYPE_PSYCHIC,
    catchRate = 60,
    expYield = 209,
    evYield_SpAttack  = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_SAP_SIPPER, ABILITY_EARLY_BIRD, ABILITY_SAP_SIPPER},
    #else
        abilities = {ABILITY_INNER_FOCUS, ABILITY_EARLY_BIRD},
    #endif
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



KINGAMBIT

    HP        = 100,
    Attack    = 135,
    Defense   = 120,
    Speed     = 50,
    SpAttack  = 60,
    SpDefense = 85,
    type1 = TYPE_DARK,
    type2 = TYPE_STEEL,
    catchRate = 45,
    expYield = 172,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_DEFIANT, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #else
        abilities = {ABILITY_NONE, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



FRIGIBAX

    HP        = 65,
    Attack    = 75,
    Defense   = 45,
    Speed     = 55,
    SpAttack  = 35,
    SpDefense = 45,
    type1 = TYPE_DRAGON,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 172,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOLD_BREAKER, ABILITY_MOLD_BREAKER, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



ARCTIBAX

    HP        = 90,
    Attack    = 95,
    Defense   = 66,
    Speed     = 62,
    SpAttack  = 45,
    SpDefense = 65,
    type1 = TYPE_DRAGON,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 172,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOLD_BREAKER, ABILITY_MOLD_BREAKER, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



BAXCALIBUR

    HP        = 115,
    Attack    = 145,
    Defense   = 92,
    Speed     = 87,
    SpAttack  = 75,
    SpDefense = 86,
    type1 = TYPE_DRAGON,
    type2 = TYPE_ICE,
    catchRate = 45,
    expYield = 172,
    evYield_Attack    = 2,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 35,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_HUMAN_LIKE,
    eggGroup2 = EGG_GROUP_HUMAN_LIKE,
    #ifdef BATTLE_ENGINE
        abilities = {ABILITY_MOLD_BREAKER, ABILITY_MOLD_BREAKER, ABILITY_MOLD_BREAKER},
    #else
        abilities = {ABILITY_NONE, ABILITY_INNER_FOCUS, ABILITY_PRESSURE},
    #endif
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



NINETALES_BOND

    HP        = 83,
    Attack    = 57,
    Defense   = 85,
    Speed     = 129,
    SpAttack  = 121,
    SpDefense = 140,
    type1 = TYPE_FIRE,
    type2 = TYPE_GHOST,
    catchRate = 75,
    expYield = 177,
    evYield_Speed     = 1,
    evYield_SpDefense = 2,
    item2 = ITEM_CHARCOAL,
    genderRatio = PERCENT_FEMALE(75),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FIELD,
    abilities = {ABILITY_FUR_COAT, ABILITY_FUR_COAT, ABILITY_FUR_COAT},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



GOROCHU

    HP        = 70,
    Attack    = 100,
    Defense   = 65,
    SpAttack  = 125,
    SpDefense = 90,
    #if P_UPDATED_STATS >= GEN_6
        Speed     = 105,
    #else
        Speed     = 105,
    #endif
    type1 = TYPE_ELECTRIC,
    type2 = TYPE_ELECTRIC,
    catchRate = 75,
    expYield = 206,
    evYield_Speed     = 3,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 10,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_FIELD,
    eggGroup2 = EGG_GROUP_FAIRY,
    abilities = {ABILITY_TRANSISTOR, ABILITY_TRANSISTOR, ABILITY_TRANSISTOR},
    bodyColor = BODY_COLOR_YELLOW,
    noFlip = FALSE,



WARTILLERY

    HP        = 85,
    Attack    = 105,
    Defense   = 105,
    Speed     = 35,
    SpAttack  = 105,
    SpDefense = 105,
    type1 = TYPE_WATER,
    type2 = TYPE_STEEL,
    catchRate = 75,
    expYield = 204,
    evYield_Attack = 1,
    evYield_SpAttack = 1,
    item2 = ITEM_MYSTIC_WATER,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_1,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_MEGA_LAUNCHER, ABILITY_MEGA_LAUNCHER, ABILITY_MEGA_LAUNCHER},
    bodyColor = BODY_COLOR_RED,
    noFlip = FALSE,



QWOLTFISH

    HP        = 95,
    Attack    = 65,
    Speed     = 65,
    SpAttack  = 115,
    SpDefense = 85,
    #if P_UPDATED_STATS >= GEN_7
        Defense   = 85,
    #else
        Defense   = 85,
    #endif
    type1 = TYPE_WATER,
    type2 = TYPE_ELECTRIC,
    catchRate = 45,
    expYield = 195,
    evYield_Attack    = 1,
    item2 = ITEM_POISON_BARB,
    genderRatio = PERCENT_FEMALE(50),
    eggCycles = 20,
    friendship = 70,
    growthRate = GROWTH_MEDIUM_FAST,
    eggGroup1 = EGG_GROUP_WATER_2,
    eggGroup2 = EGG_GROUP_WATER_2,
    abilities = {ABILITY_ELECTRIC_SURGE, ABILITY_ELECTRIC_SURGE, ABILITY_ELECTRIC_SURGE},
    bodyColor = BODY_COLOR_GRAY,
    noFlip = FALSE,

Conclusion

Here is the end of Pokemon Team Rocket Edition Base Stats article. If you want to find more documentions of this game, you can read Pokemon Locations & Evolutions, Item Locations, Evolutions. So you can find all cheats, documentations at All Posts.