mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Discover aiIfPlayerUsingCmpOrAr34
This commit is contained in:
@@ -1185,10 +1185,7 @@
|
||||
mkshort(0x0125), \
|
||||
label,
|
||||
|
||||
// Looks at the first element in some struct array,
|
||||
// and checks if field 0x640 is nonzero.
|
||||
// globals.s only
|
||||
#define cmd0126_if_something(label) \
|
||||
#define if_player_using_cmp150_or_ar34(label) \
|
||||
mkshort(0x0126), \
|
||||
label,
|
||||
|
||||
|
||||
@@ -294,7 +294,7 @@
|
||||
/*0x0123*/ bool ai0123(void);
|
||||
/*0x0124*/ bool ai0124(void);
|
||||
/*0x0125*/ bool ai0125(void);
|
||||
/*0x0126*/ bool ai0126(void);
|
||||
/*0x0126*/ bool aiIfPlayerUsingCmpOrAr34(void);
|
||||
/*0x0127*/ bool ai0127(void);
|
||||
/*0x0128*/ bool ai0128(void);
|
||||
/*0x0129*/ bool ai0129(void);
|
||||
|
||||
Reference in New Issue
Block a user