mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-12 08:06:32 -05:00
15 lines
298 B
C
15 lines
298 B
C
#ifndef POKEPLATINUM_STRUCT_02002D18_H
|
|
#define POKEPLATINUM_STRUCT_02002D18_H
|
|
|
|
typedef struct {
|
|
u8 unk_00_0 : 4;
|
|
u8 unk_00_4 : 1;
|
|
u8 : 3;
|
|
u8 unk_01_0 : 5;
|
|
u8 unk_01_5 : 2;
|
|
u8 unk_01_7 : 1;
|
|
u8 unk_02_0 : 8;
|
|
} UnkStruct_02002D18;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02002D18_H
|