diff options
author | yenatch <yenatch@gmail.com> | 2018-03-10 16:16:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-10 16:16:03 -0500 |
commit | 12070ca50067d3abe36a730190f88ee43f2cace9 (patch) | |
tree | f835c3df3454c3d10f88d46eb7dfe40827362c35 /data/maps/attributes.asm | |
parent | b2f5362ec3582a94269212e26676d81ddbf47cdf (diff) | |
parent | 4e4d9c908362a7c69f7c2839c3c678da797373d5 (diff) |
Merge pull request #496 from Rangi42/master
Label more map scripts; document more bugs [ready to merge]
Diffstat (limited to 'data/maps/attributes.asm')
-rw-r--r-- | data/maps/attributes.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/maps/attributes.asm b/data/maps/attributes.asm index fff261319..31532b36f 100644 --- a/data/maps/attributes.asm +++ b/data/maps/attributes.asm @@ -16,6 +16,7 @@ CURRENT_MAP_HEIGHT = \2_HEIGHT db \4 ENDM +; Connections go in order: north, south, west, east connection: MACRO ;\1: direction ;\2: map name |