mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 23:20:49 -05:00
15 lines
294 B
C
15 lines
294 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225C684_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225C684_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u16 unk_02;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 padding_06[2];
|
|
u32 unk_08;
|
|
} UnkStruct_ov16_0225C684;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225C684_H
|