summaryrefslogtreecommitdiff
path: root/src/constants/misc_constants.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-02-08 13:16:13 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-02-08 13:16:13 +0100
commit1e2c95d35bb4c6fc66182e873caf415862c7da08 (patch)
tree2c2b19c8ff7e0421ec1696b2e61c6f31437329f4 /src/constants/misc_constants.asm
parentba9075ff6e0537ab27e40a233aa28a976b0731d1 (diff)
Misc formatting and labeling
Diffstat (limited to 'src/constants/misc_constants.asm')
-rw-r--r--src/constants/misc_constants.asm8
1 files changed, 8 insertions, 0 deletions
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