From 2fe6b6db8cd681de8cf1671936452aa8bb1103f5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 7 Oct 2019 14:06:47 -0400 Subject: main menu through sub_800C780 --- include/strings.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/strings.h') 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 -- cgit v1.2.3