mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
15 lines
317 B
C
15 lines
317 B
C
#ifndef POKEPLATINUM_STRUCT_02030114_H
|
|
#define POKEPLATINUM_STRUCT_02030114_H
|
|
|
|
typedef struct UnkStruct_02030114_t {
|
|
u8 unk_00_0 : 3;
|
|
u8 unk_00_3 : 1;
|
|
u8 unk_00_4 : 4;
|
|
u8 unk_01;
|
|
u8 unk_02[2];
|
|
u16 unk_04[20];
|
|
u16 unk_2C[20];
|
|
} UnkStruct_02030114;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02030114_H
|