mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
13 lines
274 B
C
13 lines
274 B
C
#ifndef POKEPLATINUM_STRUCT_0202BC58_H
|
|
#define POKEPLATINUM_STRUCT_0202BC58_H
|
|
|
|
typedef struct {
|
|
u32 unk_00_0 : 7;
|
|
u32 unk_00_7 : 4;
|
|
u32 unk_00_11 : 3;
|
|
u32 unk_00_14 : 5;
|
|
u32 unk_00_19 : 13;
|
|
} UnkStruct_0202BC58;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202BC58_H
|