diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-07 20:49:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-07 20:49:23 -0400 |
commit | f6fbecbc4124dead542bd6ab2a4461d3f4bb3151 (patch) | |
tree | 4f10071fc6098f76c6fa2243a3bc3360cef30225 /include/tv.h | |
parent | e8bb464de91bf4abf4998d7700ca44e0e4fd39cd (diff) |
through sub_80DA874
Diffstat (limited to 'include/tv.h')
-rw-r--r-- | include/tv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tv.h b/include/tv.h index 19c900ba8..ea296a327 100644 --- a/include/tv.h +++ b/include/tv.h @@ -45,5 +45,6 @@ void PutPokemonTodayCaughtOnAir(void); void TV_PutSecretBaseVisitOnTheAir(void); bool8 Put3CheersForPokeblocksOnTheAir(const u8 *partnersName, u8 flavor, u8 unused, u8 sheen, u8 language); void PutBattleUpdateOnTheAir(u8 opponentLinkPlayerId, u16 move, u16 speciesPlayer, u16 speciesOpponent); +void BravoTrainerPokemonProfile_BeforeInterview1(u16 move); #endif //GUARD_TV_H |