From 0688725afb36ae02c4f4904dfe02aa6b8e8e29fa Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sat, 26 Jan 2019 14:50:24 +0100 Subject: Document and decompile more of frontier pass. --- include/strings.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 4e9c91ff5..2c07eb68e 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2248,4 +2248,9 @@ extern const u8 gText_Var1DarkLightGreyBP[]; extern const u8 gText_BattleTower[]; extern const u8 gText_BattlePtsWon[]; -#endif //GUARD_STRINGS_H +// Frontier Pass +extern const u8 gText_SymbolsEarned[]; +extern const u8 gText_BattleRecord[]; +extern const u8 gText_BattlePoints[]; + +#endif // GUARD_STRINGS_H -- cgit v1.2.3