pokeplatinum/include/struct_defs/struct_02030A80.h
Tai-disc b6bd5e4632
Some checks are pending
build / build (push) Waiting to run
Refactor struct_ov61_0222AFCC.h and struct_02030A80.h. (#1108)
2026-04-26 11:16:40 -07:00

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