diff --git a/src/data/pokemon/species_info/gen_4_families.h b/src/data/pokemon/species_info/gen_4_families.h index a0e494e099..486e4ddda7 100644 --- a/src/data/pokemon/species_info/gen_4_families.h +++ b/src/data/pokemon/species_info/gen_4_families.h @@ -7253,10 +7253,10 @@ const struct SpeciesInfo gSpeciesInfoGen4[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_NO_EGGS_DISCOVERED), \ .abilities = { ABILITY_MULTITYPE, ABILITY_NONE, ABILITY_NONE }, \ .bodyColor = BODY_COLOR_WHITE, \ - .speciesName = _("Arceus"), \ + .speciesName = _("阿尔宙斯"), \ .cryId = CRY_ARCEUS, \ .natDexNum = NATIONAL_DEX_ARCEUS, \ - .categoryName = _("Alpha"), \ + .categoryName = _("创造"), \ .height = 32, \ .weight = 3200, \ .description = gArceusPokedexText, \