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 /src/tv.c | |
parent | 7dc52f6a5eb696439bbf21f7600ae40e53fd4c97 (diff) |
Document battle tv data
Diffstat (limited to 'src/tv.c')
-rw-r--r-- | src/tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2307,7 +2307,7 @@ void TryPutLotteryWinnerReportOnAir(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) { TVShow *show; u8 i; |