mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-23 18:44:57 -05:00
26 lines
522 B
C
26 lines
522 B
C
#include "wonder_mail.h"
|
|
|
|
struct subStruct_203B490
|
|
{
|
|
// size: 0xC
|
|
struct DungeonLocation dungeon;
|
|
u32 unk4;
|
|
u32 unk8;
|
|
};
|
|
|
|
|
|
struct unkStruct_203B490
|
|
{
|
|
// size: 0x330?
|
|
/* 0x0 */ struct WonderMail mailboxSlots[4];
|
|
/* 0x50 */ struct WonderMail pelipperBoardJobs[8];
|
|
/* 0xF0 */ struct WonderMail jobSlots[8];
|
|
u8 unk190[0x28];
|
|
u8 unk1B8[0x78];
|
|
struct subStruct_203B490 unk230[16];
|
|
u8 PKMNNewsReceived[56];
|
|
bool8 unk328;
|
|
};
|
|
|
|
extern struct unkStruct_203B490 *gUnknown_203B490;
|