Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/tonc_memdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,8 @@
#define ATTR0_4BPP 0 //!< Use 4bpp (16 color) tiles
#define ATTR0_8BPP 0x2000 //!< Use 8bpp (256 color) tiles
#define ATTR0_SQUARE 0 //!< Square shape
#define ATTR0_WIDE 0x4000 //!< Tall shape (height &gt; width)
#define ATTR0_TALL 0x8000 //!< Wide shape (height &lt; width)
#define ATTR0_WIDE 0x4000 //!< Wide shape (height &lt; width)
#define ATTR0_TALL 0x8000 //!< Tall shape (height &gt; width)

#define ATTR0_Y_MASK 0x00FF
#define ATTR0_Y_SHIFT 0
Expand Down