Name a lot of functions about interactable objects

This commit is contained in:
Catobat
2023-04-28 23:36:33 +02:00
parent 04f4272b14
commit d5afe1f2dd
174 changed files with 359 additions and 357 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ typedef struct {
typedef struct {
/*0x00*/ u8 ignoreLayer; /* if bit 0 set, skip layer check for collision */
/*0x01*/ u8 interactCondition;
/*0x01*/ u8 type;
/*0x02*/ u8 interactDirections; /* lower 4 bits determine Link's allowed facing directions to interact, 0 to allow (0000WSEN) */
/*0x03*/ u8 kinstoneId;
/*0x04*/ const u8* customHitbox; /* if set, array contains x, y, width and height */