From b7df2521cd75b118c31671a513aeb17e0e8c2dea 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:10:45 +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=B2=89=E8=9D=B6=E8=99=AB?= =?UTF-8?q?=E5=92=8C=E7=B2=89=E8=9D=B6=E8=9B=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/pokemon/species_info/gen_6_families.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/pokemon/species_info/gen_6_families.h b/src/data/pokemon/species_info/gen_6_families.h index ed6b97ec45..9cea8c775c 100644 --- a/src/data/pokemon/species_info/gen_6_families.h +++ b/src/data/pokemon/species_info/gen_6_families.h @@ -1095,10 +1095,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \ .abilities = { ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES, ABILITY_FRIEND_GUARD }, \ .bodyColor = BODY_COLOR_BLACK, \ - .speciesName = _("Scatterbug"), \ + .speciesName = _("粉蝶虫"), \ .cryId = CRY_SCATTERBUG, \ .natDexNum = NATIONAL_DEX_SCATTERBUG, \ - .categoryName = _("Scatterdust"), \ + .categoryName = _("喷粉"), \ .height = 3, \ .weight = 25, \ .description = gScatterbugPokedexText, \ @@ -1178,10 +1178,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \ .abilities = { ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_FRIEND_GUARD }, \ .bodyColor = BODY_COLOR_BLACK, \ - .speciesName = _("Spewpa"), \ + .speciesName = _("粉蝶蛹"), \ .cryId = CRY_SPEWPA, \ .natDexNum = NATIONAL_DEX_SPEWPA, \ - .categoryName = _("Scatterdust"), \ + .categoryName = _("喷粉"), \ .height = 3, \ .weight = 84, \ .description = gSpewpaPokedexText, \