summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Edit-the-Town-Map.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit-the-Town-Map.md b/Edit-the-Town-Map.md
index 287e80c..5aa173f 100644
--- a/Edit-the-Town-Map.md
+++ b/Edit-the-Town-Map.md
@@ -53,7 +53,7 @@ However, if you moved towns and routes into different places, or plan on giving
First, open up [text/map_names.asm](https://github.com/pret/pokered/blob/master/text/map_names.asm), and add or remove map names as desired, following the layout already there. It might go something like this:
-```
+```diff
+.NewCityName:
+ db "NEW CITY@"
```