diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-07 01:13:34 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-07 01:13:34 -0400 |
commit | 81ee8f07efeba516947e0289c5d58d58e5220332 (patch) | |
tree | 705aca3a34468e80c41d4ba230a68f2c6bc9d166 /src/menu.c | |
parent | c0b06025168778705ceb044c875561a694739c74 (diff) |
Document pc.inc and prof_birch.inc
Diffstat (limited to 'src/menu.c')
-rw-r--r-- | src/menu.c | 4 |
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: |