mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
17 lines
345 B
C
17 lines
345 B
C
#ifndef POKEPLATINUM_STRUCT_OV104_02241308_H
|
|
#define POKEPLATINUM_STRUCT_OV104_02241308_H
|
|
|
|
typedef union {
|
|
int val1[6];
|
|
struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
} val2;
|
|
} UnkStruct_ov104_02241308;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV104_02241308_H
|