pokeplatinum/include/struct_defs/struct_02097728.h
2025-06-22 10:53:21 -07:00

22 lines
388 B
C

#ifndef POKEPLATINUM_STRUCT_02097728_H
#define POKEPLATINUM_STRUCT_02097728_H
#include "struct_defs/mail.h"
#include "savedata.h"
typedef struct {
u16 unk_00;
u16 unk_02;
int unk_04;
int unk_08;
u16 unk_0C;
u8 unk_0E;
u8 unk_0F;
SaveData *saveData;
Mail *unk_14;
Mailbox *mailbox;
} UnkStruct_02097728;
#endif // POKEPLATINUM_STRUCT_02097728_H