pmd-red/include/code_802DB28.h
2025-03-02 15:24:33 +01:00

26 lines
582 B
C

#ifndef GUARD_CODE_802DB28_H
#define GUARD_CODE_802DB28_H
#include "file_system.h"
#include "structs/str_text.h"
#include "structs/str_wonder_mail.h"
#include "string_format.h"
// size: 0xA8
struct unkStruct_203B2FC
{
/* 0x0 */ u32 state;
/* 0x4 */ u32 fallbackState;
unkStruct_802F204 unk8;
/* 0x30 */ u8 jobSlotIndex;
/* 0x34 */ WonderMail *jobInfo;
/* 0x38 */ struct MonPortraitMsg monPortrait;
WindowTemplates unk48;
};
bool8 sub_802DB28(u8 jobSlotIndex, u8 dungeon);
u32 sub_802DBD4(void);
void sub_802DC00(void);
#endif // GUARD_CODE_802DB28_H