mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
12 lines
299 B
C
12 lines
299 B
C
#ifndef GUARD_CODE_803C1D0_H
|
|
#define GUARD_CODE_803C1D0_H
|
|
|
|
#include "structs/str_mission_rewards.h"
|
|
#include "structs/str_wonder_mail.h"
|
|
|
|
u8 sub_803C1D0(DungeonLocation *, u8);
|
|
const u8 *GetMissionRankText(u8 index);
|
|
void sub_803C21C(WonderMail *, MissionRewards *);
|
|
|
|
#endif // GUARD_CODE_803C1D0_H
|