mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Decompile aiIfNumArghsLessThan, aiIfNumArghsGreaterThan and chrGetNumArghs
This commit is contained in:
@@ -365,7 +365,7 @@ s32 func0f0495d0(struct chrdata *chr, s32 pad_id);
|
||||
u32 func0f049644(void);
|
||||
u32 func0f049fcc(struct chrdata *chr);
|
||||
u32 func0f04a0e4(struct chrdata *chr);
|
||||
u32 func0f04a100(void);
|
||||
s32 chrGetNumArghs(struct chrdata *chr);
|
||||
u32 func0f04a108(void);
|
||||
u32 func0f04a110(struct chrdata *chr, u32 arg1);
|
||||
u32 func0f04a1ac(struct chrdata *chr, u32 arg1);
|
||||
|
||||
@@ -127,8 +127,8 @@
|
||||
/*0x007a*/ bool aiIfUptimeGreaterThan(void);
|
||||
/*0x007b*/ bool aiIfStageIdLessThan(void);
|
||||
/*0x007c*/ bool aiIfStageIdGreaterThan(void);
|
||||
/*0x007d*/ bool ai007d(void);
|
||||
/*0x007e*/ bool ai007e(void);
|
||||
/*0x007d*/ bool aiIfNumArghsLessThan(void);
|
||||
/*0x007e*/ bool aiIfNumArghsGreaterThan(void);
|
||||
/*0x007f*/ bool ai007f(void);
|
||||
/*0x0080*/ bool ai0080(void);
|
||||
/*0x0081*/ bool ai0081(void);
|
||||
|
||||
+2
-2
@@ -89,8 +89,8 @@ struct chrdata {
|
||||
/*0x007*/ s8 actiontype;
|
||||
/*0x008*/ u8 sleep;
|
||||
/*0x009*/ u8 invalidmove;
|
||||
/*0x00a*/ u8 numclosearghs;
|
||||
/*0x00b*/ u8 numarghs;
|
||||
/*0x00a*/ s8 numclosearghs;
|
||||
/*0x00b*/ s8 numarghs;
|
||||
/*0x00c*/ u8 fadealpha;
|
||||
/*0x00d*/ s8 arghrating;
|
||||
/*0x00e*/ u8 aimendcount;
|
||||
|
||||
Reference in New Issue
Block a user