mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
30 lines
746 B
C
30 lines
746 B
C
#ifndef GUARD_CODE_80958E8_H
|
|
#define GUARD_CODE_80958E8_H
|
|
|
|
#include "constants/mailbox.h"
|
|
#include "structs/str_wonder_mail.h"
|
|
|
|
// size: 0xC
|
|
typedef struct subStruct_203B490
|
|
{
|
|
/* 0x0 */ DungeonLocation dungeon;
|
|
/* 0x4 */ u32 seed;
|
|
u32 unk8;
|
|
} subStruct_203B490;
|
|
|
|
// size: 0x32C?
|
|
typedef struct unkStruct_203B490
|
|
{
|
|
/* 0x0 */ WonderMail mailboxSlots[NUM_MAILBOX_SLOTS];
|
|
/* 0x50 */ WonderMail pelipperBoardJobs[MAX_ACCEPTED_JOBS];
|
|
/* 0xF0 */ WonderMail jobSlots[MAX_ACCEPTED_JOBS];
|
|
u8 unk190[40];
|
|
u8 unk1B8[120];
|
|
subStruct_203B490 unk230[16];
|
|
/* 0x2F0 */ u8 PKMNNewsReceived[NUM_POKEMON_NEWS];
|
|
bool8 unk328;
|
|
} unkStruct_203B490;
|
|
|
|
extern unkStruct_203B490 *gUnknown_203B490;
|
|
|
|
#endif // GUARD_CODE_80958E8_H
|