From 01fe449837bef1c289d37477745774555d22786e Mon Sep 17 00:00:00 2001 From: Pokeglitch Date: Fri, 22 Jun 2018 23:06:05 -0400 Subject: Updated the intro --- constants/misc_constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants/misc_constants.asm') 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 -- cgit v1.3.1-sl0p