pmd-sky/include/run_dungeon_1.h
AnonymousRandomPerson 27630a7960 Decomped IsBossFight
2025-07-17 23:00:09 -04:00

11 lines
224 B
C

#ifndef PMDSKY_RUN_DUNGEON_1_H
#define PMDSKY_RUN_DUNGEON_1_H
#include "enums.h"
#include "util.h"
bool8 IsBossFight(enum fixed_room_id fixed_room_id);
bool8 IsCurrentFixedRoomBossFight();
#endif //PMDSKY_RUN_DUNGEON_1_H