Decompile aiSubtractAlertness

This commit is contained in:
Ryan Dwyer
2019-10-19 14:00:27 +10:00
parent 1f4f9ff96d
commit 64c7f1f2cb
4 changed files with 15 additions and 25 deletions
+5
View File
@@ -589,6 +589,11 @@
value, \
chr,
#define subtract_alertness(value, chr) \
mkshort(0x008d), \
value, \
chr,
#define if_alertness(value, operator, label) \
mkshort(0x008e), \
value, \
+1 -1
View File
@@ -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);