diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-23 01:19:34 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-23 01:19:34 -0500 |
commit | 2f9f2317a3e02808a20449e8b9ed55d0718e5f0b (patch) | |
tree | 6374408d62f9cb5f658f74e42f81b7b0b3e26388 /maps | |
parent | aa97752efeef1425a0e0a00059f4a44569c917fc (diff) |
Document the meaning of hour and daytime values for person_events
Diffstat (limited to 'maps')
-rw-r--r-- | maps/second_map_headers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/second_map_headers.asm b/maps/second_map_headers.asm index f4162226f..e81c8c774 100644 --- a/maps/second_map_headers.asm +++ b/maps/second_map_headers.asm @@ -2,7 +2,7 @@ map_header_2: macro ;\1: map label ;\2: map id ;\3: border block -;\4: connections: sum of NORTH, SOUTH, WEST, and/or EAST, or 0 for none +;\4: connections: combo of NORTH, SOUTH, WEST, and/or EAST, or 0 for none \1_SecondMapHeader:: db \3 db \2_HEIGHT, \2_WIDTH |