diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-05 18:30:27 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-05 18:30:27 +0200 |
| commit | b6a94d5062076ce53a00609e1e661b9da9e7ee5b (patch) | |
| tree | f7763ad1a085a53f33a8616898c9436374f5d6ef /include/entity.h | |
| parent | f89bb66911372a067041b66d50ac8462b7e0bd97 (diff) | |
Use metatile enum
Diffstat (limited to 'include/entity.h')
| -rw-r--r-- | include/entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entity.h b/include/entity.h index dda579a0..8ecd0f95 100644 --- a/include/entity.h +++ b/include/entity.h @@ -184,7 +184,7 @@ typedef struct Entity_ { /*0x24*/ s16 speed; /**< Magnitude of speed. */ /*0x26*/ u8 spriteAnimation[3]; /*0x29*/ SpritePriority spritePriority; - /*0x2a*/ u16 collisions; /**< Collision flags for each direction. */ + /*0x2a*/ u16 collisions; /**< Collision flags for each direction. @see Collisions*/ /*0x2c*/ union SplitWord x; /**< X position, fixed point Q16.16. */ /*0x30*/ union SplitWord y; /**< Y position, fixed point Q16.16. */ /*0x34*/ union SplitWord z; /**< Z position, fixed point Q16.16. */ |
