diff options
-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 |