mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-04 16:45:45 -05:00
12 lines
243 B
C
12 lines
243 B
C
#ifndef POKEPLATINUM_STRUCT_02090800_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_02090800_SUB1_H
|
|
|
|
#include "strbuf.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
Strbuf *unk_04;
|
|
} PokemonInfoDisplayStruct_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02090800_SUB1_H
|