summaryrefslogtreecommitdiff
path: root/src/status_checker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/status_checker.c')
-rw-r--r--src/status_checker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status_checker.c b/src/status_checker.c
index 7fbfc51..612e6cd 100644
--- a/src/status_checker.c
+++ b/src/status_checker.c
@@ -5,6 +5,7 @@
#include "constants/status.h"
#include "constants/type.h"
#include "constants/weather.h"
+#include "dungeon_engine.h"
#include "dungeon_global_data.h"
#include "dungeon_pokemon_attributes.h"
#include "dungeon_util.h"
@@ -93,7 +94,6 @@ const u8 gDungeonCamouflageTypes[76] = {
TYPE_ROCK
};
-extern bool8 IsBossBattle();
extern u8 GetWeather(struct DungeonEntity*);
extern bool8 HasQuarterHPOrLess(struct DungeonEntity*);
extern bool8 IsTileGround(struct MapTile*);