mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
16 lines
335 B
C
16 lines
335 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225C29C_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225C29C_SUB1_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01_0 : 2;
|
|
u8 unk_01_2 : 1;
|
|
u8 : 5;
|
|
u8 unk_02;
|
|
u8 padding_03;
|
|
s16 unk_04;
|
|
u16 unk_06;
|
|
} UnkStruct_ov16_0225C29C_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225C29C_SUB1_H
|