diff options
author | dannye <corrnondacqb@yahoo.com> | 2017-06-24 15:01:43 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2017-06-24 15:01:43 -0500 |
commit | 7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838 (patch) | |
tree | e4717c7da2905505fb10c93d86f1dac8c2a998b1 /macros/data_macros.asm | |
parent | e9f33ce19c3f573cc7fb312d6869e711d5d9de4f (diff) |
Fix typos in comments
Diffstat (limited to 'macros/data_macros.asm')
-rwxr-xr-x | macros/data_macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/data_macros.asm b/macros/data_macros.asm index e24ae20e..4c6457be 100755 --- a/macros/data_macros.asm +++ b/macros/data_macros.asm @@ -146,7 +146,7 @@ ENDM ;\6 (flag) = add 3 to width of connection strip (why?) SOUTH_MAP_CONNECTION: MACRO db \2 ; map id - dw \5 + \4 ; "Conection Strip" location + dw \5 + \4 ; "Connection Strip" location dw wOverworldMap + 3 + (\1_HEIGHT + 3) * (\1_WIDTH + 6) + \3 ; current map position IF (\1_WIDTH < \2_WIDTH) IF (_NARG > 5) |