补充精灵名称漏译(阿尔宙斯)

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

View File

@ -7253,10 +7253,10 @@ const struct SpeciesInfo gSpeciesInfoGen4[] =
.eggGroups = MON_EGG_GROUPS(EGG_GROUP_NO_EGGS_DISCOVERED), \
.abilities = { ABILITY_MULTITYPE, ABILITY_NONE, ABILITY_NONE }, \
.bodyColor = BODY_COLOR_WHITE, \
.speciesName = _("Arceus"), \
.speciesName = _("阿尔宙斯"), \
.cryId = CRY_ARCEUS, \
.natDexNum = NATIONAL_DEX_ARCEUS, \
.categoryName = _("Alpha"), \
.categoryName = _("创造"), \
.height = 32, \
.weight = 3200, \
.description = gArceusPokedexText, \