From 31b94ee3ba486492e726e49ea94645882f6bca50 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:01:33 +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(=E5=8E=84=E8=AF=A1=E6=A4=AA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/pokemon/species_info/gen_9_families.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/pokemon/species_info/gen_9_families.h b/src/data/pokemon/species_info/gen_9_families.h index 28c69c92a1..7fbd30229c 100644 --- a/src/data/pokemon/species_info/gen_9_families.h +++ b/src/data/pokemon/species_info/gen_9_families.h @@ -7382,10 +7382,10 @@ const struct SpeciesInfo gSpeciesInfoGen9[] = .eggGroups = MON_EGG_GROUPS(EGG_GROUP_NO_EGGS_DISCOVERED), \ .abilities = { ability, ABILITY_NONE }, \ .bodyColor = color, \ - .speciesName = _("Ogerpon"), \ + .speciesName = _("厄诡椪"), \ .cryId = CRY_OGERPON, \ .natDexNum = NATIONAL_DEX_OGERPON, \ - .categoryName = _("Mask"), \ + .categoryName = _("面具"), \ .height = 12, \ .weight = 398, \ .description = gOgerpon##Form1##MaskPokedexText, \