From 2235ae93a1f1cd6b20bd96a5b94eb8bde0cb4ff6 Mon Sep 17 00:00:00 2001 From: wcko87 Date: Sat, 23 Sep 2017 13:30:55 +0800 Subject: [PATCH] Update map_transitions_and_warps.md --- docs/events/map_transitions_and_warps.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/events/map_transitions_and_warps.md b/docs/events/map_transitions_and_warps.md index 8cd8720..dbc7b8c 100644 --- a/docs/events/map_transitions_and_warps.md +++ b/docs/events/map_transitions_and_warps.md @@ -45,24 +45,24 @@ This can be used to: - A common practice is to surround the entrance with the Tele ID and Cross Map events. - This warp brings you to Map 8, Tele ID 4. ``` - +---+---+---+---+---+ - |250|250|250|250|250| - |---|---|---|---|---| - |250|213|213|213|250| - |---|---|---|---|---| - |250|213|208|213|250| - +---+---+---+---+---+ + +-----+-----+-----+-----+-----+ + | 250 | 250 | 250 | 250 | 250 | + |-----|-----|-----|-----|-----| + | 250 | 213 | 213 | 213 | 250 | + |-----|-----|-----|-----|-----| + | 250 | 213 | 208 | 213 | 250 | + +-----+-----+-----+-----+-----+ ``` **Event ID 240: Warp Exit** - The Tele ID event must be placed directly above the Warp Exit event. - This is a Tele ID 4 warp exit: ``` - +---+ - |213| - |---| - |240| - +---+ + +-----+ + | 213 | + |-----| + | 240 | + +-----+ ``` ### Tele ID and Cross Map Events