From e56fbb407f8d2c34c249ce7722008d8002a78302 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:24:01 +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(=E7=9B=96=E8=AF=BA=E8=B5=9B?= =?UTF-8?q?=E5=85=8B=E7=89=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/pokemon/species_info/gen_5_families.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, \