Decompile roomIsVisibleByPlayer

This commit is contained in:
Ryan Dwyer
2020-04-08 22:14:08 +10:00
parent e6f79c816e
commit 4e7fc03cfe
2 changed files with 9 additions and 31 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void boxExpand(struct screenbox *a, struct screenbox *b);
void boxCopy(struct screenbox *dst, struct screenbox *src);
bool roomIsActive(s32 room_id);
u32 func0f15d744(void);
bool roomIsVisibleByPlayer(s16 room, u32 playernum);
bool roomIsVisibleByPlayer(u32 room, u32 playernum);
bool roomIsVisibleByAibot(u32 room, u32 aibotindex);
u32 func0f15d870(void);
u32 func0f15d9a8(void);