diff --git a/src/data/pokemon/species_info/gen_6_families.h b/src/data/pokemon/species_info/gen_6_families.h index 9cea8c775c..7a20b6e69a 100644 --- a/src/data/pokemon/species_info/gen_6_families.h +++ b/src/data/pokemon/species_info/gen_6_families.h @@ -1261,10 +1261,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \ .abilities = { ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES, ABILITY_FRIEND_GUARD }, \ .bodyColor = color, \ - .speciesName = _("Vivillon"), \ + .speciesName = _("彩粉蝶"), \ .cryId = CRY_VIVILLON, \ .natDexNum = NATIONAL_DEX_VIVILLON, \ - .categoryName = _("Scale"), \ + .categoryName = _("鳞粉"), \ .height = 12, \ .weight = 170, \ .pokemonScale = 282, \ @@ -1630,10 +1630,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_FAIRY), \ .abilities = { ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS }, \ .bodyColor = BODY_COLOR_WHITE, \ - .speciesName = _("Flabébé"), \ + .speciesName = _("花蓓蓓"), \ .cryId = CRY_FLABEBE, \ .natDexNum = NATIONAL_DEX_FLABEBE, \ - .categoryName = _("Single Bloom"), \ + .categoryName = _("单朵"), \ .height = 1, \ .weight = 1, \ .pokemonScale = 682, \ @@ -1722,9 +1722,9 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .growthRate = GROWTH_MEDIUM_FAST, \ .abilities = { ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS }, \ .bodyColor = BODY_COLOR_WHITE, \ - .speciesName = _("Floette"), \ + .speciesName = _("花叶蒂"), \ .natDexNum = NATIONAL_DEX_FLOETTE, \ - .categoryName = _("Single Bloom"), \ + .categoryName = _("单朵"), \ .height = 2, \ .weight = 9, \ .pokemonScale = 682, \ @@ -1856,10 +1856,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_FAIRY), \ .abilities = { ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS }, \ .bodyColor = BODY_COLOR_WHITE, \ - .speciesName = _("Florges"), \ + .speciesName = _("花洁夫人"), \ .cryId = CRY_FLORGES, \ .natDexNum = NATIONAL_DEX_FLORGES, \ - .categoryName = _("Garden"), \ + .categoryName = _("花园"), \ .height = 11, \ .weight = 100, \ .pokemonScale = 320, \ @@ -2231,10 +2231,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .abilities = { ABILITY_FUR_COAT, ABILITY_NONE, ABILITY_NONE }, \ .bodyColor = BODY_COLOR_WHITE, \ .noFlip = _noFlip, \ - .speciesName = _("Furfrou"), \ + .speciesName = _("多丽米亚"), \ .cryId = CRY_FURFROU, \ .natDexNum = NATIONAL_DEX_FURFROU, \ - .categoryName = _("Poodle"), \ + .categoryName = _("贵宾犬"), \ .height = 12, \ .weight = 280, \ .description = gFurfrouPokedexText, \