diff options
author | Meowsy <40091248+Meowsy@users.noreply.github.com> | 2018-12-08 12:57:19 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-12-08 11:57:19 -0600 |
commit | 6babb97182c9210373f50f3a4c66102ae13bd9a4 (patch) | |
tree | 657a8930ec85948224fc0cd376fe13ae9f1b9e2f /src/pokedex.c | |
parent | f3a25f83cf48868b64c7758e52a03445b55fdea5 (diff) |
Fix typo "ggText_DexSortSmallestDescription". (#433)
Should be "gText_DexSortSmallestDescription".
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index fa74b073a..d13a87f54 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -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}, }; |