diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-28 23:36:33 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-28 23:36:33 +0200 |
| commit | d5afe1f2dd8721791779bfa790eaefd7c5bc42ab (patch) | |
| tree | 41dd7e6ff83e81ebbe7cc90049a6ec0831223000 /include/structures.h | |
| parent | 04f4272b14eaa9401f37af791065e81b3bdc222d (diff) | |
Name a lot of functions about interactable objects
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/structures.h b/include/structures.h index 9a50b897..eded84c7 100644 --- a/include/structures.h +++ b/include/structures.h @@ -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 */ |
