mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 12:45:25 -05:00
27 lines
557 B
C
27 lines
557 B
C
#ifndef POKEPLATINUM_STRUCT_020127E8_H
|
|
#define POKEPLATINUM_STRUCT_020127E8_H
|
|
|
|
#include <nnsys.h>
|
|
|
|
#include "struct_decls/struct_02012744_decl.h"
|
|
|
|
#include "bg_window.h"
|
|
#include "cell_actor.h"
|
|
|
|
typedef struct {
|
|
const UnkStruct_02012744 *unk_00;
|
|
const Window *unk_04;
|
|
CellActorCollection *unk_08;
|
|
const NNSG2dImagePaletteProxy *unk_0C;
|
|
const CellActor *unk_10;
|
|
int unk_14;
|
|
int unk_18;
|
|
int unk_1C;
|
|
int unk_20;
|
|
int unk_24;
|
|
int unk_28;
|
|
int unk_2C;
|
|
} UnkStruct_020127E8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020127E8_H
|