mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 06:57:33 -05:00
17 lines
482 B
C
17 lines
482 B
C
#ifndef POKEPLATINUM_STRUCT_0207825C_H
|
|
#define POKEPLATINUM_STRUCT_0207825C_H
|
|
|
|
#include "struct_defs/pokemon_substruct_0.h"
|
|
#include "struct_defs/pokemon_substruct_1.h"
|
|
#include "struct_defs/pokemon_substruct_2.h"
|
|
#include "struct_defs/pokemon_substruct_3.h"
|
|
|
|
typedef struct UnkStruct_0207825C_t {
|
|
PokemonSubstruct0 unk_00;
|
|
PokemonSubstruct1 unk_20;
|
|
PokemonSubstruct2 unk_40;
|
|
PokemonSubstruct3 unk_60;
|
|
} UnkStruct_0207825C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207825C_H
|