mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-06 02:33:28 -05:00
32 lines
627 B
C
32 lines
627 B
C
#ifndef POKEPLATINUM_STRUCT_02030A80_H
|
|
#define POKEPLATINUM_STRUCT_02030A80_H
|
|
|
|
#include "struct_defs/struct_0202F298_sub1.h"
|
|
|
|
#include "easy_chat_sentence.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 {
|
|
EasyChatSentence unk_20_val1;
|
|
u16 unk_20_val2[40];
|
|
};
|
|
u8 unk_70[12];
|
|
UnkStruct_0202F298_sub1 unk_7C;
|
|
} UnkStruct_02030A80;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02030A80_H
|