mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
25 lines
561 B
C
25 lines
561 B
C
#ifndef GUARD_CODE_802DB28_H
|
|
#define GUARD_CODE_802DB28_H
|
|
|
|
#include "structs/str_mon_portrait.h"
|
|
#include "structs/str_text.h"
|
|
#include "structs/str_wonder_mail.h"
|
|
|
|
// size: 0xA8
|
|
struct unkStruct_203B2FC
|
|
{
|
|
/* 0x0 */ u32 state;
|
|
/* 0x4 */ u32 fallbackState;
|
|
unkStruct_802F204 unk8;
|
|
/* 0x30 */ u8 jobSlotIndex;
|
|
/* 0x34 */ WonderMail *jobInfo;
|
|
/* 0x38 */ MonPortraitMsg monPortrait;
|
|
WindowTemplates unk48;
|
|
};
|
|
|
|
bool8 sub_802DB28(u8 jobSlotIndex, u8 dungeon);
|
|
u32 sub_802DBD4(void);
|
|
void sub_802DC00(void);
|
|
|
|
#endif // GUARD_CODE_802DB28_H
|