mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 10:45:19 -05:00
16 lines
317 B
C
16 lines
317 B
C
#ifndef POKEPLATINUM_STRUCT_0203E2FC_H
|
|
#define POKEPLATINUM_STRUCT_0203E2FC_H
|
|
|
|
#include "game_options.h"
|
|
#include "pokemon.h"
|
|
#include "trainer_info.h"
|
|
|
|
typedef struct {
|
|
Pokemon *unk_00;
|
|
Options *unk_04;
|
|
TrainerInfo *unk_08;
|
|
u16 unk_0C;
|
|
} UnkStruct_0203E2FC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E2FC_H
|