summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-05 22:13:59 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-05 22:13:59 +0100
commit258ec3162f981932a83d08e404f1944a12b3f952 (patch)
treee27f82eb3379f76720675dff72e1d89f63458799 /include
parent3159e958b8ce08101e8711b4acc6d51b90fcb7cb (diff)
frontier util review changes
Diffstat (limited to 'include')
-rw-r--r--include/constants/battle_frontier.h3
-rw-r--r--include/frontier_util.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/include/constants/battle_frontier.h b/include/constants/battle_frontier.h
index 204a09f60..b5ad4f072 100644
--- a/include/constants/battle_frontier.h
+++ b/include/constants/battle_frontier.h
@@ -38,4 +38,7 @@
#define SPECIAL_BATTLE_PIKE_DOUBLE 9
#define SPECIAL_BATTLE_PYRAMID 10
+// For 'ShowFacilityResultsWindow' function which is a part of the 'CallFrontierUtilFunc' special.
+#define RESULTS_LINK_CONTEST 7
+
#endif // GUARD_CONSTANTS_BATTLE_FRONTIER_H
diff --git a/include/frontier_util.h b/include/frontier_util.h
index ab85b3881..cfc3a8af4 100644
--- a/include/frontier_util.h
+++ b/include/frontier_util.h
@@ -14,7 +14,7 @@ void sub_81A3ACC(void);
u8 GetPlayerSymbolCountForFacility(u8 facility);
void ShowRankingHallRecordsWindow(void);
void ScrollRankingHallRecordsWindow(void);
-void ClearnRankingHallRecords(void);
+void ClearRankingHallRecords(void);
u8 GetFrontierBrainTrainerPicIndex(void);
u8 GetFrontierBrainTrainerClass(void);
void CopyFrontierBrainTrainerName(u8 *dst);