|
SSBM Decomp
|
seems like each menu probably has its own struct, and isnt just the 'Menu' in types.h More...
#include <mninfo.h>
Data Fields | |
| u8 | scroll_idx |
| u32 | anim_timer |
| decrements from 10 when transitioning from main menu to special menu | |
| HSD_Text * | left_column [4] |
| date and time of achievement unlock | |
| HSD_Text * | right_column [4] |
| achievement | |
| HSD_Text * | description |
seems like each menu probably has its own struct, and isnt just the 'Menu' in types.h
| u8 MnInfoData::scroll_idx |
| u32 MnInfoData::anim_timer |
decrements from 10 when transitioning from main menu to special menu
| HSD_Text* MnInfoData::left_column[4] |
date and time of achievement unlock
| HSD_Text* MnInfoData::right_column[4] |
achievement
| HSD_Text* MnInfoData::description |