Decompile aiIfMoraleLessThanRandom

This commit is contained in:
Ryan Dwyer
2019-10-19 13:52:42 +10:00
parent ecdad8931d
commit e259b6d513
4 changed files with 18 additions and 32 deletions
+4
View File
@@ -572,6 +572,10 @@
value, \
label,
#define if_morale_lt_random(label) \
mkshort(0x0089), \
label,
#define set_alertness(value) \
mkshort(0x008a), \
value,
+1 -1
View File
@@ -139,7 +139,7 @@
/*0x0086*/ bool aiChrAddMorale(void);
/*0x0087*/ bool aiSubtractMorale(void);
/*0x0088*/ bool aiIfMoraleLessThan(void);
/*0x0089*/ bool ai0089(void);
/*0x0089*/ bool aiIfMoraleLessThanRandom(void);
/*0x008a*/ bool ai008a(void);
/*0x008b*/ bool ai008b(void);
/*0x008c*/ bool ai008c(void);