diff options
| author | notyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com> | 2020-08-09 16:20:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-09 16:20:59 -0700 |
| commit | 149ae2e2d242909a982eebc05e95128698a13d0d (patch) | |
| tree | a46a3bf9c799f33ab489a1494e66097377c33ad6 /include/entity.h | |
| parent | 133984ad5b5b85c339095dcec2a0dc1a18533231 (diff) | |
| parent | 001845ba3a226c33ceb7479c1cf8bc5fa182700a (diff) | |
Merge branch 'master' into master
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 04e09d94..cf31480e 100644 --- a/include/entity.h +++ b/include/entity.h @@ -70,7 +70,7 @@ typedef struct Entity { /* */ u8 flipX : 2; //0x10 /* */ u8 flipY : 2; //0x40 /* */ } PACKED spriteOrientation; - /*0x1c*/ u8 filler[1]; + /*0x1c*/ u8 field_0x1c; /*0x1d*/ u8 field_0x1d; /*0x1e*/ u8 frameIndex; /*0x1f*/ u8 lastFrameIndex; |
