From f747deb6ca1470e76e0c2fb3b76ab5ef36491d2a Mon Sep 17 00:00:00 2001 From: kittenchilly Date: Wed, 5 Mar 2025 10:58:35 -0600 Subject: [PATCH] Fix Melmetal's weight (#6382) --- src/data/pokemon/species_info/gen_7_families.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/pokemon/species_info/gen_7_families.h b/src/data/pokemon/species_info/gen_7_families.h index fb97530b74..d510cab5e6 100644 --- a/src/data/pokemon/species_info/gen_7_families.h +++ b/src/data/pokemon/species_info/gen_7_families.h @@ -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"