summaryrefslogtreecommitdiff
path: root/include/battle_records.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-07-20 22:42:32 -0500
committerGitHub <noreply@github.com>2017-07-20 22:42:32 -0500
commit959f78fe146e75f9ce02b318eb6a8d97652a9996 (patch)
treec3100c9cb3ac199ced8b28203878fac7c2a76994 /include/battle_records.h
parentb23014cfa0573e53a104f433cf2d75f350340d60 (diff)
parent7d960d219fae9d0a14ef1974c11231f8de55b89c (diff)
Merge branch 'master' into master
Diffstat (limited to 'include/battle_records.h')
-rw-r--r--include/battle_records.h5
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