Identify aiIfChrSameFloorDistanceToPadLessThan

This commit is contained in:
Ryan Dwyer
2019-11-08 20:52:19 +10:00
parent 8d9df0c45e
commit e2c65fc9c9
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1913,7 +1913,7 @@
u1, \
label,
#define if_chr_distance_to_pad_lt2(chr, pad, distance, label) \
#define if_chr_same_floor_distance_to_pad_lt(chr, pad, distance, label) \
mkshort(0x01df), \
chr, \
mkshort(pad), \
+1 -1
View File
@@ -442,7 +442,7 @@
/*0x01dc*/ bool aiRemoveWeaponFromInventory(void);
/*0x01dd*/ bool ai01dd(void);
/*0x01de*/ bool ai01de(void);
/*0x01df*/ bool ai01df(void);
/*0x01df*/ bool aiIfChrSameFloorDistanceToPadLessThan(void);
/*0x01e0*/ bool ai01e0(void);
#endif