mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-03 14:26:38 -05:00
12 lines
324 B
C
12 lines
324 B
C
#ifndef POKEPLATINUM_STRUCT_DEF_POKEMON_INFO_DISPLAY_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_DEF_POKEMON_INFO_DISPLAY_SUB1_H
|
|
|
|
#include "string_gf.h"
|
|
|
|
typedef struct PokemonInfoDisplayStruct_sub1 {
|
|
int unk_00;
|
|
String *unk_04;
|
|
} PokemonInfoDisplayStruct_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_DEF_POKEMON_INFO_DISPLAY_SUB1_H
|