summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2018-06-26 22:09:09 -0500
committerGitHub <noreply@github.com>2018-06-26 22:09:09 -0500
commit6ba3765c5932996f5da6417ae703794ff10bb1cb (patch)
treef8156a300730857439533eb62a9422da9b808fa5 /constants/misc_constants.asm
parent98f09b6d26b1f83bdf1779cfe63a73b8a4265aef (diff)
parent808c2509b00903478dfdad1830bef6358d93b7dd (diff)
Merge pull request #184 from Pokeglitch/intro-updates
Updated the intro
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r--constants/misc_constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm
index d4f231b5..d6a935f8 100644
--- a/constants/misc_constants.asm
+++ b/constants/misc_constants.asm
@@ -45,6 +45,8 @@ SCREEN_HEIGHT EQU 18
SCREEN_WIDTH_PIXELS EQU SCREEN_WIDTH * 8
SCREEN_HEIGHT_PIXELS EQU SCREEN_HEIGHT * 8
+BYTES_PER_TILE EQU 16
+
BG_MAP_WIDTH EQU 32
BG_MAP_HEIGHT EQU 32