diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-26 13:41:48 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-26 13:41:48 -0500 |
| commit | f0b01a4eeafe6393b55c4d1a1f6bc464590c725b (patch) | |
| tree | 532dab3c4f0aa4f2eeb3860a5637f1b5eef93631 /data/maps | |
| parent | 7df5d4f25e00236921a78b397ffc2d3b364089c4 (diff) | |
Document more quirks and bugs
Diffstat (limited to 'data/maps')
| -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 |
