补充精灵名称漏译(银伴战兽和小陨星)

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

View File

@ -4261,10 +4261,10 @@ const struct SpeciesInfo gSpeciesInfoGen7[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_NO_EGGS_DISCOVERED), \
.abilities = { ABILITY_RKS_SYSTEM, ABILITY_NONE, ABILITY_NONE }, \
.bodyColor = BODY_COLOR_GRAY, \
.speciesName = _("Silvally"), \
.speciesName = _("银伴战兽"), \
.cryId = CRY_SILVALLY, \
.natDexNum = NATIONAL_DEX_SILVALLY, \
.categoryName = _("Synthetic"), \
.categoryName = _("人工"), \
.height = 23, \
.weight = 1005, \
.description = (type == TYPE_NORMAL \
@ -4342,10 +4342,10 @@ const struct SpeciesInfo gSpeciesInfoGen7[] =
.abilities = { ABILITY_SHIELDS_DOWN, ABILITY_NONE, ABILITY_NONE }, \
.bodyColor = color, \
.noFlip = TRUE, \
.speciesName = _("Minior"), \
.speciesName = _("小陨星"), \
.cryId = CRY_MINIOR, \
.natDexNum = NATIONAL_DEX_MINIOR, \
.categoryName = _("Meteor"), \
.categoryName = _("流星"), \
.height = 3, \
.pokemonScale = 530, \
.pokemonOffset = 13, \