diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-14 06:29:59 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-14 06:29:59 -0500 |
commit | 564278fd4927901edf06e1b31d44c27909db405c (patch) | |
tree | becc4a407f7006700c60a72302df7ddc9a109cce /include/tv.h | |
parent | 7dc52f6a5eb696439bbf21f7600ae40e53fd4c97 (diff) |
Document battle tv data
Diffstat (limited to 'include/tv.h')
-rw-r--r-- | include/tv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tv.h b/include/tv.h index 4dc14143c..482909499 100644 --- a/include/tv.h +++ b/include/tv.h @@ -8,7 +8,7 @@ extern u8 *const gTVStringVarPtrs[3]; void ClearTVShowData(void); void sub_80EE184(void); -void sub_80EE35C(u16 foeSpecies, u16 species, u8 moveIdx, const u16 *movePtr, u16 betterMove); +void TryPutBattleSeminarOnAir(u16 foeSpecies, u16 species, u8 moveIdx, const u16 *movePtr, u16 betterMove); void TryPutFrontierTVShowOnAir(u16 winStreak, u8 facility); void DoTVShow(void); void DoTVShowInSearchOfTrainers(void); |