diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-23 13:35:46 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-23 13:35:46 -0400 |
commit | 32b2739863c4c51b3b4e86df75a994903181bbab (patch) | |
tree | d3b4149b6e1420f035390dee7132cf300cb67a26 | |
parent | b40e737b367def0588c6546fd274bbc62dd95252 (diff) |
Edit
-rw-r--r-- | Add-a-new-map-and-landmark.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Add-a-new-map-and-landmark.md b/Add-a-new-map-and-landmark.md index 577e46a..28d1378 100644 --- a/Add-a-new-map-and-landmark.md +++ b/Add-a-new-map-and-landmark.md @@ -326,7 +326,9 @@ Anyway, I can't fully explain how to determine the right values here; try lookin ## 7. Define any new landmarks -If you don't need any new landmarks, skip this step. We assigned the `GlobalTerminal1F` map to the new `GLOBAL_TERMINAL` landmark (like how the Radio Tower gets its own landmark), so let's add that next. +If you don't need any new landmarks, skip this step. + +We assigned the `GlobalTerminal1F` map to the new `GLOBAL_TERMINAL` landmark (like how the Radio Tower gets its own landmark), so let's add that next. Edit [constants/landmark_constants.asm](../blob/master/constants/landmark_constants.asm): @@ -376,6 +378,7 @@ Create **maps/GlobalTerminalOutside.asm**: ```diff + const_def 2 ; object constants ++ const GLOBALTERMINALOUTSIDE_ROCKET + +GlobalTerminalOutside_MapScripts: + db 0 ; scene scripts |