补充精灵名称漏译(厄诡椪)

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

View File

@ -7382,10 +7382,10 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_NO_EGGS_DISCOVERED), \
.abilities = { ability, ABILITY_NONE }, \
.bodyColor = color, \
.speciesName = _("Ogerpon"), \
.speciesName = _("厄诡椪"), \
.cryId = CRY_OGERPON, \
.natDexNum = NATIONAL_DEX_OGERPON, \
.categoryName = _("Mask"), \
.categoryName = _("面具"), \
.height = 12, \
.weight = 398, \
.description = gOgerpon##Form1##MaskPokedexText, \