diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-01 13:37:22 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-01 13:37:22 -0400 |
commit | ae4e56b93b24494c2ce1773498bbaf61d8d602dd (patch) | |
tree | 1d65f9430aa13b2a6160bfaef3c144c9ffa4bc3f /include/sprite.h | |
parent | bfd7a6d66af787f5d8e15e0556f3155536a6878e (diff) |
Fix mistakes
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sprite.h b/include/sprite.h index d96050f6d..f7a21ef46 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -208,7 +208,7 @@ struct Sprite /*0x3E*/ u16 inUse:1; //1 u16 coordOffsetEnabled:1; //2 - bool16 invisible:1; //4 + bool16 invisible:1; //4 u16 flags_3:1; //8 u16 flags_4:1; //0x10 u16 flags_5:1; //0x20 |