diff options
-rw-r--r-- | Edit-the-Town-Map.md | 6 |
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: ... |