补充精灵名称漏译(盖诺赛克特)

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

View File

@ -13143,10 +13143,10 @@ const struct SpeciesInfo gSpeciesInfoGen5[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_NO_EGGS_DISCOVERED), \
.abilities = { ABILITY_DOWNLOAD, ABILITY_NONE, ABILITY_NONE }, \
.bodyColor = BODY_COLOR_PURPLE, \
.speciesName = _("Genesect"), \
.speciesName = _("盖诺赛克特"), \
.cryId = CRY_GENESECT, \
.natDexNum = NATIONAL_DEX_GENESECT, \
.categoryName = _("Paleozoic"), \
.categoryName = _("古生代"), \
.height = 15, \
.weight = 825, \
.description = gGenesectPokedexText, \