This commit is contained in:
Eduardo Quezada 2020-10-24 07:35:28 -03:00
parent f54d866900
commit e3699ba30a

View File

@ -23208,7 +23208,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23232,7 +23236,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23281,7 +23289,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23329,7 +23341,11 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_SLOW,
.eggGroup1 = EGG_GROUP_UNDISCOVERED,
.eggGroup2 = EGG_GROUP_UNDISCOVERED,
#ifdef BATTLE_ENGINE
.abilities = {ABILITY_STEADFAST, ABILITY_STEADFAST},
#else
.abilities = {ABILITY_NONE, ABILITY_NONE},
#endif
.bodyColor = BODY_COLOR_PURPLE,
.noFlip = FALSE,
},
@ -23425,7 +23441,11 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_SLOW,
.eggGroup1 = EGG_GROUP_FIELD,
.eggGroup2 = EGG_GROUP_FIELD,
#ifdef BATTLE_ENGINE
.abilities = {ABILITY_SOLAR_POWER, ABILITY_SOLAR_POWER},
#else
.abilities = {ABILITY_NONE, ABILITY_NONE},
#endif
.bodyColor = BODY_COLOR_BLACK,
.noFlip = FALSE,
},
@ -23450,7 +23470,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23475,7 +23499,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23523,7 +23551,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23547,7 +23579,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23571,7 +23607,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23596,7 +23636,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23622,7 +23666,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23646,7 +23694,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23670,7 +23722,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23694,7 +23750,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23718,7 +23778,11 @@ const struct BaseStats gBaseStats[] =
.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 = FALSE,
},
@ -23771,7 +23835,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23844,7 +23912,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23965,7 +24037,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -23989,7 +24065,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24039,7 +24119,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24064,7 +24148,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24114,7 +24202,11 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_MEDIUM_FAST,
.eggGroup1 = EGG_GROUP_MINERAL,
.eggGroup2 = EGG_GROUP_MINERAL,
#ifdef BATTLE_ENGINE
.abilities = {ABILITY_SAND_FORCE, ABILITY_SAND_FORCE},
#else
.abilities = {ABILITY_NONE, ABILITY_NONE},
#endif
.bodyColor = BODY_COLOR_GRAY,
.noFlip = FALSE,
},
@ -24138,7 +24230,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24162,7 +24258,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24187,7 +24287,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24212,7 +24316,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24237,7 +24345,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24262,7 +24374,11 @@ const struct BaseStats gBaseStats[] =
.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_NONE, ABILITY_NONE},
#endif
.bodyColor = BODY_COLOR_RED,
.noFlip = FALSE,
},
@ -24286,7 +24402,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24311,7 +24431,11 @@ const struct BaseStats gBaseStats[] =
.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,
},
@ -24337,7 +24461,11 @@ const struct BaseStats gBaseStats[] =
.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,
},