From 5132c8af2325ef17ba00f82c1afc9434c361d4b5 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:15:04 +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=9C=9C=E5=A5=B6=E4=BB=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/pokemon/species_info/gen_8_families.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/pokemon/species_info/gen_8_families.h b/src/data/pokemon/species_info/gen_8_families.h index 94b7940623..3407696570 100644 --- a/src/data/pokemon/species_info/gen_8_families.h +++ b/src/data/pokemon/species_info/gen_8_families.h @@ -4714,10 +4714,10 @@ const struct SpeciesInfo gSpeciesInfoGen8[] = #define ALCREMIE_REGULAR_SPECIES_INFO(sweet, cream, color) \ { \ ALCREMIE_MISC_INFO(color), \ - .speciesName = _("Alcremie"), \ + .speciesName = _("霜奶仙"), \ .cryId = CRY_ALCREMIE, \ .natDexNum = NATIONAL_DEX_ALCREMIE, \ - .categoryName = _("Cream"), \ + .categoryName = _("鲜奶油"), \ .height = 3, \ .weight = 5, \ .description = gAlcremie ##cream##PokedexText, \