补充精灵名称漏译(彩粉蝶,花蓓蓓,花叶蒂,花洁夫人,多丽米亚)

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

View File

@ -1261,10 +1261,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \
.abilities = { ABILITY_SHIELD_DUST, ABILITY_COMPOUND_EYES, ABILITY_FRIEND_GUARD }, \
.bodyColor = color, \
.speciesName = _("Vivillon"), \
.speciesName = _("彩粉蝶"), \
.cryId = CRY_VIVILLON, \
.natDexNum = NATIONAL_DEX_VIVILLON, \
.categoryName = _("Scale"), \
.categoryName = _("鳞粉"), \
.height = 12, \
.weight = 170, \
.pokemonScale = 282, \
@ -1630,10 +1630,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_FAIRY), \
.abilities = { ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS }, \
.bodyColor = BODY_COLOR_WHITE, \
.speciesName = _("Flabébé"), \
.speciesName = _("花蓓蓓"), \
.cryId = CRY_FLABEBE, \
.natDexNum = NATIONAL_DEX_FLABEBE, \
.categoryName = _("Single Bloom"), \
.categoryName = _("单朵"), \
.height = 1, \
.weight = 1, \
.pokemonScale = 682, \
@ -1722,9 +1722,9 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
.growthRate = GROWTH_MEDIUM_FAST, \
.abilities = { ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS }, \
.bodyColor = BODY_COLOR_WHITE, \
.speciesName = _("Floette"), \
.speciesName = _("花叶蒂"), \
.natDexNum = NATIONAL_DEX_FLOETTE, \
.categoryName = _("Single Bloom"), \
.categoryName = _("单朵"), \
.height = 2, \
.weight = 9, \
.pokemonScale = 682, \
@ -1856,10 +1856,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_FAIRY), \
.abilities = { ABILITY_FLOWER_VEIL, ABILITY_NONE, ABILITY_SYMBIOSIS }, \
.bodyColor = BODY_COLOR_WHITE, \
.speciesName = _("Florges"), \
.speciesName = _("花洁夫人"), \
.cryId = CRY_FLORGES, \
.natDexNum = NATIONAL_DEX_FLORGES, \
.categoryName = _("Garden"), \
.categoryName = _("花园"), \
.height = 11, \
.weight = 100, \
.pokemonScale = 320, \
@ -2231,10 +2231,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
.abilities = { ABILITY_FUR_COAT, ABILITY_NONE, ABILITY_NONE }, \
.bodyColor = BODY_COLOR_WHITE, \
.noFlip = _noFlip, \
.speciesName = _("Furfrou"), \
.speciesName = _("多丽米亚"), \
.cryId = CRY_FURFROU, \
.natDexNum = NATIONAL_DEX_FURFROU, \
.categoryName = _("Poodle"), \
.categoryName = _("贵宾犬"), \
.height = 12, \
.weight = 280, \
.description = gFurfrouPokedexText, \