mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
40 lines
982 B
C
40 lines
982 B
C
#ifndef POKEPLATINUM_STRUCT_OV19_021DA9E0_H
|
|
#define POKEPLATINUM_STRUCT_OV19_021DA9E0_H
|
|
|
|
#include <nnsys.h>
|
|
|
|
#include "applications/pc_boxes/box_application.h"
|
|
#include "applications/pc_boxes/struct_ov19_021D61B0_decl.h"
|
|
|
|
#include "bg_window.h"
|
|
#include "font_special_chars.h"
|
|
#include "pokemon_sprite.h"
|
|
#include "sprite.h"
|
|
#include "strbuf.h"
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
BOOL unk_00;
|
|
Window *unk_04;
|
|
BgConfig *unk_08;
|
|
SpriteList *unk_0C;
|
|
const BoxApplication *unk_10;
|
|
UnkStruct_ov19_021D61B0 *unk_14;
|
|
FontSpecialCharsContext *unk_18;
|
|
FontSpecialCharsContext *unk_1C;
|
|
PokemonSpriteManager *unk_20;
|
|
PokemonSprite *unk_24;
|
|
void *unk_28;
|
|
NNSG2dCellDataBank *unk_2C;
|
|
Sprite *unk_30;
|
|
void *unk_34;
|
|
NNSG2dCellDataBank *unk_38;
|
|
Sprite *unk_3C[2];
|
|
Strbuf *unk_44;
|
|
Strbuf *unk_48;
|
|
SysTask *unk_4C;
|
|
u8 padding_50[4];
|
|
} UnkStruct_ov19_021DA9E0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV19_021DA9E0_H
|