diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-26 14:50:24 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-26 14:50:24 +0100 |
commit | 0688725afb36ae02c4f4904dfe02aa6b8e8e29fa (patch) | |
tree | 27ed2b88ac07216274221b94954e0db343862b87 /include/strings.h | |
parent | 08a3533682706283fa7e563f26bd06984010628e (diff) |
Document and decompile more of frontier pass.
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 7 |
1 files changed, 6 insertions, 1 deletions
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 |