diff options
author | yenatch <yenatch@gmail.com> | 2013-08-31 21:12:23 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-31 21:12:23 -0400 |
commit | 2bae1797c426121f29419e4af579f8cc1c941364 (patch) | |
tree | 9f1050d0a6fdbfbc4709760a23308315fe9c2d73 /constants.asm | |
parent | c6c09cf3dd110368ef0990ac42c2d850103b8683 (diff) |
bg map width/height constants
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 |