diff options
Diffstat (limited to 'include/options.h')
-rw-r--r-- | include/options.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/options.h b/include/options.h index 730cbaa5..4ed466df 100644 --- a/include/options.h +++ b/include/options.h @@ -1,15 +1,13 @@ #ifndef POKEDIAMOND_OPTIONS_H #define POKEDIAMOND_OPTIONS_H -#include "main.h" - struct Options { u16 unk0_0:4; u16 unk0_4:2; - u16 unk0_6:10; - u8 padding[2]; // TODO: finish me + u16 unk0_6:1; + u16 unk0_7:1; + u16 unk0_8:2; + u16 unk0_A:5; }; -struct Options * LoadPlayerDataAddress(struct UnkStruct_021C59C8 *); - #endif //POKEDIAMOND_OPTIONS_H |