diff options
| author | MegaIDK <125525714+MegaIDK@users.noreply.github.com> | 2023-09-02 13:29:30 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-02 09:29:30 -0700 |
| commit | 61cf267a89bebd588ef68d37d00ca3ca93838293 (patch) | |
| tree | f4f6be0cb9724c084f94a3daf424acaf4730ba89 /include/unknown_structs.h | |
| parent | c6f75799390c185e5a06cedd7c7296e735b22c81 (diff) | |
ovl_Kamakura_Npc0 OK (#82)
* ovl_Kamakura_Npc0 OK
* fixed warnings
* fun names
* suggestions
* removed useless variable
* change back from bool to s32
* forgor protopye
Diffstat (limited to 'include/unknown_structs.h')
| -rw-r--r-- | include/unknown_structs.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/unknown_structs.h b/include/unknown_structs.h index 37c8a3d..3249db9 100644 --- a/include/unknown_structs.h +++ b/include/unknown_structs.h @@ -34,10 +34,12 @@ typedef struct Game_Play_unk_0110 { } Game_Play_unk_0110; // size = 0x54 typedef struct struct_809AEFA4 { - /* 0x0 */ UNK_PTR unk_0; - /* 0x0 */ UNK_PTR unk_4; - /* 0x0 */ UNK_TYPE unk_8; - /* 0x0 */ UNK_TYPE unk_C; -} struct_809AEFA4; // size >= 0x10 + /* 0x00 */ UNK_PTR unk_0; + /* 0x04 */ UNK_PTR unk_4; + /* 0x08 */ UNK_TYPE unk_8; + /* 0x0C */ UNK_PTR unk_C; + /* 0x10 */ UNK_PTR unk_10; + /* 0x14 */ UNK_PTR unk_14; +} struct_809AEFA4; // size >= 0x18 #endif |
