Automatically get optimal collision distance

This commit is contained in:
Arceveti
2021-09-04 09:59:30 -07:00
parent 5be32f1c24
commit 4c655bfdc0
5 changed files with 41 additions and 3 deletions

View File

@@ -44,6 +44,9 @@
#define OBJ_FLAG_COMPUTE_ANGLE_TO_MARIO (1 << 13) // 0x00002000
#define OBJ_FLAG_PERSISTENT_RESPAWN (1 << 14) // 0x00004000
#define OBJ_FLAG_8000 (1 << 15) // 0x00008000
#ifdef AUTO_COLLISION_DISTANCE
#define OBJ_FLAG_DONT_CALC_COLL_DIST (1 << 16) // 0x00010000
#endif
#define OBJ_FLAG_HITBOX_WAS_SET (1 << 30) // 0x40000000
/* oHeldState */