Merge pull request #1305 from GriffinRichards/doc-battletv

Document battle tv data
This commit is contained in:
GriffinR
2021-01-21 12:27:14 -05:00
committed by GitHub
4 changed files with 633 additions and 273 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2306,7 +2306,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;