mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-10 10:54:04 -04:00
Decompile aiChrKill
This commit is contained in:
@@ -220,7 +220,7 @@
|
||||
#define CHRFLAG3_UNPLAYABLE 0x00800000
|
||||
#define CHRFLAG3_01000000 0x01000000 // Typically set on allies during init
|
||||
#define CHRFLAG3_02000000 0x02000000 // can be unset by cmd0168
|
||||
#define CHRFLAG3_04000000 0x04000000
|
||||
#define CHRFLAG3_04000000 0x04000000 // Set by aiChrKill command
|
||||
#define CHRFLAG3_08000000 0x08000000 // Not used in scripts
|
||||
#define CHRFLAG3_10000000 0x10000000 // Not used in scripts
|
||||
#define CHRFLAG3_20000000 0x20000000 // Not used in scripts
|
||||
|
||||
@@ -438,7 +438,7 @@
|
||||
/*0x01d8*/ bool ai01d8(void);
|
||||
/*0x01d9*/ bool ai01d9(void);
|
||||
/*0x01da*/ bool ai01da(void);
|
||||
/*0x01db*/ bool ai01db(void);
|
||||
/*0x01db*/ bool aiChrKill(void);
|
||||
/*0x01dc*/ bool ai01dc(void);
|
||||
/*0x01dd*/ bool ai01dd(void);
|
||||
/*0x01de*/ bool ai01de(void);
|
||||
|
||||
+1
-1
@@ -84,7 +84,7 @@ struct chrdata {
|
||||
/*0x02c*/ u32 unk02c;
|
||||
/*0x030*/ u32 unk030;
|
||||
/*0x034*/ u32 unk034;
|
||||
/*0x038*/ u32 unk038;
|
||||
/*0x038*/ s32 unk038;
|
||||
/*0x03c*/ u32 unk03c;
|
||||
/*0x040*/ u32 unk040;
|
||||
/*0x044*/ u32 unk044;
|
||||
|
||||
Reference in New Issue
Block a user