diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-07-28 17:08:48 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-07-28 17:08:48 -0400 |
commit | 7f52ef5a9c6158d08f1649698619e46147ae16c7 (patch) | |
tree | fdf44071683bc0222678bae087b7f50fdb8f92e7 | |
parent | 81084906b84af2badddce18d8d2e4fd59bb03735 (diff) |
3 -> 1
-rw-r--r-- | Add-a-new-map-and-landmark.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-map-and-landmark.md b/Add-a-new-map-and-landmark.md index 3b84b7e..1c9dfe9 100644 --- a/Add-a-new-map-and-landmark.md +++ b/Add-a-new-map-and-landmark.md @@ -104,7 +104,7 @@ Map constants have two parts: the group ID and the map ID. Groups are significan The line `map_const GLOBAL_TERMINAL_OUTSIDE, 10, 13` defines four constants at once: - `GROUP_GLOBAL_TERMINAL_OUTSIDE` is 27, since that's the current group ID -- `MAP_GLOBAL_TERMINAL_OUTSIDE` is 3, since that's the current map ID +- `MAP_GLOBAL_TERMINAL_OUTSIDE` is 1, since that's the current map ID - `GLOBAL_TERMINAL_OUTSIDE_WIDTH` is 10 - `GLOBAL_TERMINAL_OUTSIDE_HEIGHT` is 13 |