mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-21 22:47:54 -05:00
21 lines
394 B
C
21 lines
394 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225C384_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225C384_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u16 unk_02;
|
|
u32 unk_04;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u16 unk_0C[4];
|
|
u8 unk_14[4];
|
|
u8 unk_18[4];
|
|
u8 unk_1C[4];
|
|
u32 unk_20[4];
|
|
} UnkStruct_ov16_0225C384;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225C384_H
|