summaryrefslogtreecommitdiff
path: root/src/tv.c
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-02-12 16:15:51 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-02-12 16:15:51 +0530
commitd52a54e64f73cb1e24e18da106ea9b69307b4509 (patch)
treede9b2577b73f7a3b0f9b0b6b530bb7b5455fd5ed /src/tv.c
parent0ca0ad1c63e49605d3a9dd28e5c40bca96a85710 (diff)
Updating pokedex count function labels
Diffstat (limited to 'src/tv.c')
-rw-r--r--src/tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tv.c b/src/tv.c
index fbe39fde0..b0dbc0dbc 100644
--- a/src/tv.c
+++ b/src/tv.c
@@ -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;