diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-23 11:43:46 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-23 11:43:46 -0400 |
commit | 10a96540ffcde633fa35344b5fe0cb0c4ae34fee (patch) | |
tree | 99aa53a713468bc6285d1502fd62f473a895cac5 /include/strings.h | |
parent | d1f62285b56210c1fe7e368edf63e9d7f3fd075b (diff) |
Rename help system C files
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[]; |