diff options
Diffstat (limited to 'include/options.h')
-rw-r--r-- | include/options.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/options.h b/include/options.h deleted file mode 100644 index 730cbaa5..00000000 --- a/include/options.h +++ /dev/null @@ -1,15 +0,0 @@ -#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 -}; - -struct Options * LoadPlayerDataAddress(struct UnkStruct_021C59C8 *); - -#endif //POKEDIAMOND_OPTIONS_H |