diff options
author | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2019-05-14 03:28:36 -0500 |
---|---|---|
committer | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2019-05-14 03:28:36 -0500 |
commit | 15517885bc4a4883017e81c10e4f1cda5acf76ac (patch) | |
tree | 1301f03c67755ca425b663851a2fa71b5f0aa936 | |
parent | 04e133a2b8a8b7d33539b08fb5574e085f32532d (diff) |
Updated Edit the Town Map (markdown)
-rw-r--r-- | Edit-the-Town-Map.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Edit-the-Town-Map.md b/Edit-the-Town-Map.md index 713b7ef..b694575 100644 --- a/Edit-the-Town-Map.md +++ b/Edit-the-Town-Map.md @@ -142,7 +142,7 @@ 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). -``` +```diff InitPokegearTilemap: ... @@ -173,7 +173,7 @@ InitPokegearTilemap: jp PokegearMap_UpdateLandmarkName ``` and -``` +```diff _TownMap: ... |