diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2023-08-16 19:11:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 11:11:19 -0700 |
| commit | fca5307ea908606c40c051d4c366ed8dcf077258 (patch) | |
| tree | e7cbc4524c9510a935c62ab191eeeefa11374687 /include/unknown_structs.h | |
| parent | c7a746e71e310a23ba43a7208b9c83d2d1d483ee (diff) | |
m_play (#50)
* m_play
* Some warnings
* lots of function renames from the gcn version
* fix warnings
* format
* a
* a
* PR
* PR2
---------
Co-authored-by: Maide <you@example.com>
Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'include/unknown_structs.h')
| -rw-r--r-- | include/unknown_structs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/unknown_structs.h b/include/unknown_structs.h index 9b9403c..492de3f 100644 --- a/include/unknown_structs.h +++ b/include/unknown_structs.h @@ -5,6 +5,14 @@ #include "libc/stdint.h" #include "libc/stdbool.h" #include "unk.h" +#include "other_types.h" + +typedef struct Struct_8010EAA0 { + /* 0x00 */ RomOffset unk_00; + /* 0x04 */ RomOffset unk_04; + /* 0x08 */ char unk08[0xB]; + /* 0x13 */ u8 unk_13; +} Struct_8010EAA0; // size = 0x14 typedef struct struct_801161E8_jp { /* 0x0 */ UNK_TYPE1 unk_0[0x8]; |
