diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-24 23:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 23:19:48 -0400 |
commit | 35b68c68ee565b9b232252e4f37ea082e9310560 (patch) | |
tree | aeacb544f27db8f63b17b7e808b28f4a1e12acde /include/strings.h | |
parent | d8b76e6fb545efd69bfb18322a67243520e4d11d (diff) | |
parent | 7f70b570dd2e18a34a2c0ee558f404c15c77371c (diff) |
Merge pull request #404 from PikalaxALT/misc_doc
[PARTIALLY LEAK INFORMED] Miscellaneous cleanup and documentation
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/strings.h b/include/strings.h index b4783c3c4..5ff490fcf 100644 --- a/include/strings.h +++ b/include/strings.h @@ -148,10 +148,10 @@ extern const u8 gTeachyTvText_TMsScript2[]; extern const u8 gTeachyTvText_RegisterScript2[]; // help_system_812B1E0 -extern const u8 gUnknown_841DFA5[]; -extern const u8 gUnknown_841DFAC[]; -extern const u8 gUnknown_841DFBE[]; -extern const u8 gUnknown_841DFC9[]; +extern const u8 gText_HelpSystemControls_A_Next[]; +extern const u8 gText_HelpSystemControls_PickOkEnd[]; +extern const u8 gText_HelpSystemControls_AorBtoCancel[]; +extern const u8 gText_HelpSystemControls_PickOkCancel[]; // help_system extern const u8 gString_Bill[]; |