diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-07 14:06:47 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-07 14:06:47 -0400 |
| commit | 2fe6b6db8cd681de8cf1671936452aa8bb1103f5 (patch) | |
| tree | 1bd0cf21469017bd265370f09039f240f5a3a361 /include | |
| parent | 2a7205dec677c98d087cb8ba191370de464c8bf0 (diff) | |
main menu through sub_800C780
Diffstat (limited to 'include')
| -rw-r--r-- | include/strings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 1bafbacbe..2dbe3919b 100644 --- a/include/strings.h +++ b/include/strings.h @@ -336,4 +336,9 @@ extern const u8 gText_CommErrorCheckConnections[]; extern const u8 gText_ABtnTitleScreen[]; extern const u8 gText_ABtnRegistrationCounter[]; +// main_menu +extern const u8 gText_SaveFileCorruptedPrevWillBeLoaded[]; +extern const u8 gText_SaveFileHasBeenDeleted[]; +extern const u8 gText_1MSubCircuitBoardNotInstalled[]; + #endif //GUARD_STRINGS_H |
