mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 19:25:29 -05:00
21 lines
362 B
C
21 lines
362 B
C
#ifndef POKEPLATINUM_STRUCT_020F568C_H
|
|
#define POKEPLATINUM_STRUCT_020F568C_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u16 unk_02;
|
|
s8 unk_04;
|
|
u16 unk_06;
|
|
u8 unk_08;
|
|
u16 unk_0A;
|
|
u8 unk_0C;
|
|
u16 unk_0E;
|
|
u8 unk_10;
|
|
u16 unk_12;
|
|
u8 unk_14;
|
|
u16 unk_16;
|
|
u8 unk_18;
|
|
} UnkStruct_020F568C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020F568C_H
|