diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-20 22:42:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 22:42:32 -0500 |
commit | 959f78fe146e75f9ce02b318eb6a8d97652a9996 (patch) | |
tree | c3100c9cb3ac199ced8b28203878fac7c2a76994 /include/battle_records.h | |
parent | b23014cfa0573e53a104f433cf2d75f350340d60 (diff) | |
parent | 7d960d219fae9d0a14ef1974c11231f8de55b89c (diff) |
Merge branch 'master' into master
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 |