diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-14 01:12:17 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-14 01:12:17 +0100 |
commit | 5dde701c819ca19f00bc77f7979fa287da0d7c0b (patch) | |
tree | 1fc2b07546aaafa6e06cfe4218ba4127cdba3c74 /src/tv.c | |
parent | 94b47c0686d3f4c5da962011797cc89a2efdd88c (diff) | |
parent | bb8c53f8988be6cad8f270c46f24e0f6f1e862cc (diff) |
merge overworld with master
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; |