From d7d8c6275390cfdc27c0d54170a2b15fb83e5fe7 Mon Sep 17 00:00:00 2001 From: amiosi <44352097+amiosi@users.noreply.github.com> Date: Mon, 22 Feb 2021 16:04:55 -0500 Subject: [PATCH] restore and add noFlip values sources: vanilla emerald, pokediamond, hgss/bw2 overworlds, oras/usum menu sprites. missing: bw2 & oras data --- src/data/pokemon/base_stats.h | 262 +++++++++++++++++----------------- 1 file changed, 131 insertions(+), 131 deletions(-) diff --git a/src/data/pokemon/base_stats.h b/src/data/pokemon/base_stats.h index db02c10a0b..c53fed03eb 100644 --- a/src/data/pokemon/base_stats.h +++ b/src/data/pokemon/base_stats.h @@ -994,7 +994,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PINK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_CLEFABLE] = @@ -1033,7 +1033,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PINK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_VULPIX] = @@ -1121,7 +1121,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PINK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_WIGGLYTUFF] = @@ -1160,7 +1160,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PINK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ZUBAT] = @@ -1734,7 +1734,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_WATER_ABSORB, ABILITY_DAMP}, .abilityHidden = ABILITY_SWIFT_SWIM, .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_POLIWHIRL] = @@ -1760,7 +1760,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_WATER_ABSORB, ABILITY_DAMP}, .abilityHidden = ABILITY_SWIFT_SWIM, .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_POLIWRATH] = @@ -1790,7 +1790,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_WATER_ABSORB, ABILITY_DAMP}, .abilityHidden = ABILITY_SWIFT_SWIM, .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ABRA] = @@ -1846,7 +1846,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_MAGIC_GUARD, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ALAKAZAM] = @@ -1938,7 +1938,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_GUTS, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MACHAMP] = @@ -2843,7 +2843,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_SHEER_FORCE, #endif .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_VOLTORB] = @@ -3160,7 +3160,7 @@ const struct BaseStats gBaseStats[] = #endif .abilityHidden = ABILITY_STENCH, .bodyColor = BODY_COLOR_PURPLE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_RHYHORN] = @@ -3442,7 +3442,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_ANALYTIC, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_STARMIE] = @@ -3591,7 +3591,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_STATIC, ABILITY_NONE}, .abilityHidden = ABILITY_VITAL_SPIRIT, .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MAGMAR] = @@ -4521,7 +4521,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_SHEER_FORCE, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_FERALIGATR] = @@ -4912,7 +4912,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PINK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_IGGLYBUFF] = @@ -4946,7 +4946,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PINK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_TOGEPI] = @@ -5299,7 +5299,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_WATER_ABSORB, ABILITY_DAMP}, .abilityHidden = ABILITY_DRIZZLE, .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_HOPPIP] = @@ -6117,7 +6117,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_PICKPOCKET, #endif .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_TEDDIURSA] = @@ -6146,7 +6146,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_PICKUP, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_URSARING] = @@ -6234,7 +6234,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_WEAK_ARMOR, #endif .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_SWINUB] = @@ -6810,7 +6810,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_STATIC, ABILITY_NONE}, .abilityHidden = ABILITY_VITAL_SPIRIT, .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MAGBY] = @@ -6838,7 +6838,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_FLAME_BODY, ABILITY_NONE}, .abilityHidden = ABILITY_VITAL_SPIRIT, .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MILTANK] = @@ -8978,7 +8978,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_LEAF_GUARD, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_GULPIN] = @@ -9306,7 +9306,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_TRAPINCH] = @@ -9533,7 +9533,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_TOXIC_BOOST, #endif .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_SEVIPER] = @@ -9564,7 +9564,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_INFILTRATOR, #endif .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_LUNATONE] = @@ -10216,7 +10216,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_PRESSURE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_WYNAUT] = @@ -10723,7 +10723,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_CLEAR_BODY, ABILITY_NONE}, .abilityHidden = ABILITY_STURDY, .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_REGICE] = @@ -11028,7 +11028,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_OVERGROW, ABILITY_NONE}, .abilityHidden = ABILITY_SHELL_ARMOR, .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_CHIMCHAR] = @@ -11055,7 +11055,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_IRON_FIST, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MONFERNO] = @@ -11083,7 +11083,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_IRON_FIST, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_INFERNAPE] = @@ -11509,7 +11509,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_LEAF_GUARD, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ROSERADE] = @@ -11541,7 +11541,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_TECHNICIAN, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_CRANIDOS] = @@ -11925,7 +11925,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PURPLE, - .noFlip = TRUE, + .noFlip = FALSE, }, [SPECIES_SHELLOS] = @@ -13241,7 +13241,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_FLAME_BODY, ABILITY_NONE}, .abilityHidden = ABILITY_VITAL_SPIRIT, .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_TOGEKISS] = @@ -13274,7 +13274,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_SUPER_LUCK, #endif .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_YANMEGA] = @@ -13995,7 +13995,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_YELLOW, - .noFlip = TRUE, + .noFlip = FALSE, }, [SPECIES_SNIVY] = @@ -14153,7 +14153,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_RECKLESS, #endif .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_OSHAWOTT] = @@ -14514,7 +14514,7 @@ const struct BaseStats gBaseStats[] = #endif .abilityHidden = ABILITY_BLAZE, .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_SIMISEAR] = @@ -14543,7 +14543,7 @@ const struct BaseStats gBaseStats[] = #endif .abilityHidden = ABILITY_BLAZE, .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_PANPOUR] = @@ -14995,7 +14995,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_EXCADRILL] = @@ -15024,7 +15024,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_AUDINO] = @@ -15289,7 +15289,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_MOLD_BREAKER, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_SEWADDLE] = @@ -15613,7 +15613,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_LEAF_GUARD, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_BASCULIN] = @@ -16206,7 +16206,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_STENCH, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ZORUA] = @@ -16320,7 +16320,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_CUTE_CHARM, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_GOTHITA] = @@ -16436,7 +16436,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_DUOSION] = @@ -16839,7 +16839,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_REGENERATOR, #endif .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_FRILLISH] = @@ -17072,7 +17072,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_PLUS, ABILITY_MINUS}, .abilityHidden = ABILITY_CLEAR_BODY, .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_KLANG] = @@ -17097,7 +17097,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_PLUS, ABILITY_MINUS}, .abilityHidden = ABILITY_CLEAR_BODY, .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_KLINKLANG] = @@ -17122,7 +17122,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_PLUS, ABILITY_MINUS}, .abilityHidden = ABILITY_CLEAR_BODY, .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_TYNAMO] = @@ -17283,7 +17283,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_SHADOW_TAG, #endif .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_LAMPENT] = @@ -17728,7 +17728,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_GOLURK] = @@ -17760,7 +17760,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_PAWNIARD] = @@ -17963,7 +17963,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = TRUE, + .noFlip = FALSE, }, [SPECIES_HEATMOR] = @@ -18394,7 +18394,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_PRESSURE, ABILITY_NONE}, .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_KELDEO] = @@ -18450,7 +18450,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_SERENE_GRACE, ABILITY_NONE}, .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_GENESECT] = @@ -18723,7 +18723,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_PROTEAN, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_BUNNELBY] = @@ -19618,7 +19618,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_SKRELP] = @@ -19704,7 +19704,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_CLAWITZER] = @@ -19732,7 +19732,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_HELIOPTILE] = @@ -19934,7 +19934,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_PIXILATE, #endif .bodyColor = BODY_COLOR_PINK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_HAWLUCHA] = @@ -20145,7 +20145,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_PHANTUMP] = @@ -20477,7 +20477,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_DIANCIE] = @@ -20608,7 +20608,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_LONG_REACH, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_DECIDUEYE] = @@ -21739,7 +21739,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_OBLIVIOUS}, #endif .bodyColor = BODY_COLOR_PURPLE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_TSAREENA] = @@ -21771,7 +21771,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PURPLE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_COMFEY] = @@ -21803,7 +21803,7 @@ const struct BaseStats gBaseStats[] = #endif .abilityHidden = ABILITY_NATURAL_CURE, .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ORANGURU] = @@ -22088,7 +22088,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_KOMALA] = @@ -22292,7 +22292,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_JANGMO_O] = @@ -22848,7 +22848,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MAGEARNA] = @@ -22905,7 +22905,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_POIPOLE] = @@ -22991,7 +22991,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, .flags = F_ULTRA_BEAST, }, @@ -23020,7 +23020,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, .flags = F_ULTRA_BEAST, }, @@ -26566,7 +26566,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_GLALIE_MEGA] = @@ -27262,7 +27262,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_SAND_VEIL, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, .flags = F_ALOLAN_FORM, }, @@ -27478,7 +27478,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, .flags = F_ALOLAN_FORM, }, @@ -28183,7 +28183,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_STATIC, ABILITY_NONE}, .abilityHidden = ABILITY_LIGHTNING_ROD, .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_PIKACHU_POP_STAR] = @@ -28209,7 +28209,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_STATIC, ABILITY_NONE}, .abilityHidden = ABILITY_LIGHTNING_ROD, .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_PIKACHU_PH_D] = @@ -28287,7 +28287,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_STATIC, ABILITY_NONE}, .abilityHidden = ABILITY_LIGHTNING_ROD, .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_PIKACHU_HOENN_CAP] = @@ -28443,7 +28443,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_STATIC, ABILITY_NONE}, .abilityHidden = ABILITY_LIGHTNING_ROD, .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_PIKACHU_WORLD_CAP] = @@ -28494,7 +28494,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_STATIC, ABILITY_NONE}, .abilityHidden = ABILITY_LIGHTNING_ROD, .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_B] = @@ -28519,7 +28519,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_C] = @@ -28544,7 +28544,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_D] = @@ -28569,7 +28569,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_E] = @@ -28594,7 +28594,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_F] = @@ -28619,7 +28619,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_G] = @@ -28644,7 +28644,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_H] = @@ -28669,7 +28669,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_I] = @@ -28719,7 +28719,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_K] = @@ -28744,7 +28744,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_L] = @@ -28769,7 +28769,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_M] = @@ -28819,7 +28819,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_O] = @@ -28869,7 +28869,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_Q] = @@ -28894,7 +28894,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_R] = @@ -28919,7 +28919,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_S] = @@ -28944,7 +28944,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_T] = @@ -29019,7 +29019,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_W] = @@ -29119,7 +29119,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_UNOWN_EMARK] = @@ -29169,7 +29169,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_CASTFORM_SUNNY] = @@ -29321,7 +29321,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_PRESSURE, ABILITY_NONE}, .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_BURMY_SANDY_CLOAK] = @@ -29459,7 +29459,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PINK, - .noFlip = TRUE, + .noFlip = FALSE, }, [SPECIES_SHELLOS_EAST_SEA] = @@ -29567,7 +29567,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_AMORPHOUS, .abilities = {ABILITY_LEVITATE, ABILITY_NONE}, .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ROTOM_FROST] = @@ -29692,7 +29692,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_SERENE_GRACE, ABILITY_NONE}, .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ARCEUS_FIGHTING] = @@ -30535,7 +30535,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_KYUREM_BLACK] = @@ -30563,7 +30563,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GRAY, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_KELDEO_RESOLUTE] = @@ -30591,7 +30591,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MELOETTA_PIROUETTE] = @@ -30619,7 +30619,7 @@ const struct BaseStats gBaseStats[] = .eggGroup2 = EGG_GROUP_UNDISCOVERED, .abilities = {ABILITY_SERENE_GRACE, ABILITY_NONE}, .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_GENESECT_DOUSE_DRIVE] = @@ -30767,7 +30767,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_GRENINJA_ASH] = @@ -30795,7 +30795,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_VIVILLON_POLAR] = @@ -31835,7 +31835,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_WHITE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_FURFROU_MATRON_TRIM] = @@ -32268,7 +32268,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ZYGARDE_10_POWER_CONSTRUCT] = @@ -32296,7 +32296,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ZYGARDE_50_POWER_CONSTRUCT] = @@ -32324,7 +32324,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_ZYGARDE_COMPLETE] = @@ -32352,7 +32352,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLACK, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_HOOPA_UNBOUND] = @@ -33086,7 +33086,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_METEOR_YELLOW] = @@ -33116,7 +33116,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_METEOR_GREEN] = @@ -33146,7 +33146,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_METEOR_BLUE] = @@ -33176,7 +33176,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_METEOR_INDIGO] = @@ -33206,7 +33206,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_METEOR_VIOLET] = @@ -33236,7 +33236,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BROWN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_CORE_RED] = @@ -33266,7 +33266,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_CORE_ORANGE] = @@ -33296,7 +33296,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_RED, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_CORE_YELLOW] = @@ -33326,7 +33326,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_CORE_GREEN] = @@ -33356,7 +33356,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_GREEN, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_CORE_BLUE] = @@ -33386,7 +33386,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_CORE_INDIGO] = @@ -33416,7 +33416,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MINIOR_CORE_VIOLET] = @@ -33446,7 +33446,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_PURPLE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MIMIKYU_BUSTED] = @@ -33502,7 +33502,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_NECROZMA_DAWN_WINGS] = @@ -33530,7 +33530,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_BLUE, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_NECROZMA_ULTRA] = @@ -33560,7 +33560,7 @@ const struct BaseStats gBaseStats[] = .abilities = {ABILITY_NONE, ABILITY_NONE}, #endif .bodyColor = BODY_COLOR_YELLOW, - .noFlip = FALSE, + .noFlip = TRUE, }, [SPECIES_MAGEARNA_ORIGINAL_COLOR] =