Decompile roomIsVisibleByAibot

This commit is contained in:
Ryan Dwyer
2020-04-08 22:12:23 +10:00
parent 1a9b303da3
commit e6f79c816e
4 changed files with 11 additions and 32 deletions
+1
View File
@@ -1864,6 +1864,7 @@
#define ROOMFLAG_DISABLED 0x0001
#define ROOMFLAG_ACTIVE 0x0004
#define ROOMFLAG_0008 0x0008
#define ROOMFLAG_4000 0x4000
#define ROOMFLAG_8000 0x8000
+1 -1
View File
@@ -47,7 +47,7 @@ void boxCopy(struct screenbox *dst, struct screenbox *src);
bool roomIsActive(s32 room_id);
u32 func0f15d744(void);
bool roomIsVisibleByPlayer(s16 room, u32 playernum);
u32 func0f15d808(void);
bool roomIsVisibleByAibot(u32 room, u32 aibotindex);
u32 func0f15d870(void);
u32 func0f15d9a8(void);
u32 func0f15da00(void);