NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Go to the source code of this file.
Macros | |
#define | OPTIONS_YES_NO { true, true, false } |
#define | OPTIONS_OK { false, false, true } |
Functions | |
void * | dYesNoWindow_c_classInit () |
Variables | |
fProfile::fBaseProfile_c | g_profile_YES_NO_WINDOW = { &dYesNoWindow_c_classInit, fProfile::YES_NO_WINDOW, fProfile::DRAW_ORDER::YES_NO_WINDOW } |
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 } |
#define OPTIONS_YES_NO { true, true, false } |
Definition at line 195 of file d_yes_no_window.cpp.
#define OPTIONS_OK { false, false, true } |
Definition at line 196 of file d_yes_no_window.cpp.
void * dYesNoWindow_c_classInit | ( | ) |
Definition at line 24 of file d_yes_no_window.cpp.
fProfile::fBaseProfile_c g_profile_YES_NO_WINDOW = { &dYesNoWindow_c_classInit, fProfile::YES_NO_WINDOW, fProfile::DRAW_ORDER::YES_NO_WINDOW } |
Definition at line 24 of file d_yes_no_window.cpp.
|
static |
The prompt message for each type.
Definition at line 163 of file d_yes_no_window.cpp.
|
static |
Which buttons are visible in the Yes/No window.
Definition at line 199 of file d_yes_no_window.cpp.
|
static |
Starting cursor positions for the Yes/No window.
Definition at line 232 of file d_yes_no_window.cpp.
const int SoundEffects[] = { SE_SYS_BACK, SE_SYS_DECIDE, SE_SYS_CURSOR, SE_SYS_DIALOGUE_IN } |
Definition at line 264 of file d_yes_no_window.cpp.