diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-03 16:01:46 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-03 16:01:46 -0700 |
commit | 4e36d85ee966f8f22531183679549061263b2166 (patch) | |
tree | fc0811dbe3abbc57d137cc4be2ae323925d0320f /constants.asm | |
parent | c0a01c998240bacae77addbb08a5d2133cf58a21 (diff) | |
parent | 7ff9ab5d08d569b7134ae09a48a6f895d7cf2c10 (diff) |
Merge pull request #186 from kanzure/yenatch-master
rename a bunch of bad labels and split out tilesets
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 19049702e..75d902496 100644 --- a/constants.asm +++ b/constants.asm @@ -283,6 +283,9 @@ SCREEN_HEIGHT EQU 18 SCREEN_WIDTH_PX EQU 160 SCREEN_HEIGHT_PX EQU 144 +BG_MAP_WIDTH EQU 32 +BG_MAP_HEIGHT EQU 32 + TILE_WIDTH EQU 8 |