Rename aiIfAlarmActive to aiIfChrAlarmActive and decompile real aiIfAlarmActive

This commit is contained in:
Ryan Dwyer
2019-10-08 19:49:10 +10:00
parent 2bbbf77d0d
commit 72978c522d
3 changed files with 16 additions and 36 deletions
+2 -2
View File
@@ -60,8 +60,8 @@
/*0x0036*/ bool aiRandom(void);
/*0x0037*/ bool aiIfRandomLessThan(void);
/*0x0038*/ bool aiIfRandomGreaterThan(void);
/*0x0039*/ bool aiIfAlarmActivate(void);
/*0x003a*/ bool ai003a(void);
/*0x0039*/ bool aiIfChrAlarmActivate(void);
/*0x003a*/ bool aiIfAlarmActive(void);
/*0x003b*/ bool ai003b(void);
/*0x003c*/ bool ai003c(void);
/*0x003d*/ bool ai003d(void);