From e0ac33f123c3bafbcc327bf7e3693a5f0b7a9892 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 14:56:57 +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=98=BF=E5=B0=94=E5=AE=99?= =?UTF-8?q?=E6=96=AF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/pokemon/species_info/gen_4_families.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, \