From 04e133a2b8a8b7d33539b08fb5574e085f32532d Mon Sep 17 00:00:00 2001 From: i0brendan0 <19826742+i0brendan0@users.noreply.github.com> Date: Tue, 14 May 2019 03:27:53 -0500 Subject: Updated Edit the Town Map (markdown) --- Edit-the-Town-Map.md | 6 ++++-- 1 file 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: ... -- cgit v1.2.3