补充精灵名称漏译(粉蝶虫和粉蝶蛹)

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

View File

@ -1095,10 +1095,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \
.abilities = { ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES, ABILITY_FRIEND_GUARD }, \
.bodyColor = BODY_COLOR_BLACK, \
.speciesName = _("Scatterbug"), \
.speciesName = _("粉蝶虫"), \
.cryId = CRY_SCATTERBUG, \
.natDexNum = NATIONAL_DEX_SCATTERBUG, \
.categoryName = _("Scatterdust"), \
.categoryName = _("喷粉"), \
.height = 3, \
.weight = 25, \
.description = gScatterbugPokedexText, \
@ -1178,10 +1178,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \
.abilities = { ABILITY_SHED_SKIN, ABILITY_NONE, ABILITY_FRIEND_GUARD }, \
.bodyColor = BODY_COLOR_BLACK, \
.speciesName = _("Spewpa"), \
.speciesName = _("粉蝶蛹"), \
.cryId = CRY_SPEWPA, \
.natDexNum = NATIONAL_DEX_SPEWPA, \
.categoryName = _("Scatterdust"), \
.categoryName = _("喷粉"), \
.height = 3, \
.weight = 84, \
.description = gSpewpaPokedexText, \