diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-05-23 16:19:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 16:19:35 -0500 |
commit | eaa141c612dd1689936a21bd57018a55ff686b69 (patch) | |
tree | fafe2a9a562af6a8e36716ff76a5b3e8b30d4411 /include/gUnknown_203B46C.h | |
parent | f402e46cd3c8b7236673d6edbae77903a7cc0618 (diff) |
Keep on keepin on (#38)
* end of may dump of work
* move save text to src
* decomp a little more
Diffstat (limited to 'include/gUnknown_203B46C.h')
-rw-r--r-- | include/gUnknown_203B46C.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/gUnknown_203B46C.h b/include/gUnknown_203B46C.h new file mode 100644 index 0000000..c733174 --- /dev/null +++ b/include/gUnknown_203B46C.h @@ -0,0 +1,21 @@ +#ifndef GUARD_GUNKNOWN_203B46C_H +#define GUARD_GUNKNOWN_203B46C_H + +struct UnkSaveStruct1 +{ + /* 0x0 */ u8 unk0; + /* 0x1 */ u8 unk1; + /* 0x2 */ u8 unk2; + /* 0x3 */ u8 unk3; + /* 0x4 */ u8 unk4; + /* 0x5 */ u8 unk5; + /* 0x6 */ u8 unk6; + /* 0x7 */ u8 unk7; + /* 0x8 */ u8 unk8; + /* 0x9 */ u8 unk9; + /* 0xA */ u8 unkA; + /* 0xB */ u8 playerGender; + /* 0xC */ u8 unkC; +}; + +#endif |