diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-22 23:06:05 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-22 23:06:05 -0400 |
commit | 01fe449837bef1c289d37477745774555d22786e (patch) | |
tree | b89147f4adc0c7bf8aaf8e95a5db648db0b06a2b /constants/misc_constants.asm | |
parent | 98f09b6d26b1f83bdf1779cfe63a73b8a4265aef (diff) |
Updated the intro
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 2 |
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 |