mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 08:22:08 -04:00
Attempt to decompile func0f08ed74
This commit is contained in:
@@ -672,7 +672,7 @@
|
||||
// obj->flags3
|
||||
#define OBJECTFLAG2_PUSHABLE 0x00000001
|
||||
#define OBJECTFLAG2_GRABBABLE 0x00000002
|
||||
#define OBJECTFLAG2_00000004 0x00000004 // Not used in scripts
|
||||
#define OBJECTFLAG2_00000004 0x00000004 // Related to doors
|
||||
#define OBJECTFLAG2_00000008 0x00000008 // Not used in scripts
|
||||
#define OBJECTFLAG2_00000010 0x00000010 // Used heaps
|
||||
#define OBJECTFLAG2_00000020 0x00000020 // Not used in scripts
|
||||
|
||||
@@ -105,7 +105,7 @@ u32 func0f06c28c(void);
|
||||
u32 func0f06c8ac(void);
|
||||
u32 func0f06cd00(void);
|
||||
u32 func0f06d37c(void);
|
||||
u32 func0f06d90c(void);
|
||||
void func0f06d90c(f32 *frac, f32 maxfrac, f32 *fracspeed, f32 accel, f32 decel, f32 maxspeed);
|
||||
u32 func0f06db00(void);
|
||||
u32 func0f06dbd8(void);
|
||||
u32 func0f06e87c(void);
|
||||
@@ -315,8 +315,8 @@ u32 func0f08e6bc(void);
|
||||
u32 func0f08e794(void);
|
||||
u32 func0f08e8ac(void);
|
||||
u32 func0f08e9e4(void);
|
||||
u32 func0f08ea50(void);
|
||||
u32 func0f08ed74(void);
|
||||
void func0f08ea50(struct doorobj *door);
|
||||
bool func0f08ed74(struct doorobj *door);
|
||||
u32 func0f08f11c(void);
|
||||
u32 func0f08f538(void);
|
||||
u32 func0f08f604(void);
|
||||
@@ -351,7 +351,7 @@ u32 func0f0923d4(void);
|
||||
u32 func0f092420(void);
|
||||
u32 func0f092484(void);
|
||||
u32 func0f092610(void);
|
||||
u32 func0f0926bc(struct prop *prop, u32 arg1, u32 arg2);
|
||||
void func0f0926bc(struct prop *prop, u32 arg1, s32 arg2);
|
||||
s32 func0f0927d4(f32 arg0, f32 arg1, f32 arg2, f32 arg3, s16 arg4);
|
||||
s32 func0f092914(s32 arg0);
|
||||
u32 func0f09294c(void);
|
||||
|
||||
+3
-3
@@ -700,9 +700,9 @@ struct doorobj { // objtype 0x01
|
||||
struct defaultobj base;
|
||||
/*0x5c*/ f32 maxfrac;
|
||||
/*0x60*/ f32 perimfrac;
|
||||
/*0x64*/ u32 accel;
|
||||
/*0x68*/ u32 decel;
|
||||
/*0x6c*/ u32 maxspeed;
|
||||
/*0x64*/ f32 accel;
|
||||
/*0x68*/ f32 decel;
|
||||
/*0x6c*/ f32 maxspeed;
|
||||
/*0x70*/ u16 doorflags;
|
||||
/*0x72*/ u16 doortype;
|
||||
/*0x74*/ u32 keyflags;
|
||||
|
||||
Reference in New Issue
Block a user