diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-05 15:49:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-05 15:49:05 -0400 |
commit | b01da1a59260b2ac54dd876e9cf35d2c1fb944e7 (patch) | |
tree | 8384ebb678d1237c49d6f1b59cd6504e6e58a1e4 /src/prof_pc.c | |
parent | b4b509f68477068ae111cc5a6094d858d396c4bb (diff) |
link.c through InitLocalLinkPlayer
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) |