diff --git a/src/data/pokemon/species_info/gen_7_families.h b/src/data/pokemon/species_info/gen_7_families.h index 40abc05860..1e5292b805 100644 --- a/src/data/pokemon/species_info/gen_7_families.h +++ b/src/data/pokemon/species_info/gen_7_families.h @@ -4261,10 +4261,10 @@ const struct SpeciesInfo gSpeciesInfoGen7[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_NO_EGGS_DISCOVERED), \ .abilities = { ABILITY_RKS_SYSTEM, ABILITY_NONE, ABILITY_NONE }, \ .bodyColor = BODY_COLOR_GRAY, \ - .speciesName = _("Silvally"), \ + .speciesName = _("银伴战兽"), \ .cryId = CRY_SILVALLY, \ .natDexNum = NATIONAL_DEX_SILVALLY, \ - .categoryName = _("Synthetic"), \ + .categoryName = _("人工"), \ .height = 23, \ .weight = 1005, \ .description = (type == TYPE_NORMAL \ @@ -4342,10 +4342,10 @@ const struct SpeciesInfo gSpeciesInfoGen7[] = .abilities = { ABILITY_SHIELDS_DOWN, ABILITY_NONE, ABILITY_NONE }, \ .bodyColor = color, \ .noFlip = TRUE, \ - .speciesName = _("Minior"), \ + .speciesName = _("小陨星"), \ .cryId = CRY_MINIOR, \ .natDexNum = NATIONAL_DEX_MINIOR, \ - .categoryName = _("Meteor"), \ + .categoryName = _("流星"), \ .height = 3, \ .pokemonScale = 530, \ .pokemonOffset = 13, \