mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-20 15:31:10 -04:00
Decompile roomIsVisibleByAibot
This commit is contained in:
@@ -1864,6 +1864,7 @@
|
||||
|
||||
#define ROOMFLAG_DISABLED 0x0001
|
||||
#define ROOMFLAG_ACTIVE 0x0004
|
||||
#define ROOMFLAG_0008 0x0008
|
||||
#define ROOMFLAG_4000 0x4000
|
||||
#define ROOMFLAG_8000 0x8000
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user