mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
17 lines
346 B
C
17 lines
346 B
C
#ifndef POKEPLATINUM_STRUCT_0200330C_H
|
|
#define POKEPLATINUM_STRUCT_0200330C_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u16 unk_02_0 : 6;
|
|
u16 unk_02_6 : 5;
|
|
u16 unk_02_11 : 5;
|
|
u16 unk_04_0 : 15;
|
|
u16 unk_04_15 : 1;
|
|
u16 unk_06_0 : 4;
|
|
u16 unk_06_4 : 6;
|
|
u16 : 6;
|
|
} UnkStruct_0200330C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0200330C_H
|