mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 20:55:24 -05:00
16 lines
341 B
C
16 lines
341 B
C
#ifndef POKEPLATINUM_STRUCT_0203E234_H
|
|
#define POKEPLATINUM_STRUCT_0203E234_H
|
|
|
|
#include "struct_decls/struct_party_decl.h"
|
|
|
|
#include "play_time.h"
|
|
#include "trainer_info.h"
|
|
|
|
typedef struct {
|
|
const TrainerInfo *unk_00;
|
|
const Party *unk_04;
|
|
const PlayTime *playTime;
|
|
} UnkStruct_0203E234;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E234_H
|