mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-05 03:07:25 -04:00
Decompile aiIfPathStarted
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
/*0x0020*/ bool aiRunToPad(void);
|
||||
/*0x0021*/ bool aiSetPath(void);
|
||||
/*0x0022*/ bool aiStartPath(void);
|
||||
/*0x0023*/ bool ai0023(void);
|
||||
/*0x0023*/ bool aiIfPathStarted(void);
|
||||
/*0x0024*/ bool aiSurrender(void);
|
||||
/*0x0025*/ bool aiFadeOut(void);
|
||||
/*0x0026*/ bool aiRemoveChr(void);
|
||||
|
||||
+4
-1
@@ -59,7 +59,10 @@ struct chrdata {
|
||||
/*0x058*/ void *unk058;
|
||||
/*0x05c*/ u32 unk05c;
|
||||
/*0x060*/ u32 unk060;
|
||||
/*0x064*/ u32 unk064;
|
||||
/*0x064*/ u8 unk064;
|
||||
/*0x066*/ u8 unk065;
|
||||
/*0x066*/ u8 unk066;
|
||||
/*0x067*/ u8 unk067;
|
||||
/*0x068*/ u32 unk068;
|
||||
/*0x06c*/ u32 unk06c;
|
||||
/*0x070*/ u32 unk070;
|
||||
|
||||
Reference in New Issue
Block a user