Fix typo "ggText_DexSortSmallestDescription". (#433)

Should be "gText_DexSortSmallestDescription".
This commit is contained in:
Meowsy
2018-12-08 12:57:19 -05:00
committed by Marcus Huderle
parent f3a25f83cf
commit 6babb97182
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1083,7 +1083,7 @@ static const struct PokedexOption gDexSortOptions[] =
{gText_DexSortHeaviestDescription, gText_DexSortHeaviestTitle},
{gText_DexSortLightestDescription, gText_DexSortLightestTitle},
{gText_DexSortTallestDescription, gText_DexSortTallestTitle},
{ggText_DexSortSmallestDescription, gText_DexSortSmallestTitle},
{gText_DexSortSmallestDescription, gText_DexSortSmallestTitle},
{NULL, NULL},
};