mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 03:35:20 -05:00
35 lines
636 B
C
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
|