Fix typos in comments

This commit is contained in:
dannye 2017-06-24 15:01:43 -05:00
parent e9f33ce19c
commit 7a9a1b1e55
23 changed files with 49 additions and 49 deletions

View file

@ -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)