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