mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-01 03:00:09 -04:00
Decompile aiSetShield
This commit is contained in:
@@ -2312,9 +2312,9 @@
|
||||
/**
|
||||
* Set the shield amount for the current chr.
|
||||
*/
|
||||
#define set_shield(value) \
|
||||
#define set_shield(amount) \
|
||||
mkshort(0x010e), \
|
||||
mkshort(value),
|
||||
mkshort(amount),
|
||||
|
||||
/**
|
||||
* Checks if the chr's shield amount is less than the given value.
|
||||
|
||||
@@ -270,7 +270,7 @@
|
||||
/*0x010b*/ bool aiChrSetTeam(void);
|
||||
/*0x010c*/ bool aiIfCompareChrPresetsTeam(void);
|
||||
/*0x010d*/ bool aiNoOp010d(void);
|
||||
/*0x010e*/ bool ai010e(void);
|
||||
/*0x010e*/ bool aiSetShield(void);
|
||||
/*0x010f*/ bool aiIfChrShieldLessThan(void);
|
||||
/*0x0110*/ bool aiIfChrShieldGreaterThan(void);
|
||||
/*0x0111*/ bool aiSetCameraAnimation(void);
|
||||
|
||||
Reference in New Issue
Block a user