mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
17 lines
336 B
C
17 lines
336 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225C3BC_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225C3BC_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 padding_03;
|
|
u16 unk_04[4];
|
|
u8 unk_0C[4];
|
|
u8 unk_10[4];
|
|
u8 unk_14[4];
|
|
u32 unk_18[4];
|
|
} UnkStruct_ov16_0225C3BC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225C3BC_H
|