Decompile aiSetShield

This commit is contained in:
Ryan Dwyer
2020-02-16 10:59:33 +10:00
parent b80739fa4d
commit 5f0b2fb3b9
4 changed files with 19 additions and 51 deletions
+2 -2
View File
@@ -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.
+1 -1
View File
@@ -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);