mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-27 15:00:33 +00:00
25 lines
573 B
C
25 lines
573 B
C
#ifndef GUARD_WONDER_MAIL_802C10C_H
|
|
#define GUARD_WONDER_MAIL_802C10C_H
|
|
|
|
#include "constants/mailbox.h"
|
|
#include "structs/menu.h"
|
|
#include "structs/struct_sub80095e4.h"
|
|
|
|
// size: 0xA8
|
|
struct unkStruct_203B2E0
|
|
{
|
|
u8 pelipperBoardSlots[MAX_ACCEPTED_JOBS];
|
|
/* 0x8 */ struct_Sub80095E4_2 unk8;
|
|
};
|
|
|
|
void DrawPelipperBoardJobMenu(void);
|
|
bool8 HasNoPelipperBoardJobs(void);
|
|
|
|
bool8 sub_802C10C(s32, UnkTextStruct2_sub *, s32);
|
|
u32 sub_802C1E4(bool8);
|
|
u8 sub_802C26C(void);
|
|
void sub_802C28C(bool8 cursorSprite);
|
|
void sub_802C2D4(void);
|
|
|
|
#endif // GUARD_WONDER_MAIL_802C10C_H
|