mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-19 10:48:21 -05:00
15 lines
283 B
C
15 lines
283 B
C
#ifndef POKEPLATINUM_STRUCT_0202E808_H
|
|
#define POKEPLATINUM_STRUCT_0202E808_H
|
|
|
|
typedef struct {
|
|
u8 dummy;
|
|
u8 padding_01;
|
|
u16 species;
|
|
u8 gender;
|
|
u8 language;
|
|
u8 metGame;
|
|
u8 numPokemonCaught;
|
|
} UnkStruct_0202E808;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202E808_H
|