summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-02-11 17:19:36 -0500
committergolem galvanize <golemgalvanize@github.com>2018-02-11 17:19:36 -0500
commit601a942db45bd5697d15ae2fd8ab10c8259410b4 (patch)
tree7b853360bdf2e4bf7eb8ba0a265f482f47e915e6 /include/strings.h
parent99d0b4bbfd3fd05ba67aed1e7cf1b500b3ab594f (diff)
decompile main_menu
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index 6d569e57a..a3d2a2fb7 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -218,6 +218,34 @@ extern const u8 gText_FemaleSymbol[];
extern const u8 gText_SelectorArrow3[];
extern const u8 gText_YesNo[];
+// main menu/birch speech text
+extern const u8 gText_SaveFileErased[];
+extern const u8 gText_SaveFileCorrupted[];
+extern const u8 gJPText_No1MSubCircuit[];
+extern const u8 gText_BatteryRunDry[];
+extern const u8 gText_MainMenuNewGame[];
+extern const u8 gText_MainMenuOption[];
+extern const u8 gText_MainMenuContinue[];
+extern const u8 gText_MainMenuMysteryGift2[];
+extern const u8 gText_MainMenuMysteryEvents[];
+extern const u8 gText_MainMenuMysteryGift[];
+extern const u8 gText_WirelessNotConnected[];
+extern const u8 gText_MysteryGiftCantUse[];
+extern const u8 gText_MysteryEventsCantUse[];
+extern const u8 gText_Birch_Welcome[];
+extern const u8 gText_ThisIsAPokemon[];
+extern const u8 gText_Birch_MainSpeech[];
+extern const u8 gText_Birch_AndYouAre[];
+extern const u8 gText_Birch_BoyOrGirl[];
+extern const u8 gText_Birch_WhatsYourName[];
+extern const u8 gText_Birch_SoItsPlayer[];
+extern const u8 gText_Birch_YourePlayer[];
+extern const u8 gText_Birch_AreYouReady[];
+extern const u8 gText_ContinueMenuPlayer[];
+extern const u8 gText_ContinueMenuTime[];
+extern const u8 gText_ContinueMenuPokedex[];
+extern const u8 gText_ContinueMenuBadges[];
+
// mystery event menu text
extern const u8 gText_EventSafelyLoaded[];
extern const u8 gText_LoadErrorEndingSession[];