diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-07 13:15:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 13:15:34 -0400 |
commit | 2a7205dec677c98d087cb8ba191370de464c8bf0 (patch) | |
tree | bbad1ce5b07b922803f25dfdcb3feee909c513c9 /src/prof_pc.c | |
parent | fb9b695f9a366f662b5262f440d77c770b131d0d (diff) | |
parent | 13468377bc85b2daa309b049e3d9f733dadce440 (diff) |
Merge pull request #111 from PikalaxALT/link
Port link from Emerald
Diffstat (limited to 'src/prof_pc.c')
-rw-r--r-- | src/prof_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prof_pc.c b/src/prof_pc.c index 35566e714..aeabc8644 100644 --- a/src/prof_pc.c +++ b/src/prof_pc.c @@ -33,7 +33,7 @@ u16 Special_GetPokedexCount(void) gSpecialVar_0x8005 = GetNationalPokedexCount(0); gSpecialVar_0x8006 = GetNationalPokedexCount(1); } - return sub_806E25C(); + return IsNationalPokedexEnabled(); } const u8 * sub_80CA424(u16 count) |