补充精灵名称漏译(绅士蛾)

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

View File

@ -2166,10 +2166,10 @@ const struct SpeciesInfo gSpeciesInfoGen4[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_BUG), \
.abilities = { ABILITY_SWARM, ABILITY_NONE, ABILITY_TINTED_LENS }, \
.bodyColor = BODY_COLOR_YELLOW, \
.speciesName = _("Mothim"), \
.speciesName = _("绅士蛾"), \
.cryId = CRY_MOTHIM, \
.natDexNum = NATIONAL_DEX_MOTHIM, \
.categoryName = _("Moth"), \
.categoryName = _("蓑衣蛾"), \
.height = 9, \
.weight = 233, \
.description = gMothimPokedexText, \