summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-11-20 09:57:19 -0700
committerEvan <eroelke@gmail.com>2019-11-20 09:57:19 -0700
commit39a71e64d1b6823cd12bf74a80e2d5bf287165d9 (patch)
treec3fcd490af5a291e7b2dd74e8b5bdea790c02516 /include/strings.h
parent9f7c34d6456bfb204cf7bea871c43406e51801c2 (diff)
fix nonmatching
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h
index 327d3cfcb..bef3ed7cb 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -780,7 +780,7 @@ 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_ButtonTypeHelp[];
extern const u8 gText_ButtonTypeLR[];
extern const u8 gText_ButtonTypeLEqualsA[];
extern const u8 gText_MenuOption[];