mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 13:07:27 -05:00
22 lines
388 B
C
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
|