mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
44 lines
962 B
C
44 lines
962 B
C
#ifndef POKEPLATINUM_STRUCT_OV98_02246E88_H
|
|
#define POKEPLATINUM_STRUCT_OV98_02246E88_H
|
|
|
|
#include <dwc.h>
|
|
#include <nnsys.h>
|
|
|
|
#include "overlay096/struct_world_exchange_trainer.h"
|
|
#include "overlay096/struct_world_exchange_trainer_error.h"
|
|
|
|
#include "game_options.h"
|
|
#include "overlay_manager.h"
|
|
#include "savedata.h"
|
|
#include "string_gf.h"
|
|
|
|
typedef struct {
|
|
ApplicationManager *appMan;
|
|
SaveData *saveData;
|
|
Options *options;
|
|
void *unk_0C;
|
|
NNSFndHeapHandle unk_10;
|
|
DWCInetControl unk_14;
|
|
u16 unk_7C;
|
|
u8 unk_7E;
|
|
u8 padding_7F;
|
|
int unk_80;
|
|
int unk_84;
|
|
u8 padding_88[4];
|
|
int unk_8C;
|
|
int unk_90;
|
|
u8 padding_94[4];
|
|
void *unk_98;
|
|
WorldExchangeTrainer unk_9C;
|
|
WorldExchangeTrainerError unk_100;
|
|
u32 unk_108;
|
|
u32 unk_10C;
|
|
u8 unk_110;
|
|
u8 unk_111[3];
|
|
String *unk_114;
|
|
String *unk_118;
|
|
BOOL unk_11C;
|
|
} UnkStruct_ov98_02246E88;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV98_02246E88_H
|