summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-11-18 21:03:51 -0700
committerEvan <eroelke@gmail.com>2019-11-19 14:21:00 -0700
commita26885c755c4f90900c2a592214b572be32f4edb (patch)
treef62b9dc348c2056fcbe8771e1378841e0ae38f60 /include/strings.h
parent422533386dc2c92de4675fa5f9df10b81cfe6eb1 (diff)
matching rom
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index 286a65190..9d4d26ba1 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -771,6 +771,20 @@ extern const u8 gText_Sound[];
extern const u8 gText_ButtonMode[];
extern const u8 gText_Frame[];
extern const u8 gText_OptionMenuCancel[];
+extern const u8 gText_TextSpeedSlow[];
+extern const u8 gText_TextSpeedMid[];
+extern const u8 gText_TextSpeedFast[];
+extern const u8 gText_BattleSceneOn[];
+extern const u8 gText_BattleSceneOff[];
+extern const u8 gText_BattleStyleShift[];
+extern const u8 gText_BattleStyleSet[];
+extern const u8 gText_SoundMono[];
+extern const u8 gText_SoundStereo[];
+extern const u8 gText_ButtonTypeNormal[];
+extern const u8 gText_ButtonTypeLR[];
+extern const u8 gText_ButtonTypeLEqualsA[];
+extern const u8 gText_MenuOptionOption[];
+extern const u8 gText_FrameType[];
extern const u8 gText_PickSwitchCancel[];