mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-04 00:49:17 -04:00
Discover if_lift_at_stop AI command and attempt to decompile aiIfLiftAtStop
This commit is contained in:
@@ -3155,10 +3155,13 @@
|
||||
lift, \
|
||||
u1,
|
||||
|
||||
#define cmd018a(object, u1, label) \
|
||||
/**
|
||||
* Checks if the lift is stopped at the given stop number.
|
||||
*/
|
||||
#define if_lift_at_stop(lift, stopnum, label) \
|
||||
mkshort(0x018a), \
|
||||
object, \
|
||||
u1, \
|
||||
lift, \
|
||||
stopnum, \
|
||||
label,
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user