diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-03 20:04:54 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-03 20:04:54 -0500 |
commit | 519c8d42f873471ced07bbcbddbf102e037c0c0e (patch) | |
tree | 8e4c92224c9275bb92944f5be1dd9e9e62e0376c /include/link_rfu.h | |
parent | c282e4fa59bc88e874aa5056a3e57fc35b3fefe5 (diff) |
through sub_800DD94
Diffstat (limited to 'include/link_rfu.h')
-rw-r--r-- | include/link_rfu.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/include/link_rfu.h b/include/link_rfu.h index f02a0baef..9b7fa6e7e 100644 --- a/include/link_rfu.h +++ b/include/link_rfu.h @@ -5,17 +5,22 @@ 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_00_0:4; + u16 unk_00_4:1; + u16 unk_00_5:1; + u16 unk_00_6:1; + u16 unk_00_7:1; + u16 unk_01_0:1; + u16 unk_01_1:1; + u16 unk_01_2:4; + u16 unk_01_6:2; + u8 playerTrainerId[2]; + u8 unk_04[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 playerGender:1; u8 unk_0b_1:7; u8 unk_0c; u8 unk_0d; @@ -109,11 +114,6 @@ struct UnkRfuStruct_Sub_Unused { /* 0x203 */ vu8 unk_203; }; -struct UnkRfuStruct_Sub_Unused2 { - /* 0x000 */ u8 unk_00[200]; - /* 0x0c8 */ u16 unk_c8; -}; - struct UnkRfuStruct_2 { /* 0x000 */ u8 filler_00[13]; /* 0x00d */ u8 playerCount; |