SSBM Decomp
|
#include <msghndlr.h>
Data Fields | ||
u32 | msgLength | |
union { | ||
u8 commandId | ||
MessageCommandID commandIdInt | ||
}; | ||
TODO: fix enum size shenanigans. | ||
union { | ||
u8 replyError | ||
DSReplyError replyErrorInt | ||
}; | ||
u32 | unk0C | |
u8 | unk10 [0x30] | |
u32 msgbuf_t::msgLength |
u8 msgbuf_t::commandId |
MessageCommandID msgbuf_t::commandIdInt |
union { ... } msgbuf_t |
TODO: fix enum size shenanigans.
u8 msgbuf_t::replyError |
DSReplyError msgbuf_t::replyErrorInt |
union { ... } msgbuf_t |
u32 msgbuf_t::unk0C |
u8 msgbuf_t::unk10[0x30] |