mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-30 18:51:34 -04:00
Decompile aiSetAccuracy
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
/*0x0097*/ bool ai0097(void);
|
||||
/*0x0098*/ bool aiSetReactionSpeed(void);
|
||||
/*0x0099*/ bool aiSetRecoverySpeed(void);
|
||||
/*0x009a*/ bool ai009a(void);
|
||||
/*0x009a*/ bool aiSetAccuracy(void);
|
||||
/*0x009b*/ bool ai009b(void);
|
||||
/*0x009c*/ bool ai009c(void);
|
||||
/*0x009d*/ bool ai009d(void);
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ struct bitfielddata {
|
||||
|
||||
struct chrdata {
|
||||
/*0x000*/ s16 chrnum;
|
||||
/*0x002*/ u8 accuracyrating;
|
||||
/*0x002*/ s8 accuracyrating;
|
||||
/*0x003*/ s8 speedrating;
|
||||
/*0x004*/ u16 firecount;
|
||||
/*0x006*/ u8 headnum;
|
||||
|
||||
Reference in New Issue
Block a user