mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 18:55:30 -05:00
38 lines
1.1 KiB
C
38 lines
1.1 KiB
C
#ifndef POKEPLATINUM_STRUCT_0202440C_H
|
|
#define POKEPLATINUM_STRUCT_0202440C_H
|
|
|
|
#include "struct_defs/struct_0202E768.h"
|
|
#include "struct_defs/struct_0202E794.h"
|
|
#include "struct_defs/struct_0202E7D8.h"
|
|
#include "struct_defs/struct_0202E7E4.h"
|
|
#include "struct_defs/struct_0202E7F0.h"
|
|
#include "struct_defs/struct_0202E7FC.h"
|
|
#include "struct_defs/struct_0202E808.h"
|
|
#include "struct_defs/struct_0202E810.h"
|
|
#include "struct_defs/struct_0202E81C.h"
|
|
#include "struct_defs/struct_0202E828.h"
|
|
#include "struct_defs/struct_0202E834.h"
|
|
|
|
typedef struct TVBroadcast {
|
|
u8 unk_00[4];
|
|
int unk_04;
|
|
u8 unk_08;
|
|
UnkStruct_0202E768 unk_0C[4];
|
|
UnkStruct_0202E768 unk_C4[4];
|
|
UnkStruct_0202E768 unk_17C[4];
|
|
UnkStruct_0202E794 unk_234[16];
|
|
UnkStruct_0202E794 unk_684[8];
|
|
UnkStruct_0202E794 unk_8AC[8];
|
|
UnkStruct_0202E7D8 unk_AD4;
|
|
UnkStruct_0202E7E4 unk_ADE;
|
|
UnkStruct_0202E7F0 unk_B02;
|
|
UnkStruct_0202E7FC unk_B04;
|
|
UnkStruct_0202E808 unk_B08;
|
|
UnkStruct_0202E810 unk_B10;
|
|
UnkStruct_0202E81C unk_B2E;
|
|
UnkStruct_0202E828 unk_B44;
|
|
UnkStruct_0202E834 unk_B4C;
|
|
} TVBroadcast;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202440C_H
|