diff options
author | Evan <eroelke@gmail.com> | 2019-11-16 19:45:55 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-16 19:45:55 -0700 |
commit | 46602859cd1cf7b3ecbc3f0730eebe2e60ef3845 (patch) | |
tree | 570d164eb403ace2476c2f55094350f5d6426bb5 /include/strings.h | |
parent | 83cba310335678aa8ecac24b58708b3c924b581a (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 6ad76e2fa..bdef1b956 100644 --- a/include/strings.h +++ b/include/strings.h @@ -741,4 +741,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 |