mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
17 lines
319 B
C
17 lines
319 B
C
#ifndef POKEPLATINUM_STRUCT_OV19_021D3CFC_H
|
|
#define POKEPLATINUM_STRUCT_OV19_021D3CFC_H
|
|
|
|
typedef struct {
|
|
void * unk_00;
|
|
u8 unk_04;
|
|
s8 unk_05;
|
|
s8 unk_06;
|
|
s8 unk_07;
|
|
s8 unk_08;
|
|
s8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
} UnkStruct_ov19_021D3CFC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV19_021D3CFC_H
|