mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
16 lines
335 B
C
16 lines
335 B
C
#ifndef POKEPLATINUM_STRUCT_OV62_0223118C_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV62_0223118C_SUB1_H
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
BOOL unk_18;
|
|
u8 padding_1C[4];
|
|
} UnkStruct_ov62_0223118C_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV62_0223118C_SUB1_H
|