diff options
author | yenatch <yenatch@gmail.com> | 2017-07-20 22:40:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 22:40:04 -0400 |
commit | c9e64b65ac89951583429563b83db40b712f484d (patch) | |
tree | 5bb3263a3911bddcb64ce840c6fa08f74d1e3eaa /include/battle_records.h | |
parent | 3606fccc83333c9f96428f738287f0f84500dd27 (diff) | |
parent | e4c1e80941c62b9d1dfe6312173e800de7439175 (diff) |
Merge pull request #368 from drifloony/battle_records
decompile battle_records
Diffstat (limited to 'include/battle_records.h')
-rw-r--r-- | include/battle_records.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/battle_records.h b/include/battle_records.h index f0c1a101b..ac6c3cbdb 100644 --- a/include/battle_records.h +++ b/include/battle_records.h @@ -2,7 +2,8 @@ #define GUARD_BATTLE_RECORDS_H void InitLinkBattleRecords(void); -void PrintLinkBattleWinsLossesDraws(void *); -void PrintLinkBattleRecord(void *, u8); +void UpdateLinkBattleRecords(int id); +void ShowLinkBattleRecords(void); +void ShowBattleTowerRecords(void); #endif // GUARD_BATTLE_RECORDS_H |