From 4a45b4de4ecc5fb1dbe12868866737e1fc81b7fb Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 25 Feb 2018 18:45:00 +0100 Subject: more work --- include/battle.h | 2 +- include/tv.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/battle.h b/include/battle.h index 5225b72e3..6d456fd1b 100644 --- a/include/battle.h +++ b/include/battle.h @@ -472,7 +472,7 @@ struct BattleStruct u8 wishPerishSongBattlerId; bool8 overworldWeatherDone; u8 atkCancellerTracker; - u8 field_1A4[96]; + s16 field_1A4[2][6][4]; u8 field_204[104]; u8 field_26C[40]; u8 AI_monToSwitchIntoId[MAX_BATTLERS_COUNT]; diff --git a/include/tv.h b/include/tv.h index eca11385e..8235373ae 100644 --- a/include/tv.h +++ b/include/tv.h @@ -16,5 +16,6 @@ size_t sub_80EF370(int value); bool8 Put3CheersForPokeblocksOnTheAir(const u8 *partnersName, u8 flavor, u8 unused, u8 sheen, u8 language); void SetPokemonAnglerSpecies(u16 species); void UpdateTVShowsPerDay(u16 days); +void PutBattleUpdateOnTheAir(u8 a0, u16 a1, u16 a2, u16 a3); #endif //GUARD_TV_H -- cgit v1.2.3