summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authori0brendan0 <19826742+i0brendan0@users.noreply.github.com>2019-05-14 03:27:53 -0500
committeri0brendan0 <19826742+i0brendan0@users.noreply.github.com>2019-05-14 03:27:53 -0500
commit04e133a2b8a8b7d33539b08fb5574e085f32532d (patch)
tree15da95aaef1f4d4b61a6a24805c359f3b45b319c
parent9fe3efa08b6808d5ddedccd1adc43cfb9ad8b70c (diff)
Updated Edit the Town Map (markdown)
-rw-r--r--Edit-the-Town-Map.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Edit-the-Town-Map.md b/Edit-the-Town-Map.md
index acd9251..713b7ef 100644
--- a/Edit-the-Town-Map.md
+++ b/Edit-the-Town-Map.md
@@ -142,7 +142,8 @@ This section will show you how to remove the border tiles from being placed in t
The only file you'll need to edit is [engine/pokegear/pokegear.asm](../blob/master/engine/pokegear/pokegear.asm).
-```InitPokegearTilemap:
+```
+InitPokegearTilemap:
...
@@ -172,7 +173,8 @@ The only file you'll need to edit is [engine/pokegear/pokegear.asm](../blob/mast
jp PokegearMap_UpdateLandmarkName
```
and
-```_TownMap:
+```
+_TownMap:
...