mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
14 lines
221 B
C
14 lines
221 B
C
#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
|