mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-30 06:05:53 -05:00
17 lines
311 B
C
17 lines
311 B
C
#ifndef POKEPLATINUM_STRUCT_02098DE8_H
|
|
#define POKEPLATINUM_STRUCT_02098DE8_H
|
|
|
|
#include "struct_defs/struct_0202A93C.h"
|
|
|
|
#include "pokemon.h"
|
|
|
|
typedef struct {
|
|
Pokemon *unk_00;
|
|
Poffin *unk_04;
|
|
u16 unk_08;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
} UnkStruct_02098DE8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02098DE8_H
|