mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Merge pull request #1305 from GriffinRichards/doc-battletv
Document battle tv data
This commit is contained in:
commit
8fe4d004e3
@ -216,4 +216,6 @@
|
||||
#define EFFECT_DRAGON_DANCE 212
|
||||
#define EFFECT_CAMOUFLAGE 213
|
||||
|
||||
#define NUM_BATTLE_MOVE_EFFECTS 214
|
||||
|
||||
#endif // GUARD_CONSTANTS_BATTLE_MOVE_EFFECTS_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);
|
||||
|
900
src/battle_tv.c
900
src/battle_tv.c
File diff suppressed because it is too large
Load Diff
2
src/tv.c
2
src/tv.c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user