mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
25 lines
515 B
C
25 lines
515 B
C
#ifndef POKEPLATINUM_STRUCT_0207A778_H
|
|
#define POKEPLATINUM_STRUCT_0207A778_H
|
|
|
|
#include "struct_decls/struct_02027F8C_decl.h"
|
|
|
|
#include "overlay006/battle_params.h"
|
|
|
|
#include "bg_window.h"
|
|
#include "palette.h"
|
|
|
|
typedef struct {
|
|
BattleParams *unk_00;
|
|
BgConfig *unk_04;
|
|
Window *unk_08;
|
|
PaletteData *unk_0C;
|
|
UnkStruct_02027F8C *unk_10[4];
|
|
u8 unk_20[0x1000];
|
|
u8 unk_1020;
|
|
u8 unk_1021;
|
|
u16 unk_1022;
|
|
void *unk_1024;
|
|
} UnkStruct_0207A778;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207A778_H
|