mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-04 02:09:35 -04:00
Rename aiIfAlarmActive to aiIfChrAlarmActive and decompile real aiIfAlarmActive
This commit is contained in:
@@ -14006,8 +14006,8 @@ bool (*command_pointers[])(void) = {
|
||||
/*0x0036*/ aiRandom,
|
||||
/*0x0037*/ aiIfRandomLessThan,
|
||||
/*0x0038*/ aiIfRandomGreaterThan,
|
||||
/*0x0039*/ aiIfAlarmActivate,
|
||||
/*0x003a*/ ai003a,
|
||||
/*0x0039*/ aiIfChrAlarmActivate,
|
||||
/*0x003a*/ aiIfAlarmActive,
|
||||
/*0x003b*/ ai003b,
|
||||
/*0x003c*/ ai003c,
|
||||
/*0x003d*/ ai003d,
|
||||
|
||||
Reference in New Issue
Block a user