pmd-sky/include/main_0205D11C.h
Zur3l 83f0f29ef9 Decomp 6 functions
AreMissionsEquivalent
sub_0205D008
sub_0205CF58
sub_0205E1E8
IsMissionTypeSpecialEpisode
sub_0205E258
2026-04-16 12:23:36 -04:00

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