Decompile the rest of text.c

This commit is contained in:
Tal Hayon
2022-03-22 01:36:08 +02:00
parent 495258646f
commit dc5acb446e
10 changed files with 647 additions and 1254 deletions
+5 -2
View File
@@ -25,14 +25,17 @@ typedef struct {
extern Message gMessage;
typedef struct {
u8 flags;
u8 unk00 : 1;
u8 unk01 : 4;
u8 unk05 : 2;
u8 unk06 : 1;
u8 code; // first byte read
u16 param; // second byte read
u16 extended; // ascii adjusted for jp chars
u16 _6;
u16 textIndex;
void* _c;
u8 buf[32];
const u8* buf[8];
} Token;
typedef struct {