msg_flow wip

This commit is contained in:
TakaRikka
2022-03-15 02:25:25 -07:00
parent fdaeb3437d
commit 985d47a5c8
33 changed files with 1675 additions and 2006 deletions
+1 -32
View File
@@ -4,41 +4,10 @@
//
#include "JSystem/JMessage/control.h"
#include "JSystem/JMessage/processor.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Types:
//
struct JMessage {
struct TProcessor {
/* 802A7B90 */ void reset();
/* 802A7C54 */ void getResource_groupID(u16) const;
/* 802A7CD4 */ void toMessageCode_messageID(u32, u32, bool*) const;
/* 802A828C */ void process_onCharacterEnd_normal_(JMessage::TProcessor*);
};
struct TControl {
/* 802A7548 */ TControl();
/* 802A758C */ ~TControl();
/* 802A75D4 */ void reset();
/* 802A7634 */ void update();
/* 802A76BC */ void render();
/* 802A77E8 */ void setMessageCode(u16, u16);
/* 802A78F4 */ void setMessageID(u32, u32, bool*);
/* 802A7A20 */ void setMessageCode_inSequence_(JMessage::TProcessor const*, u16, u16);
};
struct TSequenceProcessor {
/* 802A8418 */ void process(char const*);
};
struct TRenderingProcessor {
/* 802A8B20 */ void process(char const*);
};
};
//
// Forward References:
//