RAPIDASH weight fix
This commit is contained in:
parent
34ff3c7e64
commit
6787dbadf9
1 changed files with 1 additions and 1 deletions
|
@ -11291,7 +11291,7 @@ const struct PokedexEntryForms gPokedexEntriesForms[] =
|
||||||
{
|
{
|
||||||
.categoryName = _("Unique Horn"),
|
.categoryName = _("Unique Horn"),
|
||||||
.height = 17,
|
.height = 17,
|
||||||
.weight = 80,
|
.weight = 800,
|
||||||
.description = gRapidashGalarianPokedexText,
|
.description = gRapidashGalarianPokedexText,
|
||||||
.flags = FLAG_FORM_DESCRIPTION | FLAG_FORM_WEIGHT_HEIGHT | FLAG_FORM_CATEGORY,
|
.flags = FLAG_FORM_DESCRIPTION | FLAG_FORM_WEIGHT_HEIGHT | FLAG_FORM_CATEGORY,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue