diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-08-13 19:12:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 19:12:12 +0300 |
commit | a82d0d55a67b12757b185fd149d6a14dcc7cad02 (patch) | |
tree | 829d21a866de69dc92e1b8e5bb1857a21104027c /include/options.h | |
parent | c259e6ed18294c001033fed62d924d379276021a (diff) | |
parent | ddd20f2c76a34b4fc46503c8bf88d53a755453a8 (diff) |
Merge pull request #261 from PikalaxALT/pikalax_work
Name some scrcmds; save block 2 struct resolution
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 |