You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
fix memory.c and add ucode_small flag
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
#define OBJ_FLAG_SILHOUETTE (1 << 19) // 0x00080000
|
||||
#define OBJ_FLAG_OCCLUDE_SILHOUETTE (1 << 20) // 0x00100000
|
||||
#define OBJ_FLAG_OPACITY_FROM_CAMERA_DIST (1 << 21) // 0x00200000
|
||||
#define OBJ_FLAG_UCODE_SMALL (1 << 22) // 0x00400000
|
||||
#define OBJ_FLAG_HITBOX_WAS_SET (1 << 30) // 0x40000000
|
||||
|
||||
/* oHeldState */
|
||||
|
||||
Reference in New Issue
Block a user