diff --git a/src/data/pokemon/base_stats.h b/src/data/pokemon/base_stats.h index 477d911811..a99896e17a 100644 --- a/src/data/pokemon/base_stats.h +++ b/src/data/pokemon/base_stats.h @@ -27559,6 +27559,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_BROWN, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_PONYTA_GALARIAN] = @@ -27588,6 +27589,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_RAPIDASH_GALARIAN] = @@ -27617,6 +27619,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_SLOWPOKE_GALARIAN] = @@ -27646,6 +27649,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_PINK, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, @@ -27676,6 +27680,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_PINK, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_FARFETCHD_GALARIAN] = @@ -27706,6 +27711,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_BROWN, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_WEEZING_GALARIAN] = @@ -27738,6 +27744,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_GRAY, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_MR_MIME_GALARIAN] = @@ -27767,6 +27774,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_ARTICUNO_GALARIAN] = @@ -27795,6 +27803,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_PURPLE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_ZAPDOS_GALARIAN] = @@ -27823,6 +27832,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_YELLOW, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_MOLTRES_GALARIAN] = @@ -27851,6 +27861,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_RED, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_SLOWKING_GALARIAN] = @@ -27880,6 +27891,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_PINK, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_CORSOLA_GALARIAN] = @@ -27909,6 +27921,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_ZIGZAGOON_GALARIAN] = @@ -27938,6 +27951,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_LINOONE_GALARIAN] = @@ -27967,6 +27981,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_DARUMAKA_GALARIAN] = @@ -27992,6 +28007,7 @@ const struct BaseStats gBaseStats[] = .abilityHidden = ABILITY_INNER_FOCUS, .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_DARMANITAN_GALARIAN] = @@ -28021,6 +28037,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_YAMASK_GALARIAN] = @@ -28049,6 +28066,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_BLACK, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_STUNFISK_GALARIAN] = @@ -28077,6 +28095,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_GREEN, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_PIKACHU_COSPLAY] = @@ -30228,6 +30247,7 @@ const struct BaseStats gBaseStats[] = #endif .bodyColor = BODY_COLOR_WHITE, .noFlip = FALSE, + .flags = F_GALARIAN_FORM, }, [SPECIES_DEERLING_SUMMER] =