mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-28 13:04:52 -05:00
31 lines
677 B
C
31 lines
677 B
C
#ifndef GUARD_CODE_80958E8_H
|
|
#define GUARD_CODE_80958E8_H
|
|
|
|
#include "wonder_mail.h"
|
|
#include "constants/mailbox.h"
|
|
|
|
struct subStruct_203B490
|
|
{
|
|
// size: 0xC
|
|
DungeonLocation dungeon;
|
|
u32 seed;
|
|
u32 unk8;
|
|
};
|
|
|
|
|
|
struct unkStruct_203B490
|
|
{
|
|
// size: 0x330?
|
|
/* 0x0 */ WonderMail mailboxSlots[NUM_MAILBOX_SLOTS];
|
|
/* 0x50 */ WonderMail pelipperBoardJobs[MAX_ACCEPTED_JOBS];
|
|
/* 0xF0 */ WonderMail jobSlots[MAX_ACCEPTED_JOBS];
|
|
u8 unk190[0x28];
|
|
u8 unk1B8[0x78];
|
|
struct subStruct_203B490 unk230[16];
|
|
u8 PKMNNewsReceived[NUM_POKEMON_NEWS];
|
|
bool8 unk328;
|
|
};
|
|
|
|
extern struct unkStruct_203B490 *gUnknown_203B490;
|
|
|
|
#endif // GUARD_CODE_80958E8_H
|