mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Rename aiIfAlarmActive to aiIfChrAlarmActive and decompile real aiIfAlarmActive
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user