mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Modify some AI command handlers so rodata isn't explicitly defined in global scope and decompile aiIfChrInSquadronDoingAction
This commit is contained in:
+1
-1
@@ -586,7 +586,7 @@ struct chrdata {
|
||||
/*0x291*/ u8 goposhitcount;
|
||||
/*0x292*/ s16 cover;
|
||||
/*0x294*/ struct coord targetlastseenp;
|
||||
/*0x2a0*/ u8 myaction;
|
||||
/*0x2a0*/ u8 myaction[1];
|
||||
/*0x2a1*/ u8 orders;
|
||||
/*0x2a2*/ u8 squadron;
|
||||
/*0x2a3*/ u8 listening;
|
||||
|
||||
Reference in New Issue
Block a user