mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-30 22:57:59 -05:00
23 lines
676 B
C
23 lines
676 B
C
#ifndef POKEPLATINUM_STRUCT_02073C74_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_02073C74_SUB1_H
|
|
|
|
#include "struct_defs/struct_02075454_1.h"
|
|
#include "struct_defs/struct_02075454_2.h"
|
|
#include "struct_defs/struct_02075454_3.h"
|
|
#include "struct_defs/struct_02075454.h"
|
|
|
|
typedef struct UnkStruct_02073C74_sub1_t {
|
|
u32 unk_00;
|
|
u16 unk_04_0 : 1;
|
|
u16 unk_04_1 : 1;
|
|
u16 unk_04_2 : 1;
|
|
u16 unk_04_3 : 13;
|
|
u16 unk_06;
|
|
u8 unk_08[sizeof(UnkStruct_02075454)
|
|
+ sizeof(UnkStruct_02075454_1)
|
|
+ sizeof(UnkStruct_02075454_2)
|
|
+ sizeof(UnkStruct_02075454_3)];
|
|
} UnkStruct_02073C74_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02073C74_SUB1_H
|