fix memory.c and add ucode_small flag

This commit is contained in:
Fazana
2021-09-30 15:24:44 +01:00
parent d79dd5a51f
commit a8fd8c5172
4 changed files with 16 additions and 5 deletions

View File

@@ -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 */