mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-18 09:55:06 -05:00
31 lines
620 B
C
31 lines
620 B
C
#ifndef POKEPLATINUM_STRUCT_02030A80_H
|
|
#define POKEPLATINUM_STRUCT_02030A80_H
|
|
|
|
#include "struct_defs/sentence.h"
|
|
#include "struct_defs/struct_0202F298_sub1.h"
|
|
|
|
typedef struct UnkStruct_02030A80_t {
|
|
u16 unk_00[8];
|
|
u32 id;
|
|
u8 gender;
|
|
u8 month;
|
|
u8 appearance;
|
|
u8 country;
|
|
u8 region;
|
|
u8 version;
|
|
u8 language;
|
|
u8 isEgg : 1;
|
|
u8 form : 7;
|
|
u16 species;
|
|
u8 unk_1E;
|
|
u8 unk_1F;
|
|
union {
|
|
Sentence unk_20_val1;
|
|
u16 unk_20_val2[40];
|
|
};
|
|
u8 unk_70[12];
|
|
UnkStruct_0202F298_sub1 unk_7C;
|
|
} UnkStruct_02030A80;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02030A80_H
|