RAPIDASH weight fix

This commit is contained in:
TheXaman 2022-01-07 14:30:22 +01:00
parent 34ff3c7e64
commit 6787dbadf9

View file

@ -11291,7 +11291,7 @@ const struct PokedexEntryForms gPokedexEntriesForms[] =
{
.categoryName = _("Unique Horn"),
.height = 17,
.weight = 80,
.weight = 800,
.description = gRapidashGalarianPokedexText,
.flags = FLAG_FORM_DESCRIPTION | FLAG_FORM_WEIGHT_HEIGHT | FLAG_FORM_CATEGORY,
},