diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-04 15:11:02 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-04 15:11:02 -0700 |
commit | bbc7c6ccfc7d59f61f406849f752fdd5038a6a80 (patch) | |
tree | af9f0f7840f5a23d37c9ac0d0e68f5b240144984 /src/help_system_812B1E0.c | |
parent | 9ceff166bca9d2fcd58fe3f8c1e898f8d0d1fb0f (diff) |
Port pokedex.c
Diffstat (limited to 'src/help_system_812B1E0.c')
-rw-r--r-- | src/help_system_812B1E0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help_system_812B1E0.c b/src/help_system_812B1E0.c index 98d6ce8be..024cfcf09 100644 --- a/src/help_system_812B1E0.c +++ b/src/help_system_812B1E0.c @@ -1247,7 +1247,7 @@ static bool8 sub_812B780(u8 id) return FlagGet(FLAG_0x828); case 4: case 34: - if (sub_8088EDC(1) > 1) + if (GetKantoPokedexCount(1) > 1) return TRUE; return FALSE; case 15: |