mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-26 12:15:59 -05:00
12 lines
221 B
C
12 lines
221 B
C
#ifndef POKEPLATINUM_STRUCT_020711C8_H
|
|
#define POKEPLATINUM_STRUCT_020711C8_H
|
|
|
|
#include "pokemon.h"
|
|
|
|
typedef struct {
|
|
Pokemon *unk_00;
|
|
void *unk_04;
|
|
} UnkStruct_020711C8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020711C8_H
|