mirror of
https://github.com/zeldaret/tmc
synced 2026-06-25 01:52:14 -04:00
Decompile the rest of text.c
This commit is contained in:
+5
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user