summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-10-15 16:30:27 -0500
committerGitHub <noreply@github.com>2019-10-15 16:30:27 -0500
commita0b3f5d9e34e65c1948325bd4177a734bfde6bb4 (patch)
treeedd30aaf0011fa31b0dd75fee2a670b2215390e2 /src/menu.c
parent07ac727c6d0c54d5d0f9f2a1f4c11b81f9d64cb4 (diff)
parent928cdf2531e74df2432ec8d602c4c2d2fee14eb1 (diff)
Merge pull request #833 from GriffinRichards/doc-inc2
Document .incs split from event_scripts Round 2
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu.c b/src/menu.c
index 7495d7ebc..e349ff43a 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -2148,9 +2148,9 @@ void sub_819A344(u8 a0, u8 *dest, u8 color)
break;
case 1:
if (IsNationalPokedexEnabled())
- string = ConvertIntToDecimalStringN(string, GetNationalPokedexCount(1), STR_CONV_MODE_LEFT_ALIGN, 3);
+ string = ConvertIntToDecimalStringN(string, GetNationalPokedexCount(FLAG_GET_CAUGHT), STR_CONV_MODE_LEFT_ALIGN, 3);
else
- string = ConvertIntToDecimalStringN(string, GetHoennPokedexCount(1), STR_CONV_MODE_LEFT_ALIGN, 3);
+ string = ConvertIntToDecimalStringN(string, GetHoennPokedexCount(FLAG_GET_CAUGHT), STR_CONV_MODE_LEFT_ALIGN, 3);
*string = EOS;
break;
case 2: