diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-01-21 06:59:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 06:59:13 -0600 |
commit | 0db23bc215000bbad41968ba5a650e55f86ceb71 (patch) | |
tree | 2d42133425d9f4bd20b04b80d506668318ee9283 /include/strings.h | |
parent | 8a60952fc01ada92e029be488481a29da32f47eb (diff) | |
parent | e0fbd5daad0646c77d1f587d2763bc707df5d417 (diff) |
Merge pull request #164 from DizzyEggg/decompile_option_menu
Decompile option menu
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index a382191a0..7527e56fb 100644 --- a/include/strings.h +++ b/include/strings.h @@ -170,4 +170,29 @@ extern const u8 gText_Peak[]; extern const u8 gText_SafariBallStock[]; extern const u8 gText_BattlePyramidFloor[]; +// option menu texts +extern const u8 gText_TextSpeedSlow[]; +extern const u8 gText_TextSpeedMid[]; +extern const u8 gText_TextSpeedFast[]; +extern const u8 gText_BattleSceneOn[]; +extern const u8 gText_BattleSceneOff[]; +extern const u8 gText_BattleStyleShift[]; +extern const u8 gText_BattleStyleSet[]; +extern const u8 gText_SoundMono[]; +extern const u8 gText_SoundStereo[]; +extern const u8 gText_FrameTypeNumber[]; +extern const u8 gText_FrameType[]; +extern const u8 gText_ButtonTypeNormal[]; +extern const u8 gText_ButtonTypeLR[]; +extern const u8 gText_ButtonTypeLEqualsA[]; +extern const u8 gText_Option[]; +extern const u8 gText_OptionMenu[]; +extern const u8 gText_TextSpeed[]; +extern const u8 gText_BattleScene[]; +extern const u8 gText_BattleStyle[]; +extern const u8 gText_Sound[]; +extern const u8 gText_Frame[]; +extern const u8 gText_OptionMenuCancel[]; +extern const u8 gText_ButtonMode[]; + #endif //GUARD_STRINGS_H |