diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-01 18:54:59 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-01 18:54:59 +0100 |
commit | b082f000afee689eb6a73ba7a938c4f371c09225 (patch) | |
tree | 8e56699b37aab42b9892f88effa1fcf3a837031f /include/librfu.h | |
parent | 0e32a3adf3e333f2271957379b568284da1a552d (diff) |
Start working on link rfu
Diffstat (limited to 'include/librfu.h')
-rw-r--r-- | include/librfu.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/librfu.h b/include/librfu.h index 9d131f027..ba6e535d4 100644 --- a/include/librfu.h +++ b/include/librfu.h @@ -81,7 +81,7 @@ struct UnkLinkRfuStruct_02022B14Substruct u8 playerTrainerId[2]; }; -struct __attribute__((packed)) UnkLinkRfuStruct_02022B14 +struct __attribute__((packed, aligned(2))) UnkLinkRfuStruct_02022B14 { struct UnkLinkRfuStruct_02022B14Substruct unk_00; u8 unk_04[4]; @@ -169,13 +169,14 @@ struct RfuUnk3 u32 unk_dc; }; -struct RfuUnk5Sub { +struct RfuUnk5Sub +{ u16 unk_00; u8 unk_02; u16 unk_04; struct UnkLinkRfuStruct_02022B14 unk_06; - u8 fill_13[2]; - u8 unk_15[8]; + u8 fill_13[1]; + u8 playerName[PLAYER_NAME_LENGTH + 1]; }; struct RfuUnk5 |