mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
Fix Melmetal's weight (#6382)
This commit is contained in:
parent
ce99d6e75c
commit
f747deb6ca
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user