mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
Decompile aiSubtractAlertness
This commit is contained in:
@@ -589,6 +589,11 @@
|
||||
value, \
|
||||
chr,
|
||||
|
||||
#define subtract_alertness(value, chr) \
|
||||
mkshort(0x008d), \
|
||||
value, \
|
||||
chr,
|
||||
|
||||
#define if_alertness(value, operator, label) \
|
||||
mkshort(0x008e), \
|
||||
value, \
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
/*0x008a*/ bool aiSetAlertness(void);
|
||||
/*0x008b*/ bool aiAddAlertness(void);
|
||||
/*0x008c*/ bool aiChrAddAlertness(void);
|
||||
/*0x008d*/ bool ai008d(void);
|
||||
/*0x008d*/ bool aiSubtractAlertness(void);
|
||||
/*0x008e*/ bool ai008e(void);
|
||||
/*0x008f*/ bool ai008f(void);
|
||||
/*0x0090*/ bool ai0090(void);
|
||||
|
||||
Reference in New Issue
Block a user