diff --git a/src/data/pokemon/species_info/gen_5_families.h b/src/data/pokemon/species_info/gen_5_families.h index 8088296f5d..7662b7ced9 100644 --- a/src/data/pokemon/species_info/gen_5_families.h +++ b/src/data/pokemon/species_info/gen_5_families.h @@ -13143,10 +13143,10 @@ const struct SpeciesInfo gSpeciesInfoGen5[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_NO_EGGS_DISCOVERED), \ .abilities = { ABILITY_DOWNLOAD, ABILITY_NONE, ABILITY_NONE }, \ .bodyColor = BODY_COLOR_PURPLE, \ - .speciesName = _("Genesect"), \ + .speciesName = _("盖诺赛克特"), \ .cryId = CRY_GENESECT, \ .natDexNum = NATIONAL_DEX_GENESECT, \ - .categoryName = _("Paleozoic"), \ + .categoryName = _("古生代"), \ .height = 15, \ .weight = 825, \ .description = gGenesectPokedexText, \