diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-25 21:45:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 21:45:38 +0300 |
commit | 512e864e3bb830d50dc7fe372cccc254a75e4a5a (patch) | |
tree | 0ab627e6892df75aff99f3ad17b7ad8ee75f00f7 /include/options.h | |
parent | a2f8c35e864703e4264e308cd26aec3d612d863b (diff) | |
parent | 80ce402f5f541f01d7ded6da60e38eebbf1f9f88 (diff) |
Merge branch 'master' into master
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 |