diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-18 20:33:53 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-18 20:33:53 -0500 |
commit | 728532be77667a16ae0ace16f06e9cd76a591606 (patch) | |
tree | 8d5d48a3231c1c69235d87f6fad43206374348fb /include/link_rfu.h | |
parent | f25cdb483795454d0d89d59fd614697e6c4b8cc4 (diff) |
Return stuff to its rightful place, and set up struct definitions for later
Diffstat (limited to 'include/link_rfu.h')
-rw-r--r-- | include/link_rfu.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/link_rfu.h b/include/link_rfu.h index 29f2a724c..f64c74f6b 100644 --- a/include/link_rfu.h +++ b/include/link_rfu.h @@ -3,6 +3,25 @@ // Exported type declarations +struct UnkLinkRfuStruct_02022B14 +{ + u8 unk_00_0:4; + u8 unk_00_4:1; + u8 unk_00_5:1; + u8 unk_00_6:2; + u8 filler_01[2]; + u8 unk_03[4]; + u16 unk_08_0:10; + u16 unk_09_2:6; + u8 unk_0a_0:7; + u8 unk_0a_7:1; + u8 unk_0b_0:1; + u8 unk_0b_1:7; + u8 unk_0c; + u8 unk_0d; + u8 filler_0e[8]; +}; + struct UnkLinkRfuStruct_02022B2C { u8 filler_00[16]; |