From ea79666873a27388f78bdbd24971902d31a5102e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=91=86=E7=83=82?= <159138678+LonelyRyan@users.noreply.github.com> Date: Sat, 19 Apr 2025 15:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=B2=BE=E7=81=B5=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=BC=8F=E8=AF=91(=E5=BD=A9=E7=B2=89=E8=9D=B6,?= =?UTF-8?q?=E8=8A=B1=E8=93=93=E8=93=93,=E8=8A=B1=E5=8F=B6=E8=92=82,?= =?UTF-8?q?=E8=8A=B1=E6=B4=81=E5=A4=AB=E4=BA=BA,=E5=A4=9A=E4=B8=BD?= =?UTF-8?q?=E7=B1=B3=E4=BA=9A)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pokemon/species_info/gen_6_families.h | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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, \