mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 11:46:51 -05:00
20 lines
401 B
C
20 lines
401 B
C
#ifndef POKEPLATINUM_STRUCT_02007C7C_SUB2_H
|
|
#define POKEPLATINUM_STRUCT_02007C7C_SUB2_H
|
|
|
|
typedef struct {
|
|
u16 unk_00_0 : 2;
|
|
u16 unk_00_2 : 1;
|
|
u16 unk_00_3 : 1;
|
|
u16 unk_00_4 : 1;
|
|
u16 unk_00_5 : 2;
|
|
u16 : 9;
|
|
s8 unk_02;
|
|
u8 padding_03;
|
|
s16 unk_04;
|
|
s16 unk_06;
|
|
s16 unk_08;
|
|
s16 unk_0A;
|
|
} UnkStruct_02007C7C_sub2;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02007C7C_SUB2_H
|