mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
17 lines
497 B
C
17 lines
497 B
C
#ifndef POKEPLATINUM_STRUCT_0207825C_23_H
|
|
#define POKEPLATINUM_STRUCT_0207825C_23_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_23_t {
|
|
PokemonSubstruct3 unk_00;
|
|
PokemonSubstruct2 unk_20;
|
|
PokemonSubstruct1 unk_40;
|
|
PokemonSubstruct0 unk_60;
|
|
} UnkStruct_0207825C_23;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207825C_23_H
|