From 1e2c95d35bb4c6fc66182e873caf415862c7da08 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Thu, 8 Feb 2018 13:16:13 +0100 Subject: Misc formatting and labeling --- src/constants/misc_constants.asm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/constants') diff --git a/src/constants/misc_constants.asm b/src/constants/misc_constants.asm index 11693b4..422fda4 100644 --- a/src/constants/misc_constants.asm +++ b/src/constants/misc_constants.asm @@ -1,3 +1,11 @@ +; screen size +SCREEN_WIDTH EQU 20 ; tiles +SCREEN_HEIGHT EQU 18 ; tiles + +; background map size +BG_MAP_WIDTH EQU 32 ; tiles +BG_MAP_HEIGHT EQU 32 ; tiles + ; console types (for wConsole) CONSOLE_DMG EQU $00 CONSOLE_SGB EQU $01 -- cgit v1.2.3