From 13badbf91f18d7c1324ad19681e6d84e1816649e 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:00:00 +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(=E9=93=B6=E4=BC=B4=E6=88=98?= =?UTF-8?q?=E5=85=BD=E5=92=8C=E5=B0=8F=E9=99=A8=E6=98=9F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/pokemon/species_info/gen_7_families.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, \