mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 23:01:41 -04:00
msg_flow wip
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
//
|
||||
|
||||
#include "JSystem/JMessage/resource.h"
|
||||
#include "JSystem/JMessage/locale.h"
|
||||
#include "JSystem/JMessage/data.h"
|
||||
#include "JSystem/JGadget/binary.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
@@ -19,46 +21,6 @@ void lower_bound(/* ... */);
|
||||
void func_802A94D4(void* _this, u32 const*, u32 const*, u32 const&);
|
||||
}; // namespace std
|
||||
|
||||
struct JMessage {
|
||||
struct TResource {
|
||||
/* 802A8CDC */ void toMessageIndex_messageID(u32, u32, bool*) const;
|
||||
};
|
||||
|
||||
struct TResourceContainer {
|
||||
struct TCResource {
|
||||
/* 802A8EC0 */ TCResource();
|
||||
/* 802A8EF8 */ ~TCResource();
|
||||
/* 802A8F6C */ void Get_groupID(u16);
|
||||
/* 802A8FFC */ void Do_create();
|
||||
/* 802A9048 */ void Do_destroy(JMessage::TResource*);
|
||||
};
|
||||
|
||||
/* 802A906C */ TResourceContainer();
|
||||
/* 802A90B8 */ void setEncoding(u8);
|
||||
/* 802A90F0 */ void setEncoding_(u8);
|
||||
|
||||
static void* sapfnParseCharacter_[5];
|
||||
};
|
||||
|
||||
struct TParse {
|
||||
/* 802A9130 */ TParse(JMessage::TResourceContainer*);
|
||||
/* 802A9158 */ ~TParse();
|
||||
/* 802A91B8 */ void parseHeader_next(void const**, u32*, u32);
|
||||
/* 802A92F4 */ void parseBlock_next(void const**, u32*, u32);
|
||||
};
|
||||
|
||||
struct locale {
|
||||
/* 802A9490 */ void parseCharacter_1Byte(char const**);
|
||||
/* 802A94A8 */ void parseCharacter_2Byte(char const**);
|
||||
/* 802A9528 */ void parseCharacter_ShiftJIS(char const**);
|
||||
/* 802A958C */ void parseCharacter_UTF8(char const**);
|
||||
};
|
||||
|
||||
struct data {
|
||||
static f32 ga4cSignature[1 + 1 /* padding */];
|
||||
};
|
||||
};
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user