tiny fix
This commit is contained in:
parent
1724d3304e
commit
4f3019c789
1 changed files with 2 additions and 2 deletions
|
@ -11087,13 +11087,13 @@ const struct PokedexEntryForms gPokedexEntriesForms[] =
|
||||||
{
|
{
|
||||||
.height = 98,
|
.height = 98,
|
||||||
.weight = 4300,
|
.weight = 4300,
|
||||||
.description = gKyogrePrimalMegaPokedexText,
|
.description = gKyogrePrimalPokedexText,
|
||||||
},
|
},
|
||||||
[SPECIES_GROUDON_PRIMAL] =
|
[SPECIES_GROUDON_PRIMAL] =
|
||||||
{
|
{
|
||||||
.height = 50,
|
.height = 50,
|
||||||
.weight = 9997,
|
.weight = 9997,
|
||||||
.description = gGroudonPrimalMegaPokedexText,
|
.description = gGroudonPrimalPokedexText,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Alolan Forms
|
// Alolan Forms
|
||||||
|
|
Loading…
Reference in a new issue