From 6fba6bd42ee31253158c2e224b6034702d241531 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:12:36 +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=BB=85=E5=A3=AB=E8=9B=BE)?= 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 486e4ddda7..2520bc7929 100644 --- a/src/data/pokemon/species_info/gen_4_families.h +++ b/src/data/pokemon/species_info/gen_4_families.h @@ -2166,10 +2166,10 @@ const struct SpeciesInfo gSpeciesInfoGen4[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \ .abilities = { ABILITY_SWARM, ABILITY_NONE, ABILITY_TINTED_LENS }, \ .bodyColor = BODY_COLOR_YELLOW, \ - .speciesName = _("Mothim"), \ + .speciesName = _("绅士蛾"), \ .cryId = CRY_MOTHIM, \ .natDexNum = NATIONAL_DEX_MOTHIM, \ - .categoryName = _("Moth"), \ + .categoryName = _("蓑衣蛾"), \ .height = 9, \ .weight = 233, \ .description = gMothimPokedexText, \