diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/librfu.h | 9 | ||||
-rw-r--r-- | include/link_rfu.h | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/include/librfu.h b/include/librfu.h index 03c142587..dc3d336da 100644 --- a/include/librfu.h +++ b/include/librfu.h @@ -47,7 +47,7 @@ enum RFU_UNK3A, RFU_UNK3B, RFU_UNK3C, - RFU_STOP_MODE, //3D + RFU_STOP_MODE, // 3D }; struct RfuPacket8 @@ -67,7 +67,7 @@ union RfuPacket struct RfuPacket8 rfuPacket8; }; -struct __attribute__((packed)) UnkLinkRfuStruct_02022B14 +struct UnkLinkRfuStruct_02022B14Substruct { u16 unk_00_0:4; u16 unk_00_4:1; @@ -79,6 +79,11 @@ struct __attribute__((packed)) UnkLinkRfuStruct_02022B14 u16 unk_01_2:4; u16 unk_01_6:2; u8 playerTrainerId[2]; +}; + +struct UnkLinkRfuStruct_02022B14 +{ + struct UnkLinkRfuStruct_02022B14Substruct unk_00; u8 unk_04[4]; u16 species:10; u16 type:6; diff --git a/include/link_rfu.h b/include/link_rfu.h index 52006be44..c3ca75604 100644 --- a/include/link_rfu.h +++ b/include/link_rfu.h @@ -263,6 +263,6 @@ void sub_800FE50(u16 *a0); bool32 sub_800E540(u16 id, u8 *name); void sub_8011DE0(u32 arg0); u8 sub_801100C(int a0); -void sub_800FE50(u16 *a0); +void sub_800EF7C(void); #endif //GUARD_LINK_RFU_H |