diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-12 16:15:51 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-12 16:15:51 +0530 |
commit | d52a54e64f73cb1e24e18da106ea9b69307b4509 (patch) | |
tree | de9b2577b73f7a3b0f9b0b6b530bb7b5455fd5ed /src/tv.c | |
parent | 0ca0ad1c63e49605d3a9dd28e5c40bca96a85710 (diff) |
Updating pokedex count function labels
Diffstat (limited to 'src/tv.c')
-rw-r--r-- | src/tv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1957,11 +1957,11 @@ void sub_80EDB44(void) show->rivalTrainer.badgeCount = nBadges; if (IsNationalPokedexEnabled()) { - show->rivalTrainer.dexCount = pokedex_count(0x01); + show->rivalTrainer.dexCount = GetNationalPokedexCount(0x01); } else { - show->rivalTrainer.dexCount = sub_80C0844(0x01); + show->rivalTrainer.dexCount = GetHoennPokedexCount(0x01); } show->rivalTrainer.location = gMapHeader.regionMapSectionId; show->rivalTrainer.mapDataId = gMapHeader.mapDataId; |