mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 20:40:35 -04:00
Decompile roomIsVisibleByPlayer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user