diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-16 18:11:27 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-17 08:16:28 -0600 |
commit | f7e17ca985fcc2b027a16d2cba30e6500e664207 (patch) | |
tree | ae4ae0d6258d0f86f96ab6a789ac1bd7ed066e79 /include/strings.h | |
parent | d6e681066bd49470e2de93538cd33a230e9cf51b (diff) |
Document Ranking Hall scripts
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/strings.h b/include/strings.h index 080417b6e..7a477e166 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1312,11 +1312,11 @@ extern const u8 gText_Are2[]; extern const u8 gText_123Dot[][3]; // Frontier util. -extern const u8 gUnknown_085ED164[]; -extern const u8 gUnknown_085ED170[]; -extern const u8 gUnknown_085ED17C[]; -extern const u8 gUnknown_085ED188[]; -extern const u8 gUnknown_085ED190[]; +extern const u8 gText_FacilitySingle[]; +extern const u8 gText_FacilityDouble[]; +extern const u8 gText_FacilityMulti[]; +extern const u8 gText_FacilityLink[]; +extern const u8 gText_Facility[]; extern const u8 gText_RecordsLv50[]; extern const u8 gText_RecordsOpenLevel[]; |