diff --git a/include/tonc_memdef.h b/include/tonc_memdef.h index 38c80b4..c63f231 100644 --- a/include/tonc_memdef.h +++ b/include/tonc_memdef.h @@ -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 > width) -#define ATTR0_TALL 0x8000 //!< Wide shape (height < width) +#define ATTR0_WIDE 0x4000 //!< Wide shape (height < width) +#define ATTR0_TALL 0x8000 //!< Tall shape (height > width) #define ATTR0_Y_MASK 0x00FF #define ATTR0_Y_SHIFT 0