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