diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-13 18:07:23 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-13 18:07:23 +0100 |
commit | 209b6eb467fbcd1e572e6f7fef98619b8c744a15 (patch) | |
tree | 721da0c8c33aa671a237cb0943c3142193479de8 /include/recorded_battle.h | |
parent | 3b4366828637bcb6bc89f38516bc39d76ae81939 (diff) |
more of recorded battle done
Diffstat (limited to 'include/recorded_battle.h')
-rw-r--r-- | include/recorded_battle.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/recorded_battle.h b/include/recorded_battle.h index ae2ed1a79..d709dc2c7 100644 --- a/include/recorded_battle.h +++ b/include/recorded_battle.h @@ -12,13 +12,14 @@ void RecordedBattle_ClearBankAction(u8 bank, u8 bytesToClear); void sub_8185F90(u16 arg0); bool8 sub_8186450(void); u8 sub_8185FAC(void); -u8 sub_8185FB8(void); -u8 MoveRecordedBattleToSaveData(void); +u8 GetBattleStyleInRecordedBattle(void); +u32 MoveRecordedBattleToSaveData(void); void sub_818603C(u8); -void sub_8185FD0(void); +void RecordedBattle_CopyBankMoves(void); void sub_8186444(void); void sub_8185EB8(void); u8 sub_81850DC(u8 *arg0); -u8 sub_8185F40(void); +u8 GetActiveBankLinkPlayerGender(void); +void RecordedBattle_SaveParties(void); #endif // GUARD_RECORDED_BATTLE_H |