mirror of
https://github.com/pret/pmd-sky.git
synced 2026-05-22 20:21:27 -05:00
AreMissionsEquivalent sub_0205D008 sub_0205CF58 sub_0205E1E8 IsMissionTypeSpecialEpisode sub_0205E258
14 lines
485 B
C
14 lines
485 B
C
#ifndef PMDSKY_MAIN_0205D11C_H
|
|
#define PMDSKY_MAIN_0205D11C_H
|
|
|
|
#include "dungeon.h"
|
|
#include "util.h"
|
|
#include "mission.h"
|
|
|
|
bool8 sub_0205CF58(enum mission_type type, union mission_subtype* subtype, struct dungeon_floor_pair* df_pair);
|
|
bool8 sub_0205D008(enum mission_type type, union mission_subtype* subtype, enum monster_id outlaw_backup_species, bool8 arg3);
|
|
bool8 sub_0205D11C(u32 r0, u32 r1, s16 r2);
|
|
bool8 sub_0205D1F4(struct mission *mission);
|
|
|
|
#endif //PMDSKY_MAIN_0205D11C_H
|