|
SSBM Decomp
|
Data Fields | |
| void * | next |
| s32 | type |
| union { | |
| u8 bytes [0x80] | |
| char text [0x80] | |
| struct { | |
| s32 count | |
| u32 color | |
| } bars [16] | |
| struct { | |
| f32 pos | |
| u32 color | |
| } gradient [16] | |
| } | content |
| union { | |
| u8 bytes [0x80] | |
| char text [0x80] | |
| struct { | |
| s32 count | |
| u32 color | |
| } bars [16] | |
| struct { | |
| f32 pos | |
| u32 color | |
| } gradient [16] | |
| } | content |
| void * PerfDispItem::next |
| s32 PerfDispItem::type |
| u8 PerfDispItem::bytes[0x80] |
| char PerfDispItem::text[0x80] |
| s32 PerfDispItem::count |
| u32 PerfDispItem::color |
| struct { ... } PerfDispItem::bars[16] |
| f32 PerfDispItem::pos |
| struct { ... } PerfDispItem::gradient[16] |
| union { ... } PerfDispItem::content |
| struct { ... } PerfDispItem::bars[16] |
| struct { ... } PerfDispItem::gradient[16] |
| union { ... } PerfDispItem::content |