diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-13 08:24:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-13 08:24:20 -0400 |
commit | dd47776b7c311afdbfbb123485ecf2bf695a3c04 (patch) | |
tree | 3adad4e488d4e34a69f10f8fa2a4c04111c9b3aa /include/options.h | |
parent | 692b76fd27bf0b74a3fe871864c5d77387c05618 (diff) |
Decompile coins.s
Diffstat (limited to 'include/options.h')
-rw-r--r-- | include/options.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/options.h b/include/options.h new file mode 100644 index 00000000..4ed466df --- /dev/null +++ b/include/options.h @@ -0,0 +1,13 @@ +#ifndef POKEDIAMOND_OPTIONS_H +#define POKEDIAMOND_OPTIONS_H + +struct Options { + u16 unk0_0:4; + u16 unk0_4:2; + u16 unk0_6:1; + u16 unk0_7:1; + u16 unk0_8:2; + u16 unk0_A:5; +}; + +#endif //POKEDIAMOND_OPTIONS_H |