diff options
Diffstat (limited to 'include/tv.h')
-rw-r--r-- | include/tv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tv.h b/include/tv.h index a7064f8fd..1ca601a35 100644 --- a/include/tv.h +++ b/include/tv.h @@ -72,7 +72,7 @@ s8 sub_80BF74C(TVShow tvShow[]); bool8 sub_80BF77C(u16); bool8 sub_80BF77C(u16); u32 GetPlayerTrainerId(void); -void sub_80BFD44(u8 *, u32, u8); +void ReceiveTvShowsData(u8 *, u32, u8); u8 sub_80C004C(TVShow *tv1, TVShow *tv2, u8 idx); u8 sub_80C00B4(TVShow *tv1, TVShow *tv2, u8 idx); u8 sub_80C0134(TVShow *tv1, TVShow *tv2, u8 idx); @@ -99,7 +99,7 @@ void ResetGabbyAndTy(void); void TakeTVShowInSearchOfTrainersOffTheAir(void); extern u8 GabbyAndTyGetBattleNum(void); void sub_80C04A0(void); -void sub_80C0514(void *, u32, u8); +void ReceivePokeNewsData(void *, u32, u8); void DoTVShowBravoTrainerPokemonProfile(void); void DoTVShowBravoTrainerBattleTowerProfile(void); void DoTVShowTodaysSmartShopper(void); |