From 529101a363fa110651be0c19a311808e02849487 Mon Sep 17 00:00:00 2001 From: Jeremy Clarke Date: Mon, 31 May 2021 02:06:10 +0100 Subject: [PATCH] Fix attr0_wide/tall doc typo --- include/tonc_memdef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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