summaryrefslogtreecommitdiff
path: root/src/status_checker.c
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-20 22:51:36 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-20 22:51:36 -0500
commitec6abc684ebc571fc186ca61f1410770ea17fa14 (patch)
tree6159c9e9bf9d2d39288cbd3931578a0e76d64e1e /src/status_checker.c
parent7c714bd14e68ee9528512108e8b2cbd7f9da46c7 (diff)
Decomped HasQuarterHPOrLess
Diffstat (limited to 'src/status_checker.c')
-rw-r--r--src/status_checker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/status_checker.c b/src/status_checker.c
index 6f521f1..e0bf251 100644
--- a/src/status_checker.c
+++ b/src/status_checker.c
@@ -95,7 +95,6 @@ const u8 gDungeonCamouflageTypes[76] = {
TYPE_ROCK
};
-extern bool8 HasQuarterHPOrLess(struct DungeonEntity*);
extern bool8 IsTileGround(struct MapTile*);
extern bool8 CanLayTrap(struct Position*);