more work

This commit is contained in:
DizzyEggg
2018-02-25 18:45:00 +01:00
parent c0ea81afc5
commit 4a45b4de4e
3 changed files with 138 additions and 1 deletions

View File

@@ -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];

View File

@@ -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