diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-18 23:39:29 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-18 23:39:29 -0500 |
commit | 006507ed53349ce932681b1a40995b12d4ebf999 (patch) | |
tree | 7ff3f0f28c70c162713c120571dc9c791848b19b /macros.asm | |
parent | 4452acb021873affd95c92f096d0b1b9e8b50e7a (diff) |
A few missed object constants
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -594,7 +594,7 @@ WEST_MAP_CONNECTION: MACRO db \2_WIDTH ; map width db (\3 - \4) * -2 ; y alignment db (\2_WIDTH * 2) - 1 ; x alignment - dw wOverworldMap + 6 + (2 * \2_WIDTH) ; window (position of the upper left block after entring the map) + dw wOverworldMap + 6 + (2 * \2_WIDTH) ; window (position of the upper left block after entering the map) ENDM ;\1 (byte) = current map id |