diff options
author | Max <mparisi@stevens.edu> | 2020-10-23 01:52:33 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-23 01:52:33 -0400 |
commit | 047d52bd174f2b8553b9f2958a98639d6dc3e4ec (patch) | |
tree | 87c56c385b21d8c0a4ce42d3c33cf3521cdcdf55 /include/code_801DBB3C.h | |
parent | cabc694f5a8b403648532bb8cf42cf88f1272e5f (diff) |
match func_801DBD00
Diffstat (limited to 'include/code_801DBB3C.h')
-rw-r--r-- | include/code_801DBB3C.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/code_801DBB3C.h b/include/code_801DBB3C.h index 34ffe6a..bbf2c39 100644 --- a/include/code_801DBB3C.h +++ b/include/code_801DBB3C.h @@ -17,12 +17,12 @@ struct gUnkClass3 // linked list node free store?
struct gUnkClass2
{
- u32 unk0;
+ u32 unk0; // counter?
u32 unk4;
u8 pad[0x4];
- size_t unkC;
+ size_t unkC; // block size
u8 pad2[0x8];
- gUnkClass3* unk18;
+ gUnkClass3* unk18; // next block?
};
gUnkClass1* func_801DBC58(gUnkClass2* p1);
|