From 9295f9c7136c8daed89455f6a8abaf48be7f9970 Mon Sep 17 00:00:00 2001 From: Justin Scofield Date: Mon, 18 Jul 2022 19:21:27 -0400 Subject: [PATCH] Add tilesheet constants --- src/app/core/constants.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/core/constants.h b/src/app/core/constants.h index d8a722e1..e3ae6956 100644 --- a/src/app/core/constants.h +++ b/src/app/core/constants.h @@ -105,6 +105,10 @@ constexpr int gfx_3_pointer = 0x679A; // D13E ; 00513E constexpr int hud_palettes = 0xDD660; constexpr int maxGfx = 0xC3FB5; +constexpr int kTilesheetWidth = 128; +constexpr int kTilesheetHeight = 32; +constexpr int kTilesheetDepth = 8; + // =========================================================================================== // Overworld Related Variables // ===========================================================================================