From 30d967a51a90cc717aedc0fde4aba68772dc15dd Mon Sep 17 00:00:00 2001 From: Evan Date: Tue, 19 Nov 2019 14:20:38 -0700 Subject: pr fixes --- include/strings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/strings.h') 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 -- cgit v1.2.3