Go to the source code of this file.
|
static const int | MainMsgIDs [] |
| The prompt message for each type.
|
|
static const bool | PicVisible [][3] |
| Which buttons are visible in the Yes/No window.
|
|
static const int | StartingCursorPositions [] |
| Starting cursor positions for the Yes/No window.
|
|
const int | SoundEffects [] = { SE_SYS_BACK, SE_SYS_DECIDE, SE_SYS_CURSOR, SE_SYS_DIALOGUE_IN } |
|
◆ OPTIONS_YES_NO
#define OPTIONS_YES_NO { true, true, false } |
◆ OPTIONS_OK
#define OPTIONS_OK { false, false, true } |
◆ MainMsgIDs
◆ PicVisible
const bool PicVisible[][3] |
|
static |
◆ StartingCursorPositions
const int StartingCursorPositions[] |
|
static |
◆ SoundEffects
const int SoundEffects[] = { SE_SYS_BACK, SE_SYS_DECIDE, SE_SYS_CURSOR, SE_SYS_DIALOGUE_IN } |