diff options
author | Evan <eroelke@gmail.com> | 2019-11-19 14:20:38 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-19 14:21:00 -0700 |
commit | 30d967a51a90cc717aedc0fde4aba68772dc15dd (patch) | |
tree | be9ae970545913450ac28714f326045fbccc3539 /include/strings.h | |
parent | 31d3df51f1527c82868ecd2dc54ba573e0de2bb9 (diff) |
pr fixes
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 89149a8eb..327d3cfcb 100644 --- a/include/strings.h +++ b/include/strings.h @@ -783,8 +783,9 @@ 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_MenuOption[]; extern const u8 gText_FrameType[]; +extern const u8 gTextJP_Type[]; extern const u8 gText_PickSwitchCancel[]; #endif //GUARD_STRINGS_H |