diff options
author | Evan <eroelke@gmail.com> | 2019-11-16 19:45:55 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-19 14:21:00 -0700 |
commit | a48e03b78c0e4f1b72e9e62b4c927f4c59836339 (patch) | |
tree | e970815002238d9a37b470a86df785ca2fbfa4fd /include/strings.h | |
parent | 1849ad778d5a94edc076ce5ecf7aec97aa8db4fa (diff) |
remove compile errors
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 377b6ea39..286a65190 100644 --- a/include/strings.h +++ b/include/strings.h @@ -763,4 +763,15 @@ extern const u8 gText_DecimalPoint[]; // map_name_popup extern const u8 gUnknown_841D18D[]; +// options menu +extern const u8 gText_TextSpeed[]; +extern const u8 gText_BattleScene[]; +extern const u8 gText_BattleStyle[]; +extern const u8 gText_Sound[]; +extern const u8 gText_ButtonMode[]; +extern const u8 gText_Frame[]; +extern const u8 gText_OptionMenuCancel[]; +extern const u8 gText_PickSwitchCancel[]; + + #endif //GUARD_STRINGS_H |