Add tilesheet constants

This commit is contained in:
Justin Scofield
2022-07-18 19:21:27 -04:00
parent 6bdbf7a18f
commit 9295f9c713

View File

@@ -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
// ===========================================================================================