mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 16:42:16 -04:00
Decompile aiIfObjHealthLessThan
This commit is contained in:
@@ -381,7 +381,7 @@
|
||||
/*0x0191*/ bool aiEepromUnset(void);
|
||||
/*0x0192*/ bool aiIfEepromSet(void);
|
||||
/*0x0193*/ bool aiIfEepromUnset(void);
|
||||
/*0x019e*/ bool ai019e(void);
|
||||
/*0x019e*/ bool aiIfObjHealthLessThan(void);
|
||||
/*0x019f*/ bool ai019f(void);
|
||||
/*0x01a0*/ bool ai01a0(void);
|
||||
/*0x01a1*/ bool ai01a1(void);
|
||||
|
||||
@@ -556,6 +556,8 @@ u32 menuhandler001a6a70(u32, u32, u32);
|
||||
u32 menuhandler001a6ea4(u32, u32, u32);
|
||||
u32 menuhandler001a6d4c(u32, u32, u32);
|
||||
|
||||
struct defaultobj *objFindByTagId(s32 tag_id);
|
||||
|
||||
char *textGet(u16 textid);
|
||||
|
||||
u32 getDifficulty(void);
|
||||
|
||||
+2
-2
@@ -238,13 +238,13 @@ struct defaultobj {
|
||||
/*0x08*/ u32 flags;
|
||||
/*0x0c*/ u32 flags2;
|
||||
/*0x10*/ u32 flags3;
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x14*/ struct position *pos;
|
||||
/*0x18*/ u32 unk18;
|
||||
/*0x1c*/ float realrot[9];
|
||||
/*0x40*/ u32 hidden;
|
||||
/*0x44*/ u32 unk44;
|
||||
/*0x48*/ u32 unk48;
|
||||
/*0x4c*/ u16 damage;
|
||||
/*0x4c*/ s16 damage;
|
||||
/*0x4e*/ u16 maxdamage;
|
||||
/*0x50*/ u32 shadecol;
|
||||
/*0x54*/ u32 nextcol;
|
||||
|
||||
Reference in New Issue
Block a user