diff options
Diffstat (limited to 'include/tv.h')
-rw-r--r-- | include/tv.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tv.h b/include/tv.h index a75dc13b9..277d29750 100644 --- a/include/tv.h +++ b/include/tv.h @@ -73,8 +73,6 @@ bool8 sub_80BF77C(u16); bool8 sub_80BF77C(u16); u32 GetPlayerTrainerId(void); void sub_80BFD44(u8 *, u32, u8); -void sub_80BFE24(struct SaveTVStruct *arg0, struct SaveTVStruct *arg1, struct SaveTVStruct *arg2, struct SaveTVStruct *arg3); -bool8 sub_80BFF68(struct SaveTVStruct **tv1, struct SaveTVStruct **tv2, u8 idx); 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); @@ -96,7 +94,7 @@ void DoTVShowPokemonNewsMassOutbreak(void); void DoTVShowPokemonAngler(void); void DoTVShowTheWorldOfMasters(void); void TVShowDone(void); -void UpdateTVScreensOnMap(u32, u32); +void UpdateTVScreensOnMap(int, int); void ResetGabbyAndTy(void); void TakeTVShowInSearchOfTrainersOffTheAir(void); extern u8 GabbyAndTyGetBattleNum(void); |