|
SSBM Decomp
|
#include <types.h>
Data Fields | |
| s16 | x |
| s16 | y |
| u8 | w |
| u8 | h |
| u8 | cursor_x |
| u8 | cursor_y |
| f32 | scale_x |
| f32 | scale_y |
| GXColor | bg_color |
| GXColor | text_colors [4] |
| s8 | id |
| u8 | line_width |
| u8 | flags |
| u8 | unk: 6 |
| u8 | current_color: 2 |
| char * | buf |
| struct DevText * | prev |
| struct DevText * | next |
| s16 DevText::x |
| s16 DevText::y |
| u8 DevText::w |
| u8 DevText::h |
| u8 DevText::cursor_x |
| u8 DevText::cursor_y |
| f32 DevText::scale_x |
| f32 DevText::scale_y |
| GXColor DevText::bg_color |
| GXColor DevText::text_colors[4] |
| s8 DevText::id |
| u8 DevText::line_width |
| u8 DevText::flags |
| u8 DevText::unk |
| u8 DevText::current_color |
| char* DevText::buf |