mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-02 19:35:52 -04:00
Decompile aiSetPadPreset
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
/*0x00af*/ bool ai00af(void);
|
||||
/*0x00b0*/ bool aiSetChrPreset(void);
|
||||
/*0x00b1*/ bool aiSetChrTarget(void);
|
||||
/*0x00b2*/ bool ai00b2(void);
|
||||
/*0x00b2*/ bool aiSetPadPreset(void);
|
||||
/*0x00b3*/ bool ai00b3(void);
|
||||
/*0x00b4*/ bool ai00b4(void);
|
||||
/*0x00b5*/ bool ai00b5(void);
|
||||
|
||||
+2
-1
@@ -294,7 +294,8 @@ struct tag {
|
||||
|
||||
struct otheraidata {
|
||||
/*0x00*/ u32 unk00;
|
||||
/*0x04*/ u32 unk04;
|
||||
/*0x04*/ u16 unk04;
|
||||
/*0x06*/ u16 padpreset1;
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x0c*/ u32 unk0c;
|
||||
/*0x10*/ u32 unk10;
|
||||
|
||||
Reference in New Issue
Block a user