mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
19 lines
480 B
C
19 lines
480 B
C
#ifndef POKEPLATINUM_STRUCT_OV62_02233F74_H
|
|
#define POKEPLATINUM_STRUCT_OV62_02233F74_H
|
|
|
|
#include "struct_decls/cell_actor_data.h"
|
|
#include "struct_decls/struct_0202F41C_decl.h"
|
|
#include "struct_decls/struct_02030A80_decl.h"
|
|
|
|
#include "bg_window.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_02030A80 *unk_00;
|
|
UnkStruct_0202F41C *unk_04;
|
|
u8 padding_08[4];
|
|
CellActorData *unk_0C[12];
|
|
Window unk_3C[8];
|
|
} UnkStruct_ov62_02233F74;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV62_02233F74_H
|