diff --git a/src/data/pokemon/species_info/gen_6_families.h b/src/data/pokemon/species_info/gen_6_families.h index ed6b97ec45..9cea8c775c 100644 --- a/src/data/pokemon/species_info/gen_6_families.h +++ b/src/data/pokemon/species_info/gen_6_families.h @@ -1095,10 +1095,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \ .abilities = { ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES, ABILITY_FRIEND_GUARD }, \ .bodyColor = BODY_COLOR_BLACK, \ - .speciesName = _("Scatterbug"), \ + .speciesName = _("粉蝶虫"), \ .cryId = CRY_SCATTERBUG, \ .natDexNum = NATIONAL_DEX_SCATTERBUG, \ - .categoryName = _("Scatterdust"), \ + .categoryName = _("喷粉"), \ .height = 3, \ .weight = 25, \ .description = gScatterbugPokedexText, \ @@ -1178,10 +1178,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \ .abilities = { ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_FRIEND_GUARD }, \ .bodyColor = BODY_COLOR_BLACK, \ - .speciesName = _("Spewpa"), \ + .speciesName = _("粉蝶蛹"), \ .cryId = CRY_SPEWPA, \ .natDexNum = NATIONAL_DEX_SPEWPA, \ - .categoryName = _("Scatterdust"), \ + .categoryName = _("喷粉"), \ .height = 3, \ .weight = 84, \ .description = gSpewpaPokedexText, \