mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
18 lines
340 B
C
18 lines
340 B
C
#ifndef POKEPLATINUM_STRUCT_OV79_021D38D0_H
|
|
#define POKEPLATINUM_STRUCT_OV79_021D38D0_H
|
|
|
|
#include "strbuf.h"
|
|
#include "pokemon.h"
|
|
|
|
typedef struct {
|
|
Pokemon * unk_00;
|
|
u16 unk_04;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
Strbuf* unk_0C;
|
|
} UnkStruct_ov79_021D38D0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV79_021D38D0_H
|