Fix Melmetal's weight (#6382)

This commit is contained in:
kittenchilly 2025-03-05 10:58:35 -06:00 committed by GitHub
parent ce99d6e75c
commit f747deb6ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7397,7 +7397,7 @@ const struct SpeciesInfo gSpeciesInfoGen7[] =
.natDexNum = NATIONAL_DEX_MELMETAL,
.categoryName = _("Hex Nut"),
.height = 25,
.weight = 800,
.weight = 8000,
.description = COMPOUND_STRING(
"Revered long ago for its capacity to\n"
"create iron from nothing, for some reason\n"