Go to the source code of this file.
|
| enum | MenuInput {
MenuInput_Up = 1 << 0
,
MenuInput_Down = 1 << 1
,
MenuInput_Left = 1 << 2
,
MenuInput_Right = 1 << 3
,
MenuInput_Confirm = 1 << 4
,
MenuInput_Back = 1 << 5
,
MenuInput_LTrigger = 1 << 6
,
MenuInput_RTrigger = 1 << 7
,
MenuInput_StartButton = 1 << 8
,
MenuInput_AButton = 1 << 9
,
MenuInput_XButton = 1 << 10
,
MenuInput_YButton = 1 << 11
} |
| |
◆ GET_MENU
◆ MenuInput
| Enumerator |
|---|
| MenuInput_Up | 0x0001
|
| MenuInput_Down | 0x0002
|
| MenuInput_Left | 0x0004
|
| MenuInput_Right | 0x0008
|
| MenuInput_Confirm | 0x0010
|
| MenuInput_Back | 0x0020
|
| MenuInput_LTrigger | 0x0040
|
| MenuInput_RTrigger | 0x0080
|
| MenuInput_StartButton | 0x0100
|
| MenuInput_AButton | 0x0200
|
| MenuInput_XButton | 0x0400
|
| MenuInput_YButton | 0x0800
|
◆ Menu_DecrementAnimTimer()
| static void Menu_DecrementAnimTimer |
( |
void |
| ) |
|
|
inlinestatic |
◆ Menu_GetAllInputs()
| static u64 Menu_GetAllInputs |
( |
void |
| ) |
|
|
inlinestatic |
◆ Menu_GetInputsForPort()
| static u64 Menu_GetInputsForPort |
( |
s32 |
i | ) |
|
|
inlinestatic |
◆ sfxBack()
| static void sfxBack |
( |
void |
| ) |
|
|
inlinestatic |
- Todo:
- The functions
fn_8017435C, fn_80174338, and fn_80174380 are probably deduplicated clones of these.
◆ sfxForward()
| static void sfxForward |
( |
void |
| ) |
|
|
inlinestatic |
◆ sfxMove()
| static void sfxMove |
( |
void |
| ) |
|
|
inlinestatic |
◆ Menu_InitCenterText()
| static void Menu_InitCenterText |
( |
Menu * |
menu, |
|
|
u8 |
val |
|
) |
| |
|
inlinestatic |
◆ inline_test_3()
- Todo:
- One of these inlines is probably correct
◆ inline_test_4()