mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-23 07:28:11 -05:00
17 lines
334 B
C
17 lines
334 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_02264EF8_H
|
|
#define POKEPLATINUM_STRUCT_OV16_02264EF8_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u16 unk_02;
|
|
int unk_04;
|
|
u16 unk_08[4];
|
|
u8 unk_10[4];
|
|
u8 unk_14[4];
|
|
u8 unk_18[4];
|
|
u32 unk_1C[4];
|
|
} UnkStruct_ov16_02264EF8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_02264EF8_H
|