summaryrefslogtreecommitdiff
path: root/include/battle_records.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-07 18:18:00 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-07 18:18:00 -0400
commitfd1d75ce378aba3148a1fe9882e17c8cc790d5c2 (patch)
treec8738398572990b0166c268d0eb32439db6eb702 /include/battle_records.h
parent61cc1d55743715a64e793187f63d0f1f7a80b0e0 (diff)
parentf14d2765da6f01eccb08967fd6b22c3bdef2be98 (diff)
Merge branch 'master' into mauville_old_man
Diffstat (limited to 'include/battle_records.h')
-rw-r--r--include/battle_records.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/battle_records.h b/include/battle_records.h
new file mode 100644
index 000000000..88ff6adc9
--- /dev/null
+++ b/include/battle_records.h
@@ -0,0 +1,12 @@
+#ifndef GUARD_BATTLE_RECORDS_H
+#define GUARD_BATTLE_RECORDS_H
+
+extern u8 gRecordsWindowId;
+
+void ClearPlayerLinkBattleRecords(void);
+void UpdatePlayerLinkBattleRecords(s32 battlerId);
+void ShowLinkBattleRecords(void);
+void RemoveRecordsWindow(void);
+void ShowTrainerHillRecords(void);
+
+#endif // GUARD_BATTLE_RECORDS_H