mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-18 18:07:09 -05:00
24 lines
547 B
C
24 lines
547 B
C
#ifndef POKEPLATINUM_STRUCT_0203DA00_H
|
|
#define POKEPLATINUM_STRUCT_0203DA00_H
|
|
|
|
#include "struct_defs/dress_up_photo.h"
|
|
#include "struct_defs/fashion_case.h"
|
|
|
|
#include "game_options.h"
|
|
#include "game_records.h"
|
|
#include "pokemon.h"
|
|
#include "trainer_info.h"
|
|
|
|
typedef struct {
|
|
Pokemon *pokemon;
|
|
DressUpPhoto *photo;
|
|
const FashionCase *fashionCase;
|
|
const Options *options;
|
|
GameRecords *records;
|
|
const TrainerInfo *trainerInfo;
|
|
BOOL *unk_18;
|
|
BOOL unk_1C;
|
|
} UnkStruct_0203DA00;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203DA00_H
|