mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
20 lines
386 B
C
20 lines
386 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225C260_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225C260_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02[6];
|
|
u8 unk_08[2][6];
|
|
u16 unk_14[4];
|
|
u8 unk_1C[4];
|
|
u8 unk_20[4];
|
|
s16 unk_24;
|
|
u16 unk_26;
|
|
u8 unk_28;
|
|
u8 unk_29;
|
|
u16 padding_2A;
|
|
} UnkStruct_ov16_0225C260;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225C260_H
|