mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
12 lines
316 B
C
12 lines
316 B
C
#ifndef GUARD_DUNGEON_EXIT_H
|
|
#define GUARD_DUNGEON_EXIT_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void SetUpDungeonExitData(s16 dungeonExitReason, Entity *target, Entity *entity);
|
|
bool8 IsUnsuccessfulDungeonExit(void);
|
|
bool8 sub_8083C50(void);
|
|
bool8 sub_8083C88(u8 dungeonMissionKind);
|
|
|
|
#endif // GUARD_DUNGEON_EXIT_H
|