mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
14 lines
281 B
C
14 lines
281 B
C
#ifndef POKEPLATINUM_STRUCT_020985E4_H
|
|
#define POKEPLATINUM_STRUCT_020985E4_H
|
|
|
|
#include "game_options.h"
|
|
#include "trainer_info.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
Options *unk_04;
|
|
const TrainerInfo *unk_08;
|
|
} UnkStruct_020985E4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020985E4_H
|