mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 00:14:10 -04:00
Decompile aiDestroyObject
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
/*0x0062*/ bool aiIfObjectHealthy(void);
|
||||
/*0x0063*/ bool aiIfChrActivatedObject(void);
|
||||
/*0x0065*/ bool ai0065(void);
|
||||
/*0x0066*/ bool ai0066(void);
|
||||
/*0x0066*/ bool aiDestroyObject(void);
|
||||
/*0x0067*/ bool ai0067(void);
|
||||
/*0x0068*/ bool ai0068(void);
|
||||
/*0x0069*/ bool ai0069(void);
|
||||
|
||||
@@ -62,7 +62,7 @@ u32 func0f068694(void);
|
||||
u32 func0f0686e0(void);
|
||||
u32 func0f0686f0(void);
|
||||
u32 func0f068760(void);
|
||||
u32 func0f0687b8(void);
|
||||
s32 func0f0687b8(struct defaultobj *obj);
|
||||
u32 func0f0687e4(void);
|
||||
u32 func0f0688f4(void);
|
||||
u32 func0f06896c(void);
|
||||
@@ -221,7 +221,7 @@ u32 func0f085050(void);
|
||||
u32 func0f085194(void);
|
||||
u32 func0f0851ec(void);
|
||||
u32 func0f085270(void);
|
||||
u32 func0f0852ac(void);
|
||||
void func0f0852ac(struct defaultobj *obj, float damage, struct coord *coord, s32 arg3, s32 arg4);
|
||||
u32 func0f0859a0(void);
|
||||
u32 func0f085e00(void);
|
||||
u32 func0f085eac(void);
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f129900(void);
|
||||
void func0f129900(struct position *pos, struct coord *coord, s16 room, s32 arg3, s32 arg4);
|
||||
u32 func0f129940(void);
|
||||
u32 func0f129b08(void);
|
||||
u32 func0f129ba4(void);
|
||||
@@ -21,7 +21,7 @@ u32 func0f12d3f0(void);
|
||||
u32 func0f12e1c0(void);
|
||||
u32 func0f12e454(void);
|
||||
u32 func0f12e5b0(void);
|
||||
u32 func0f12e714(void);
|
||||
void func0f12e714(struct position *pos, s32 arg1);
|
||||
u32 func0f12e74c(void);
|
||||
u32 func0f12e77c(void);
|
||||
u32 func0f12e820(void);
|
||||
|
||||
+2
-2
@@ -286,7 +286,7 @@ struct defaultobj {
|
||||
/*0x00*/ u16 extrascale;
|
||||
/*0x02*/ u8 hidden2;
|
||||
/*0x03*/ u8 type;
|
||||
/*0x04*/ u16 obj;
|
||||
/*0x04*/ s16 obj;
|
||||
/*0x06*/ s16 pad;
|
||||
/*0x08*/ u32 flags;
|
||||
/*0x0c*/ u32 flags2;
|
||||
@@ -298,7 +298,7 @@ struct defaultobj {
|
||||
/*0x44*/ u32 unk44;
|
||||
/*0x48*/ u32 unk48;
|
||||
/*0x4c*/ s16 damage;
|
||||
/*0x4e*/ u16 maxdamage;
|
||||
/*0x4e*/ s16 maxdamage;
|
||||
/*0x50*/ u32 shadecol;
|
||||
/*0x54*/ u32 nextcol;
|
||||
/*0x58*/ u16 floorcol;
|
||||
|
||||
Reference in New Issue
Block a user