补充精灵名称漏译(霜奶仙)

This commit is contained in:
摆烂 2025-04-19 15:15:04 +08:00 committed by GitHub
parent 6fba6bd42e
commit 5132c8af23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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, \