From af95122e389cdf5315a3f090bdb029fb199f8dc3 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 11 Nov 2018 01:21:46 +0100 Subject: Updated Add a new map and landmark (markdown) --- Add-a-new-map-and-landmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Add-a-new-map-and-landmark.md b/Add-a-new-map-and-landmark.md index bb24fdf..d83b984 100644 --- a/Add-a-new-map-and-landmark.md +++ b/Add-a-new-map-and-landmark.md @@ -326,7 +326,7 @@ The `connection` macro takes four arguments: the direction, map name, map ID, an If the offset isn't clear, try comparing screenshots of other maps with their own offset values, and base your own connections on similarly aligned ones. In this case, we made `GLOBAL_TERMINAL_OUTSIDE` the same height as `GOLDENROD_CITY`, 18 blocks, and they'll line up perfectly side by side, so the offset is 0. -(Before November 10, 2018, the `connection` macro took six parameters; instead of a single sideways offset, you had to specify an X/Y offset, distance offset, and strip length, which were confusing and harder to calculate. The current macro definition has legacy support for the old one, since in all of the official maps, sideways offset = distance offset − X/Y offset, with the strip length being completely redundant. I strongly recommend porting the new macro to any old pokecrystal projects.) +(Before November 10, 2018, the `connection` macro took six parameters; instead of a single sideways offset, you had to specify a target offset, source offset, and strip length, which were confusing and harder to calculate. The current macro definition has legacy support for the old one, since in all of the official maps, sideways offset = source offset − target offset, with the strip length being completely redundant. I strongly recommend porting the new macro to any old pokecrystal projects.) ## 7. Define any new landmarks -- cgit v1.2.3