diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/field_specials.h | 7 | ||||
-rw-r--r-- | include/global.h | 2 | ||||
-rw-r--r-- | include/tv.h | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/include/field_specials.h b/include/field_specials.h index a8e8d3da7..6802fdafd 100644 --- a/include/field_specials.h +++ b/include/field_specials.h @@ -17,6 +17,9 @@ extern u8 gUnknown_0203925A; extern u8 gUnknown_0203925B; extern u8 gUnknown_0203925C; +extern const u8 gUnknown_083F8408[]; +extern const u8 gUnknown_083F8410[]; + void ResetCyclingRoadChallengeData(void); bool32 CountSSTidalStep(u16); u8 GetSSTidalLocation(s8 *, s8 *, s16 *, s16 *); @@ -27,5 +30,9 @@ u8 GetLeadMonIndex(void); void ResetFanClub(void); u8 sub_810FB10(u8 a0); void sub_810FEFC(void); +u16 GetSlotMachineId(void); +void sub_810FAA0(void); +int sub_810FB9C(void); +int sub_810FC18(void); #endif // GUARD_FIELD_SPECIALS_H diff --git a/include/global.h b/include/global.h index b61488545..38ba50a2c 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 enemyTrainerName[8]; /*0x14*/ u16 defeatedSpecies; /*0x16*/ u16 var16; /*0x18*/ u16 var18[1]; diff --git a/include/tv.h b/include/tv.h index 2edccb365..787f0e9c4 100644 --- a/include/tv.h +++ b/include/tv.h @@ -108,5 +108,7 @@ void sub_80C045C(); void sub_80BF088(u8, s32); void sub_80BFD20(void); void PutPokemonTodayCaughtOnAir(void); +u8 GetTVChannelByShowType(u8); +void sub_80BEC40(void); #endif // GUARD_TV_H |