diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-14 23:26:56 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-14 23:26:56 -0500 |
commit | da8fcb2ac85554bb099dff69f1d0ec1226156afd (patch) | |
tree | c508aa56c680a67d88fe0458f14c66ddec372be3 /src/code_80521D0_1.c | |
parent | b458476078a75905b2cd081455ce18b51d571c79 (diff) |
Decomped CanSee()
Diffstat (limited to 'src/code_80521D0_1.c')
-rw-r--r-- | src/code_80521D0_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_80521D0_1.c b/src/code_80521D0_1.c index ab497b8..b859485 100644 --- a/src/code_80521D0_1.c +++ b/src/code_80521D0_1.c @@ -4,6 +4,7 @@ #include "dungeon_global_data.h" #include "dungeon_entity.h" #include "dungeon_random.h" +#include "dungeon_util.h" #include "friend_area.h" #include "map.h" #include "pokemon.h" @@ -95,7 +96,6 @@ extern void sub_8042B0C(struct DungeonEntity *); extern void SetFacingDirection(struct DungeonEntity *, u32); extern void DisplayDungeonDialogue(u32 *); extern void sub_803E708(u32, u32); -extern u8 EntityExists(struct DungeonEntity *); extern u8 HasRecruitedMon(u32); extern u8 sub_806FD18(struct DungeonEntity *); extern u8 sub_8083E74(u32); |