pokeplatinum/include/struct_defs/struct_0202FAA8.h
Rachel 632f43a4f8
Document enc_effects.c (#13)
Also documented the structs used by this file and the used member fields elsewhere.
2023-07-06 07:52:11 -07:00

35 lines
636 B
C

#ifndef POKEPLATINUM_STRUCT_0202FAA8_H
#define POKEPLATINUM_STRUCT_0202FAA8_H
#include "struct_defs/trainer_data.h"
typedef struct {
u32 unk_00;
int unk_04;
int unk_08[4];
TrainerData unk_18[4];
int unk_E8;
int unk_EC;
int unk_F0;
int unk_F4;
int unk_F8;
int unk_FC;
int unk_100;
int unk_104;
int unk_108;
int unk_10C;
int unk_110;
u32 unk_114[4];
u32 unk_124;
int unk_128;
u32 unk_12C;
u32 unk_130;
int unk_134[4];
u16 unk_144;
u16 unk_146;
int unk_148;
u8 unk_14C[4];
} UnkStruct_0202FAA8;
#endif // POKEPLATINUM_STRUCT_0202FAA8_H