From 5bf8472d4f8902203fc07609e30edaed3818370b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 9 Apr 2018 18:13:16 -0400 Subject: debug_sub_808FA88 --- include/global.h | 2 +- include/tv.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/global.h b/include/global.h index b61488545..3270b6c25 100644 --- a/include/global.h +++ b/include/global.h @@ -337,7 +337,7 @@ struct TVShowBravoTrainerBattleTowerSpotlight /*0x01*/ bool8 active; /*0x02*/ u8 trainerName[8]; /*0x0A*/ u16 species; - /*0x0C*/ u8 pokemonName[8]; + /*0x0C*/ u8 pokemonName[8]; // TODO: rename this /*0x14*/ u16 defeatedSpecies; /*0x16*/ u16 var16; /*0x18*/ u16 var18[1]; diff --git a/include/tv.h b/include/tv.h index 2edccb365..f0d7f9116 100644 --- a/include/tv.h +++ b/include/tv.h @@ -108,5 +108,6 @@ void sub_80C045C(); void sub_80BF088(u8, s32); void sub_80BFD20(void); void PutPokemonTodayCaughtOnAir(void); +u8 GetTVChannelByShowType(u8); #endif // GUARD_TV_H -- cgit v1.2.3