mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fix typos in comments
This commit is contained in:
parent
e9f33ce19c
commit
7a9a1b1e55
23 changed files with 49 additions and 49 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue