Change from obr to tob dir, added a status doc

This commit is contained in:
KimLS
2026-04-12 13:16:23 -07:00
parent 6e1fe45090
commit a789b22fc7
21 changed files with 636 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
// 0x31
struct Expansion
{
u32 index;
u8 owned;
s32 expansion_name_string_id;
s32 order_string_id;
s32 unknown_string_id;
u32 unknown17;
};
struct Packet {
u32 unknown00;
u32 unknown04;
u16 unknown08;
u32 expansion_count;
Expansion expansions[expansion_count];
};
Packet packet @0x00;