mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-20 14:07:50 -05:00
16 lines
312 B
C
16 lines
312 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
|