mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Decompile func0f020d44
This commit is contained in:
@@ -466,7 +466,7 @@
|
||||
#define CONTROLMODE_24 7
|
||||
|
||||
#define COVERFLAG_0001 0x0001
|
||||
#define COVERFLAG_0002 0x0002
|
||||
#define COVERFLAG_0002 0x0002 // In use?
|
||||
#define COVERFLAG_0020 0x0020
|
||||
#define COVERFLAG_0040 0x0040
|
||||
#define COVERFLAG_0080 0x0080
|
||||
@@ -2048,7 +2048,7 @@
|
||||
#define OBJHFLAG_ACTIVATED_BY_BOND 0x00004000
|
||||
#define OBJHFLAG_ACTIVATED_BY_COOP 0x00040000
|
||||
#define OBJHFLAG_00100000 0x00100000
|
||||
#define OBJHFLAG_00200000 0x00200000
|
||||
#define OBJHFLAG_00200000 0x00200000 // Occupied chair?
|
||||
#define OBJHFLAG_00400000 0x00400000
|
||||
#define OBJHFLAG_04000000 0x04000000
|
||||
#define OBJHFLAG_GRABBED 0x08000000
|
||||
|
||||
@@ -12,7 +12,7 @@ void func0f01f378(void);
|
||||
s32 chrsGetNumFree(void);
|
||||
s16 getLowestUnusedChrId(void);
|
||||
struct prop *func0f020b14(struct prop *prop, struct model *model, struct coord *pos, s16 *rooms, f32 arg3, u8 *ailist);
|
||||
void func0f020d44(struct prop *prop, bool arg1);
|
||||
void func0f020d44(struct prop *prop, bool removechr);
|
||||
u32 func0f021258(void);
|
||||
void func0f02133c(struct chrdata *chr);
|
||||
void chrDoFlinchcntThing(struct chrdata *chr, f32 arg1);
|
||||
@@ -50,7 +50,7 @@ u32 func0f028e18(void);
|
||||
u32 func0f028e6c(void);
|
||||
u32 func0f028f7c(void);
|
||||
u32 func0f0291d4(void);
|
||||
u32 func0f0292bc(void);
|
||||
void func0f0292bc(struct prop *prop);
|
||||
u32 func0f02932c(void);
|
||||
u32 func0f0293ec(void);
|
||||
u32 func0f0294cc(void);
|
||||
|
||||
@@ -54,7 +54,7 @@ u32 func0f06803c(void);
|
||||
struct defaultobj *objFindByPadNum(s32 padnum);
|
||||
u32 func0f068218(void);
|
||||
void func0f0682dc(struct obj48 *obj48);
|
||||
u32 func0f0682fc(void);
|
||||
void func0f0682fc(struct prop *prop);
|
||||
u32 func0f068368(void);
|
||||
u32 func0f06843c(void);
|
||||
void func0f0685e4(struct prop *prop);
|
||||
|
||||
@@ -20,7 +20,7 @@ u32 func0f140b7c(void);
|
||||
u32 func0f140e20(void);
|
||||
u32 func0f1411b0(void);
|
||||
u32 func0f141234(void);
|
||||
u32 func0f14159c(void);
|
||||
void func0f14159c(struct prop *prop);
|
||||
u32 func0f141704(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user